]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: tegra: Whistler: remove unused USB alias
authorStephen Warren <swarren@nvidia.com>
Fri, 12 Oct 2012 09:45:50 +0000 (09:45 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 16:07:05 +0000 (09:07 -0700)
Port USB1 on Whistler is intended as a device port for USB recovery.
Whistler's DT currently contains an alias for this USB port, even though
Whistler's config doesn't enable multiple USB controllers, so the alias
is unused. Remove the unused alias for consistency for now. Similar,
explicitly disable the port in the device tree too.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/nvidia/dts/tegra20-whistler.dts

index 38599bd67d028d0f76bb8261fb924ca397d84963..f830cf3995d9dc5e4b172a05ad20f8fc63318120 100644 (file)
@@ -9,7 +9,6 @@
        aliases {
                i2c0 = "/i2c@7000d000";
                usb0 = "/usb@c5008000";
-               usb1 = "/usb@c5000000";
        };
 
        memory {
                };
        };
 
+       usb@c5000000 {
+               status = "disabled";
+       };
+
        usb@c5004000 {
                status = "disabled";
        };