42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
|
From cdd86992209a3f4d5b896f05062a5550c39de95b Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||
|
Date: Fri, 24 Jul 2015 15:50:24 +0200
|
||
|
Subject: [PATCH 142/148] bcm2835: Use DWC_OTG
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
|
||
|
---
|
||
|
arch/arm/boot/dts/bcm2835.dtsi | 8 +++++---
|
||
|
arch/arm/configs/bcm2835_defconfig | 1 +
|
||
|
2 files changed, 6 insertions(+), 3 deletions(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/bcm2835.dtsi
|
||
|
+++ b/arch/arm/boot/dts/bcm2835.dtsi
|
||
|
@@ -152,9 +152,11 @@
|
||
|
};
|
||
|
|
||
|
usb: usb@7e980000 {
|
||
|
- compatible = "brcm,bcm2835-usb";
|
||
|
- reg = <0x7e980000 0x10000>;
|
||
|
- interrupts = <1 9>;
|
||
|
+ compatible = "brcm,bcm2708-usb";
|
||
|
+ reg = <0x7e980000 0x10000>,
|
||
|
+ <0x7e006000 0x1000>;
|
||
|
+ interrupts = <2 0>,
|
||
|
+ <1 9>;
|
||
|
};
|
||
|
|
||
|
arm-pmu {
|
||
|
--- a/arch/arm/configs/bcm2835_defconfig
|
||
|
+++ b/arch/arm/configs/bcm2835_defconfig
|
||
|
@@ -869,6 +869,7 @@ CONFIG_USB_HIDDEV=y
|
||
|
CONFIG_USB=y
|
||
|
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
||
|
CONFIG_USB_MON=m
|
||
|
+CONFIG_USB_DWCOTG=y
|
||
|
CONFIG_USB_PRINTER=m
|
||
|
CONFIG_USB_STORAGE=y
|
||
|
CONFIG_USB_STORAGE_REALTEK=m
|