Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "arm64: dts: qcom: sc7280: Add EUD dt node and dwc3 connector"

This reverts commit a0c68e493007a8c72b6b00f6ac95590a86edc937.

Revert all the changes to add the Embedded USB Debugger(EUD) Node
in the device tree, the connector node and also changes to usb2 Node
associated with this.The changes need to be reverted as DT changes
for QCOM should go through the QCOM tree and not the USB tree.

Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Link: https://lore.kernel.org/r/8c863e7e76003511dff36383b518ab66d2dd6552.1645793187.git.quic_schowdhu@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Souradeep Chowdhury and committed by
Greg Kroah-Hartman
bced4afc 45a7dbf4

-36
-36
arch/arm64/boot/dts/qcom/sc7280.dtsi
··· 2583 2583 phys = <&usb_2_hsphy>; 2584 2584 phy-names = "usb2-phy"; 2585 2585 maximum-speed = "high-speed"; 2586 - usb-role-switch; 2587 - port { 2588 - usb2_role_switch: endpoint { 2589 - remote-endpoint = <&eud_ep>; 2590 - }; 2591 - }; 2592 2586 }; 2593 2587 }; 2594 2588 ··· 2622 2628 reg = <0 0x09200000 0 0xd0000>, <0 0x09600000 0 0x50000>; 2623 2629 reg-names = "llcc_base", "llcc_broadcast_base"; 2624 2630 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; 2625 - }; 2626 - 2627 - eud: eud@88e0000 { 2628 - compatible = "qcom,sc7280-eud","qcom,eud"; 2629 - reg = <0 0x88e0000 0 0x2000>, 2630 - <0 0x88e2000 0 0x1000>; 2631 - interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; 2632 - ports { 2633 - port@0 { 2634 - eud_ep: endpoint { 2635 - remote-endpoint = <&usb2_role_switch>; 2636 - }; 2637 - }; 2638 - port@1 { 2639 - eud_con: endpoint { 2640 - remote-endpoint = <&con_eud>; 2641 - }; 2642 - }; 2643 - }; 2644 - }; 2645 - 2646 - eud_typec: connector { 2647 - compatible = "usb-c-connector"; 2648 - ports { 2649 - port@0 { 2650 - con_eud: endpoint { 2651 - remote-endpoint = <&eud_con>; 2652 - }; 2653 - }; 2654 - }; 2655 2631 }; 2656 2632 2657 2633 nsp_noc: interconnect@a0c0000 {