On 01/05/2023 16:37, Jianhua Lu wrote:
&usb_2 { @@ -1375,6 +1383,12 @@ pm8150b_role_switch_out: endpoint { remote-endpoint = <&dwc3_role_switch_in>; }; };you should add port@0 for usb_1_hsphy because it is required.
So the yaml doesn't require hs but arguably could be made to be more flexible to accommodate different hardware realities, like ours here.
+ port@1 {Same
Hmm, well actually I think the port should be port@0 here and port@1 should be dropped so, I'll do that.
--- bod