Skip to content

Commit a1f6d71

Browse files
authored
arm64: dts: qcom: lemans: enable EUD support (#543)
arm64: dts: qcom: lemans: enable EUD support
2 parents b0d4b96 + 04da15e commit a1f6d71

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-evk.dts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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 {
@@ -598,6 +598,14 @@
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
};
@@ -1127,7 +1135,7 @@
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 {

arch/arm64/boot/dts/qcom/lemans.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3978,6 +3978,32 @@
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";

0 commit comments

Comments
 (0)