Skip to content

Commit 91aa4b3

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator
This worked before by coincidence, as the regulator was probed and enabled before PCI RC probe. But probe order changed since commit 259b93b ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14") and PCIe supply is enabled after RC. Fix this by adding the regulator to RC node. The PCIe vaux regulator still needs to be enabled unconditionally for Mini-PCIe USB-only devices. Fixes: ef38462 ("ARM: dts: imx6qdl: add TQ-Systems MBa6x device trees") Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 892943d commit 91aa4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/imx6qdl-mba6.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
pinctrl-names = "default";
210210
pinctrl-0 = <&pinctrl_pcie>;
211211
reset-gpio = <&gpio6 7 GPIO_ACTIVE_LOW>;
212+
vpcie-supply = <&reg_pcie>;
212213
status = "okay";
213214
};
214215

0 commit comments

Comments
 (0)