Skip to content

Commit

Permalink
dts: bcm2838: Disable DWC OTG block by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Phil Elwell committed Oct 24, 2019
1 parent a287d34 commit e99d468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2838.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@

&usb {
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

&hdmi {
Expand Down

0 comments on commit e99d468

Please sign in to comment.