dts: bcm2838: Disable DWC OTG block by default
authorPhil Elwell <phil@raspberrypi.org>
Thu, 24 Oct 2019 13:31:00 +0000 (14:31 +0100)
committerPhil Elwell <phil@raspberrypi.org>
Thu, 24 Oct 2019 13:31:38 +0000 (14:31 +0100)
Turning off the OTG USB block saves power. Since it requires the use of
the dwc2 overlay to make use of it, we can disable it by default.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/bcm2838.dtsi

index c8a2c3e..aea578d 100644 (file)
 
 &usb {
        interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+       status = "disabled";
 };
 
 &hdmi {