Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d59df5d1 authored by Matthias Brugger's avatar Matthias Brugger Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Fix typo in rk3288 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: default avatarMatthias Brugger <mbrugger@suse.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a1c2e133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1157,7 +1157,7 @@
				rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up>;
			};

			sdmmc_cd: sdmcc-cd {
			sdmmc_cd: sdmmc-cd {
				rockchip,pins = <6 22 RK_FUNC_1 &pcfg_pull_up>;
			};