From: Stephen Warren Date: Fri, 12 Oct 2012 09:45:50 +0000 (+0000) Subject: ARM: tegra: Whistler: remove unused USB alias X-Git-Tag: v2013.01-rc2~146^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56f42f85f5a14040fb0e74fd6cad3910643830d6;p=u-boot ARM: tegra: Whistler: remove unused USB alias 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 Signed-off-by: Tom Warren --- diff --git a/board/nvidia/dts/tegra20-whistler.dts b/board/nvidia/dts/tegra20-whistler.dts index 38599bd67d..f830cf3995 100644 --- a/board/nvidia/dts/tegra20-whistler.dts +++ b/board/nvidia/dts/tegra20-whistler.dts @@ -9,7 +9,6 @@ aliases { i2c0 = "/i2c@7000d000"; usb0 = "/usb@c5008000"; - usb1 = "/usb@c5000000"; }; memory { @@ -61,6 +60,10 @@ }; }; + usb@c5000000 { + status = "disabled"; + }; + usb@c5004000 { status = "disabled"; };