ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
authorFabio Estevam <festevam@gmail.com>
Thu, 20 May 2021 21:42:12 +0000 (18:42 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 May 2021 05:30:11 +0000 (13:30 +0800)
According to Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml, the
correct name of the property is 'fsl,tuning-step'.

Fix it accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Fixes: ae7b3384b61b ("ARM: dts: Add support for 96Boards Meerkat96 board")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-meerkat96.dts

index 5339210..dd8003b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc1>;
        keep-power-in-suspend;
-       tuning-step = <2>;
+       fsl,tuning-step = <2>;
        vmmc-supply = <&reg_3p3v>;
        no-1-8-v;
        broken-cd;