Skip to content

Commit e179de7

Browse files
andreilimmind
authored andcommitted
arm64: dts: rockchip: Fix PCIe power enable pin for BigTreeTech CB2 and Pi2
Fix typo into regulator GPIO definition. With current definition, PCIe doesn't start up. Valid definition is already used in "pinctrl" section, "pcie_drv" (gpio4, RK_PB1). Fixes: bfbc663 ("arm64: dts: rockchip: Add BigTreeTech CB2 and Pi2") Signed-off-by: Andrey Leonchikov <andreil499@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent d425aef commit e179de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
compatible = "regulator-fixed";
121121
regulator-name = "vcc3v3_pcie";
122122
enable-active-high;
123-
gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
123+
gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
124124
pinctrl-names = "default";
125125
pinctrl-0 = <&pcie_drv>;
126126
regulator-always-on;

0 commit comments

Comments
 (0)