]> git.itanic.dy.fi Git - linux-stable/commit
ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 3 May 2023 11:31:10 +0000 (13:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:17:26 +0000 (14:17 +0100)
commitb95aca006584e6cf2b328a7d2d737d707f158373
tree4b83ec35253c319fc1eb20f6ac46321eb70d8c39
parentd5f0e406bfcc5e6a6f057783e853e60641c2896e
ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator

commit 91aa4b3782448a7a13baa8cbcdfd5fd19defcbd9 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/imx6qdl-mba6.dtsi