diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-05-20 23:42:12 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-05-23 07:30:11 +0200 |
commit | 7c8f0338cdacc90fdf6468adafa8e27952987f00 (patch) | |
tree | db919e3921ea5f99bfb099f6fc685929ea12ed26 | |
parent | arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage (diff) | |
download | linux-7c8f0338cdacc90fdf6468adafa8e27952987f00.tar.xz linux-7c8f0338cdacc90fdf6468adafa8e27952987f00.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx7d-meerkat96.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-meerkat96.dts b/arch/arm/boot/dts/imx7d-meerkat96.dts index 5339210b63d0..dd8003bd1fc0 100644 --- a/arch/arm/boot/dts/imx7d-meerkat96.dts +++ b/arch/arm/boot/dts/imx7d-meerkat96.dts @@ -193,7 +193,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc1>; keep-power-in-suspend; - tuning-step = <2>; + fsl,tuning-step = <2>; vmmc-supply = <®_3p3v>; no-1-8-v; broken-cd; |