Skip to content

Commit

Permalink
arm64: dts: rockchip: Fix typo in rk3368 sdmmc card detect pin name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthias Brugger authored and Heiko Stuebner committed Dec 11, 2015
1 parent 87ac9de commit 8fc5abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3368.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
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>;
};

Expand Down

0 comments on commit 8fc5abd

Please sign in to comment.