The pinmux for usb0 is missing from the Linux board dtb file. Remove it
until we can introduce it in Linux

Signed-off-by: Bryan Brattlof <b...@ti.com>
---
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 12 --------
 arch/arm/dts/k3-am654-r5-base-board.dts      | 29 --------------------
 2 files changed, 41 deletions(-)

diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi 
b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index 645241da322a5..104cb2e559f2f 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -133,10 +133,6 @@
        bootph-pre-ram;
 };
 
-&usb0_pins_default {
-       bootph-pre-ram;
-};
-
 &main_pmx1 {
        bootph-pre-ram;
 };
@@ -169,14 +165,6 @@
        bootph-pre-ram;
 };
 
-&usb0_phy {
-       bootph-pre-ram;
-};
-
-&usb0 {
-       bootph-pre-ram;
-};
-
 &scm_conf {
        bootph-pre-ram;
 };
diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts 
b/arch/arm/dts/k3-am654-r5-base-board.dts
index af2a8a15b5533..e84cf0bf16b27 100644
--- a/arch/arm/dts/k3-am654-r5-base-board.dts
+++ b/arch/arm/dts/k3-am654-r5-base-board.dts
@@ -18,8 +18,6 @@
                ethernet0 = &cpsw_port1;
                remoteproc0 = &sysctrler;
                remoteproc1 = &a53_0;
-               usb0 = &usb0;
-               usb1 = &usb1;
        };
 
        a53_0: a53@0 {
@@ -111,14 +109,6 @@
        };
 };
 
-&main_pmx0 {
-       usb0_pins_default: usb0_pins_default {
-               pinctrl-single,pins = <
-                       AM65X_IOPAD(0x02bc, PIN_OUTPUT, 0) /* (AD9) 
USB0_DRVVBUS */
-               >;
-       };
-};
-
 &memorycontroller {
        vtt-supply = <&vtt_supply>;
        pinctrl-names = "default";
@@ -156,14 +146,6 @@
              <0x0 0x50000000 0x0 0x8000000>;
 };
 
-&main_pmx0 {
-       usb0_pins_default: usb0_pins_default {
-               pinctrl-single,pins = <
-                       AM65X_IOPAD(0x02bc, PIN_OUTPUT, 0) /* (AD9) 
USB0_DRVVBUS */
-               >;
-       };
-};
-
 &dwc3_0 {
        status = "okay";
        /delete-property/ clocks;
@@ -172,17 +154,6 @@
        /delete-property/ assigned-clock-parents;
 };
 
-&usb0_phy {
-       status = "okay";
-       /delete-property/ clocks;
-};
-
-&usb0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&usb0_pins_default>;
-       dr_mode = "peripheral";
-};
-
 &davinci_mdio {
        phy0: ethernet-phy@0 {
                reg = <0>;
-- 
2.43.0

Reply via email to