]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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 5339210b63d0f43ed4ea17e949e5a873074d5cb6..dd8003bd1fc09c83d6aa83e79c46f14e07674599 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;