mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-12 16:41:12 +02:00
14 lines
617 B
Diff
14 lines
617 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
|
|
index e7ba477e75f9..5db1b3ca294d 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
|
|
@@ -120,7 +120,7 @@ vcc3v3_pcie: regulator-vcc3v3-pcie {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc3v3_pcie";
|
|
enable-active-high;
|
|
- gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
|
|
+ gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pcie_drv>;
|
|
regulator-always-on;
|