diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-05-03 13:31:10 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-14 15:03:11 +0200 |
commit | 91aa4b3782448a7a13baa8cbcdfd5fd19defcbd9 (patch) | |
tree | 2394895bdcc748e349e017f2dc9b967e2797ae4b /arch/arm/boot/dts | |
parent | ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, 2 and 3 (diff) | |
download | linux-91aa4b3782448a7a13baa8cbcdfd5fd19defcbd9.tar.xz linux-91aa4b3782448a7a13baa8cbcdfd5fd19defcbd9.zip |
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 259b93b21a9f
("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: ef3846247b41 ("ARM: dts: imx6qdl: add TQ-Systems MBa6x device trees")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-mba6.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-mba6.dtsi b/arch/arm/boot/dts/imx6qdl-mba6.dtsi index 78555a618851..7b7e6c2ad190 100644 --- a/arch/arm/boot/dts/imx6qdl-mba6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-mba6.dtsi @@ -209,6 +209,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; reset-gpio = <&gpio6 7 GPIO_ACTIVE_LOW>; + vpcie-supply = <®_pcie>; status = "okay"; }; |