projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dc6cd
)
ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
author
Alex Bee
<knaerzche@gmail.com>
Mon, 27 Nov 2023 18:46:44 +0000
(19:46 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 28 Nov 2023 09:57:51 +0000
(10:57 +0100)
RK3128's reference design uses sdmmc_pwren pincontrol as GPIO - see [0].
Let's change it in the SoC DT as well.
[0] https://github.com/rockchip-linux/kernel/commit/
8c62deaf6025
Fixes:
a0201bff6259
("ARM: dts: rockchip: add rk3128 soc dtsi")
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link:
https://lore.kernel.org/r/20231127184643.13314-2-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3128.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rockchip/rk3128.dtsi
b/arch/arm/boot/dts/rockchip/rk3128.dtsi
index 7bf557c995614980a513a44915e579be6abe0304..01edf244ddeef6d6120a397cb40601a70b2fdc1a 100644
(file)
--- a/
arch/arm/boot/dts/rockchip/rk3128.dtsi
+++ b/
arch/arm/boot/dts/rockchip/rk3128.dtsi
@@
-848,7
+848,7
@@
};
sdmmc_pwren: sdmmc-pwren {
- rockchip,pins = <1 RK_PB6
1
&pcfg_pull_default>;
+ rockchip,pins = <1 RK_PB6
RK_FUNC_GPIO
&pcfg_pull_default>;
};
sdmmc_bus4: sdmmc-bus4 {