Skip to content

Commit 7c8f033

Browse files
fabioestevamShawn Guo
authored andcommitted
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 <[email protected]> Fixes: ae7b338 ("ARM: dts: Add support for 96Boards Meerkat96 board") Signed-off-by: Shawn Guo <[email protected]>
1 parent 52387bb commit 7c8f033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx7d-meerkat96.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
pinctrl-names = "default";
194194
pinctrl-0 = <&pinctrl_usdhc1>;
195195
keep-power-in-suspend;
196-
tuning-step = <2>;
196+
fsl,tuning-step = <2>;
197197
vmmc-supply = <&reg_3p3v>;
198198
no-1-8-v;
199199
broken-cd;

0 commit comments

Comments
 (0)