Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions arch/arm64/boot/dts/qcom/nord-ride-sx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,18 @@
status = "okay";
};

&eud_ep {
remote-endpoint = <&usb_0_dwc3_hs>;
};

&usb_0_dwc3_hs {
remote-endpoint = <&eud_ep>;
};

&usb_1 {
dr_mode = "host";
dr_mode = "peripheral";

/* Disable to avoid SMMU error */
status = "disabled";
status = "okay";
};

&usb_1_hsphy {
Expand All @@ -709,8 +716,7 @@
&usb_2 {
dr_mode = "host";

/* Disable to avoid SMMU error */
status = "disabled";
status = "okay";
};

&usb_2_hsphy {
Expand Down
26 changes: 26 additions & 0 deletions arch/arm64/boot/dts/qcom/nord.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,32 @@
};
};

eud: eud@88e0000 {
compatible = "qcom,sc7280-eud", "qcom,eud";
reg = <0 0x88e7000 0 0x2000>,
<0 0x88e9000 0 0x1000>;
interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>;

ports {
#address-cells = <1>;
#size-cells = <0>;

port@0 {
reg = <0>;

eud_ep: endpoint {
};
};

port@1 {
reg = <1>;

eud_con: endpoint {
};
};
};
};

qupv3_0: geniqup@9c0000 {
compatible = "qcom,geni-se-qup";
reg = <0x0 0x009c0000 0x0 0x2000>;
Expand Down
Loading