Skip to content

Commit 409e01f

Browse files
RadxaNaokimmind
authored andcommitted
arm64: dts: rockchip: use less broad pinctrl for pcie3x1 on Radxa E25
To avoid conflict with sdmmc_det, change pci3x1 pinctrl-0 name. Only the reset-pin is actually needed. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Link: https://lore.kernel.org/r/20240918073236.648-1-naoki@radxa.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 3ddf5cd commit 409e01f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
&pcie3x1 {
125125
num-lanes = <1>;
126126
pinctrl-names = "default";
127-
pinctrl-0 = <&pcie30x1m0_pins>;
127+
pinctrl-0 = <&pcie30x1_reset_h>;
128128
reset-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>;
129129
vpcie3v3-supply = <&vcc3v3_minipcie>;
130130
status = "okay";
@@ -149,6 +149,10 @@
149149
rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
150150
};
151151

152+
pcie30x1_reset_h: pcie30x1-reset-h {
153+
rockchip,pins = <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
154+
};
155+
152156
pcie30x2_reset_h: pcie30x2-reset-h {
153157
rockchip,pins = <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;
154158
};

0 commit comments

Comments
 (0)