The dr_node should be a property of usb_cdns3 and not usb3 for jh7100.

This commit is contained in:
skrll 2024-01-14 07:55:48 +00:00
parent 08dd5822d8
commit b76ad2e5c8
1 changed files with 4 additions and 1 deletions

View File

@ -606,6 +606,9 @@
}; };
&usb3 { &usb3 {
dr_mode = "host";
status = "okay"; status = "okay";
}; };
&usb_cdns3 {
dr_mode = "host";
};