rockchip: dts: rk3568: disable usb2 host by default
If we enable usb2phy1 with dm-pre-reloc in uboot and disable it in kernel, the status of usb2phy1 will be "okay" and usb2phy1 node will be put ahead of usb2phy0 which leads to vbus detect fail. Here is the error log: get syscon usbgrf failed rockchip_chg_get_type: get u2phy node failed: -19 Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com> Change-Id: I16c1ddd42bf1a2e7a98fc9cdf1509a62714c8b6b
This commit is contained in:
parent
0934588e54
commit
08d283a46e
|
|
@ -38,11 +38,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2phy1_grf {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd30 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
|
|
@ -63,26 +58,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_ehci {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host0_ohci {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host1_ehci {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_host1_ohci {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2phy0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
|
|
@ -98,21 +73,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2phy1 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy1_otg {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy1_host {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cru {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue