diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-05-21 19:44:38 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-06-12 23:28:50 +0300 |
commit | 9c53535a15b63218204f2bab2c279b3e64c61c0e (patch) | |
tree | b2faacfbd620bf4f5dcdd693c98c7ce47ea7be3a /arch/arm/boot/dts/bcm2835-rpi-zero.dts | |
parent | 860a5d0b262eb3a98f578ffbd4469723315fd778 (diff) | |
download | linux-9c53535a15b63218204f2bab2c279b3e64c61c0e.tar.xz |
ARM: dts: bcm2835-rpi-zero: Enable OTG mode
Since 635c21068cf ("usb: dwc2: gadget: Fix WARN_ON messages
during FIFO init") the dwc2 driver is able to handle OTG and gadget
mode for bcm2835. So enable this feature for the Raspberry Pi Zero.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-zero.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero.dts b/arch/arm/boot/dts/bcm2835-rpi-zero.dts index cc8b832c4c78..79a20d520931 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero.dts @@ -12,7 +12,7 @@ /dts-v1/; #include "bcm2835.dtsi" #include "bcm2835-rpi.dtsi" -#include "bcm283x-rpi-usb-host.dtsi" +#include "bcm283x-rpi-usb-otg.dtsi" / { compatible = "raspberrypi,model-zero", "brcm,bcm2835"; |