diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-02-24 14:47:08 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-02-26 15:02:23 -0800 |
commit | bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0 (patch) | |
tree | 684e121a7f35fb628d33b96739dca5933f957da2 | |
parent | aa181326b9a08e34b5c5d4bc79836168d9d4b003 (diff) |
ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode
Since commit 9273083a1530 ("usb: dwc2: Fix TxFIFOn sizes and total TxFIFO
size issues") we could use the OTG mode again.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts index 99fe7065ab96..b7f79f1c431a 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.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-w", "brcm,bcm2835"; |