0b5d87fd30
As usual, this patches were taken (and rebased) from https://github.com/raspberrypi/linux/commits/rpi-4.1.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46853
41 lines
1.1 KiB
Diff
41 lines
1.1 KiB
Diff
From 2a920968d6fe0e8e05664b11fa3185309a15ffc9 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/171] 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
|