BTT Pi2 - fix PCIe regulator enable pin.

This commit is contained in:
andreili 2025-07-25 23:21:19 +02:00
parent 0240e880f9
commit df9cb17d29

View File

@ -120,7 +120,7 @@
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie"; regulator-name = "vcc3v3_pcie";
enable-active-high; enable-active-high;
gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>; gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pcie_drv>; pinctrl-0 = <&pcie_drv>;
regulator-always-on; regulator-always-on;