]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mp-phyboard-pollux: Add usb3_phy1 regulator reference
authorYashwanth Varakala <y.varakala@phytec.de>
Wed, 14 Aug 2024 09:26:13 +0000 (11:26 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:19 +0000 (17:36 +0800)
Add VCC_5V_SW regulator reference to the usb1 phy node to reflect the
schematic. This also silences the fallback dummy regulator warning.

Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts

index 62f1819bc1a41f539d0ad7b09f068ec1d8de6443..6e81870e177c2bf59a611e8197d256a2a1b56a55 100644 (file)
 
 /* USB2 4-port USB3.0 HUB */
 &usb3_phy1 {
+       vbus-supply = <&reg_vcc_5v_sw>;
        status = "okay";
 };