Commit 6338d429 authored by Yashwanth Varakala's avatar Yashwanth Varakala Committed by Shawn Guo
Browse files

arm64: dts: imx8mp-phyboard-pollux: Add usb3_phy1 regulator reference



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: default avatarYashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: default avatarTeresa Remmet <t.remmet@phytec.de>
Reviewed-by: default avatarYannic Moog <y.moog@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c53c06cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ &usb_dwc3_0 {

/* USB2 4-port USB3.0 HUB */
&usb3_phy1 {
	vbus-supply = <&reg_vcc_5v_sw>;
	status = "okay";
};