Skip to content

Commit 34dcd71

Browse files
Heiko Stuebnergregkh
authored andcommitted
arm64: dts: rockchip: Make Jaguar PCIe-refclk pin use pull-up config
[ Upstream commit f45d435 ] The hardware PU/PD config of the pin after reset is to pull-up and on Jaguar this will also keep the device in reset until the driver actually enables the pin. So restore this boot pull-up config of the pin on Jaguar instead of setting it to pull-none. Suggested-by: Quentin Schulz <quentin.schulz@cherry.de> Fixes: 0ec7e10 ("arm64: dts: rockchip: add PCIe3 support on rk3588-jaguar") Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://patch.msgid.link/20260210080303.680403-5-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f3933e4 commit 34dcd71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424

425425
pcie30x4 {
426426
pcie30x4_clkreqn_m0: pcie30x4-clkreqn-m0 {
427-
rockchip,pins = <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
427+
rockchip,pins = <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>;
428428
};
429429

430430
pcie30x4_perstn_m0: pcie30x4-perstn-m0 {

0 commit comments

Comments
 (0)