mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Joshua Riek <jjriek@verizon.net>
|
|
Date: Wed, 7 Aug 2024 10:30:50 -0400
|
|
Subject: arm64: dts: rockchip: Add PCIe 3.0 pinctrl to Turing RK1
|
|
|
|
The Turning RK1 needs to assert CLKREQ# to provide an external
|
|
clock to the PCIe 3.0 PHYs.
|
|
|
|
Signed-off-by: Joshua Riek <jjriek@verizon.net>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
|
|
@@ -223,7 +223,7 @@ &pcie30phy {
|
|
&pcie3x4 {
|
|
linux,pci-domain = <0>;
|
|
pinctrl-names = "default";
|
|
- pinctrl-0 = <&pcie3_reset>;
|
|
+ pinctrl-0 = <&pcie3_reset>, <&pcie30x4_clkreqn_m1>;
|
|
reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
|
|
vpcie3v3-supply = <&vcc3v3_pcie30>;
|
|
status = "okay";
|
|
--
|
|
Armbian
|
|
|