File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 reg = <0>;
5757
5858 usb0_con_hs_ep: endpoint {
59- remote-endpoint = <&usb_0_dwc3_hs >;
59+ remote-endpoint = <&eud_con >;
6060 };
6161 };
6262 port@1 {
598598 };
599599};
600600
601+ &eud_ep {
602+ remote-endpoint = <&usb_0_dwc3_hs>;
603+ };
604+
605+ &eud_con {
606+ remote-endpoint = <&usb0_con_hs_ep>;
607+ };
608+
601609&gpi_dma0 {
602610 status = "okay";
603611};
11271135};
11281136
11291137&usb_0_dwc3_hs {
1130- remote-endpoint = <&usb0_con_hs_ep >;
1138+ remote-endpoint = <&eud_ep >;
11311139};
11321140
11331141&usb_0_dwc3_ss {
Original file line number Diff line number Diff line change 39783978 };
39793979 };
39803980
3981+ eud: eud@88e1000 {
3982+ compatible = "qcom,sc7280-eud", "qcom,eud";
3983+ reg = <0 0x88e1000 0 0x2000>,
3984+ <0 0x88e3000 0 0x1000>;
3985+ interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>;
3986+
3987+ ports {
3988+ #address-cells = <1>;
3989+ #size-cells = <0>;
3990+
3991+ port@0 {
3992+ reg = <0>;
3993+
3994+ eud_ep: endpoint {
3995+ };
3996+ };
3997+
3998+ port@1 {
3999+ reg = <1>;
4000+
4001+ eud_con: endpoint {
4002+ };
4003+ };
4004+ };
4005+ };
4006+
39814007 usb_0_hsphy: phy@88e4000 {
39824008 compatible = "qcom,sa8775p-usb-hs-phy",
39834009 "qcom,usb-snps-hs-5nm-phy";
You can’t perform that action at this time.
0 commit comments