ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller

The AM3517 has a different OTG controller location than the OMAP3,
which is included from omap3.dtsi. This results in a hwmod error.
Since the AM3517 has a different OTG controller address, this patch
disabes one that is isn't available.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Adam Ford and committed by Tony Lindgren 92384741 2f8b5b21

Changed files
+5
arch
arm
boot
+5
arch/arm/boot/dts/am3517.dtsi
··· 91 91 }; 92 92 }; 93 93 94 + /* Table Table 5-79 of the TRM shows 480ab000 is reserved */ 95 + &usb_otg_hs { 96 + status = "disabled"; 97 + }; 98 + 94 99 &iva { 95 100 status = "disabled"; 96 101 };