Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property

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>

authored by

Fabio Estevam and committed by
Shawn Guo
7c8f0338 52387bb9

+1 -1
+1 -1
arch/arm/boot/dts/imx7d-meerkat96.dts
··· 193 193 pinctrl-names = "default"; 194 194 pinctrl-0 = <&pinctrl_usdhc1>; 195 195 keep-power-in-suspend; 196 - tuning-step = <2>; 196 + fsl,tuning-step = <2>; 197 197 vmmc-supply = <&reg_3p3v>; 198 198 no-1-8-v; 199 199 broken-cd;