]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 May 2014 20:47:46 +0000 (13:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 May 2014 20:47:46 +0000 (13:47 -0700)
added patches:
arm-dts-am335x-update-usb-dt-references.patch

queue-3.14/arm-dts-am335x-update-usb-dt-references.patch [new file with mode: 0644]
queue-3.14/series

diff --git a/queue-3.14/arm-dts-am335x-update-usb-dt-references.patch b/queue-3.14/arm-dts-am335x-update-usb-dt-references.patch
new file mode 100644 (file)
index 0000000..f8af6c7
--- /dev/null
@@ -0,0 +1,99 @@
+From a2f8d6b303213a98436455aece7e14cdd1240629 Mon Sep 17 00:00:00 2001
+From: Leigh Brown <leigh@solinno.co.uk>
+Date: Wed, 16 Apr 2014 12:26:35 +0100
+Subject: ARM: dts: am335x: update USB DT references
+
+From: Leigh Brown <leigh@solinno.co.uk>
+
+commit a2f8d6b303213a98436455aece7e14cdd1240629 upstream.
+
+In "ARM: dts: am33xx: correcting dt node unit address for usb", the
+usb_ctrl_mod and cppi41dma nodes were updated with the correct register
+addresses.  However, the dts files that reference these nodes were not
+updated, and those devices are no longer being enabled.
+
+This patch corrects the references for the affected dts files.
+
+Signed-off-by: Leigh Brown <leigh@solinno.co.uk>
+Signed-off-by: Tony Lindgren <tony@atomide.com>
+Cc: Johan Hovold <jhovold@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ arch/arm/boot/dts/am335x-bone-common.dtsi |    4 ++--
+ arch/arm/boot/dts/am335x-evm.dts          |    4 ++--
+ arch/arm/boot/dts/am335x-evmsk.dts        |    2 +-
+ arch/arm/boot/dts/am335x-igep0033.dtsi    |    4 ++--
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
++++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
+@@ -183,7 +183,7 @@
+ &usb {
+       status = "okay";
+-      control@44e10000 {
++      control@44e10620 {
+               status = "okay";
+       };
+@@ -204,7 +204,7 @@
+               dr_mode = "host";
+       };
+-      dma-controller@07402000  {
++      dma-controller@47402000  {
+               status = "okay";
+       };
+ };
+--- a/arch/arm/boot/dts/am335x-evm.dts
++++ b/arch/arm/boot/dts/am335x-evm.dts
+@@ -325,7 +325,7 @@
+ &usb {
+       status = "okay";
+-      control@44e10000 {
++      control@44e10620 {
+               status = "okay";
+       };
+@@ -346,7 +346,7 @@
+               dr_mode = "host";
+       };
+-      dma-controller@07402000  {
++      dma-controller@47402000  {
+               status = "okay";
+       };
+ };
+--- a/arch/arm/boot/dts/am335x-evmsk.dts
++++ b/arch/arm/boot/dts/am335x-evmsk.dts
+@@ -334,7 +334,7 @@
+ &usb {
+       status = "okay";
+-      control@44e10000 {
++      control@44e10620 {
+               status = "okay";
+       };
+--- a/arch/arm/boot/dts/am335x-igep0033.dtsi
++++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
+@@ -202,7 +202,7 @@
+ &usb {
+       status = "okay";
+-      control@44e10000 {
++      control@44e10620 {
+               status = "okay";
+       };
+@@ -223,7 +223,7 @@
+               dr_mode = "host";
+       };
+-      dma-controller@07402000  {
++      dma-controller@47402000  {
+               status = "okay";
+       };
+ };
index e04c2b112d0905d0e59c453354861583b4a6c0b4..b217abe520aa9d0d59ee1d9a02daaf82be0244b0 100644 (file)
@@ -156,3 +156,4 @@ clk-tegra-remove-non-existent-clocks.patch
 dt-tegra-remove-non-existent-clock-ids.patch
 usb-ehci-tegra-set-txfill_tuning.patch
 usb-pl2303-add-ids-for-hewlett-packard-hp-pos-pole-displays.patch
+arm-dts-am335x-update-usb-dt-references.patch