浏览代码

arm64: dts: rockchip: Fix typo in rk3368 sdmmc card detect pin name

The card detect pin is currently called sdmcc-cd.
This patch fixes the typo and renames the pin to sdmmc-cd.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Matthias Brugger 9 年之前
父节点
当前提交
8fc5abd40e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/rockchip/rk3368.dtsi

+ 1 - 1
arch/arm64/boot/dts/rockchip/rk3368.dtsi

@@ -849,7 +849,7 @@
 				rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
 				rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
 			};
 			};
 
 
-			sdmmc_cd: sdmcc-cd {
+			sdmmc_cd: sdmmc-cd {
 				rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
 				rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
 			};
 			};