]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am654: remove usb0
authorBryan Brattlof <bb@ti.com>
Fri, 29 Dec 2023 17:47:16 +0000 (11:47 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
The pinmux for usb0 is missing from the Linux board dtb file. Remove it
until we can introduce it in Linux

Tested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am654-base-board-u-boot.dtsi
arch/arm/dts/k3-am654-r5-base-board.dts

index a24cb895e5578f06cf83bfb7b79fada1cbb9173c..3647088c29e4b2e5b2dcd34117c2b13caeff68da 100644 (file)
        bootph-pre-ram;
 };
 
-&usb0_pins_default {
-       bootph-pre-ram;
-};
-
 &main_pmx1 {
        bootph-pre-ram;
 };
        bootph-pre-ram;
 };
 
-&usb0_phy {
-       bootph-pre-ram;
-};
-
-&usb0 {
-       bootph-pre-ram;
-};
-
 &scm_conf {
        bootph-pre-ram;
 };
index da41971a78f81f2ca1da869c4f11405e0d47ab4f..8e57c77cba923d3a938f5180b5c8150e948e7df8 100644 (file)
@@ -18,8 +18,6 @@
                ethernet0 = &cpsw_port1;
                remoteproc0 = &sysctrler;
                remoteproc1 = &a53_0;
-               usb0 = &usb0;
-               usb1 = &usb1;
        };
 
        a53_0: a53@0 {
        };
 };
 
-&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";
              <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;
        /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>;