SMART AM40: U-Boot: fix DWC DRD could not find phy and thus crashed

This commit is contained in:
retro98boy
2025-09-14 17:12:08 +08:00
committed by Igor
parent abc67aeea5
commit 903f67e7f3
3 changed files with 26 additions and 2 deletions

View File

@@ -685,6 +685,10 @@
&u2phy0 {
status = "okay";
u2phy0_otg: otg-port {
status = "okay";
};
u2phy0_host: host-port {
phy-supply = <&vcc5v0_host>;
status = "okay";
@@ -694,6 +698,10 @@
&u2phy1 {
status = "okay";
u2phy1_otg: otg-port {
status = "okay";
};
u2phy1_host: host-port {
phy-supply = <&vcc5v0_host>;
status = "okay";

View File

@@ -685,6 +685,10 @@
&u2phy0 {
status = "okay";
u2phy0_otg: otg-port {
status = "okay";
};
u2phy0_host: host-port {
phy-supply = <&vcc5v0_host>;
status = "okay";
@@ -694,6 +698,10 @@
&u2phy1 {
status = "okay";
u2phy1_otg: otg-port {
status = "okay";
};
u2phy1_host: host-port {
phy-supply = <&vcc5v0_host>;
status = "okay";