ARM: dts: rockchip: rk3506b-evb1: Add vbus-supply for u2phy port0 and phy-supply for u2phy port1

Change-Id: I70ad7be0a6fb9e08df1f786b7ee4d699d39de1e6
Signed-off-by: Jianwei Zheng <jianwei.zheng@rock-chips.com>
This commit is contained in:
Jianwei Zheng
2024-08-02 11:36:46 +08:00
committed by Tao Huang
parent 36d59b3b16
commit 422489d507

View File

@@ -48,3 +48,13 @@
};
};
};
&u2phy_otg0 {
vbus-supply = <&vcc5v0_otg0>;
status = "okay";
};
&u2phy_otg1 {
phy-supply = <&vcc5v0_otg1>;
status = "okay";
};