The dr_node should be a property of usb_cdns3 and not usb3 for jh7100.
This commit is contained in:
parent
08dd5822d8
commit
b76ad2e5c8
|
@ -606,6 +606,9 @@
|
|||
};
|
||||
|
||||
&usb3 {
|
||||
dr_mode = "host";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_cdns3 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue