Message ID | 20240814-b4-wip-t-remmet-phytec-de-bspimx8m-3392_upstream-v1-6-e2500950c632@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts phyBOARD-Pollux: Update regulator nodes | expand |
On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote: > From: Yashwanth Varakala <y.varakala@phytec.de> > > 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> > --- > arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts > b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts > index 62f1819bc1a4..6e81870e177c 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts > +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts > @@ -260,6 +260,7 @@ &usb_dwc3_0 { > > /* USB2 4-port USB3.0 HUB */ > &usb3_phy1 { > + vbus-supply = <®_vcc_5v_sw>; > status = "okay"; > }; > >
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts index 62f1819bc1a4..6e81870e177c 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts @@ -260,6 +260,7 @@ &usb_dwc3_0 { /* USB2 4-port USB3.0 HUB */ &usb3_phy1 { + vbus-supply = <®_vcc_5v_sw>; status = "okay"; };