Skip to content

Commit 0c349b5

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
RK3128's reference design uses sdmmc_pwren pincontrol as GPIO - see [0]. Let's change it in the SoC DT as well. [0] rockchip-linux/kernel@8c62deaf6025 Fixes: a0201bf ("ARM: dts: rockchip: add rk3128 soc dtsi") Signed-off-by: Alex Bee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 93dc6cd commit 0c349b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/rockchip/rk3128.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
};
849849

850850
sdmmc_pwren: sdmmc-pwren {
851-
rockchip,pins = <1 RK_PB6 1 &pcfg_pull_default>;
851+
rockchip,pins = <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_default>;
852852
};
853853

854854
sdmmc_bus4: sdmmc-bus4 {

0 commit comments

Comments
 (0)