summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-bone-common.dtsi
diff options
context:
space:
mode:
authorLeigh Brown <leigh@solinno.co.uk>2014-04-16 13:26:35 +0200
committerTony Lindgren <tony@atomide.com>2014-04-19 01:37:43 +0200
commita2f8d6b303213a98436455aece7e14cdd1240629 (patch)
tree025118bb5afbe797af25f5ef6b7e5dfe761830f4 /arch/arm/boot/dts/am335x-bone-common.dtsi
parentARM: dts: OMAP2+: remove uses of obsolete gpmc,device-nand (diff)
downloadlinux-a2f8d6b303213a98436455aece7e14cdd1240629.tar.xz
linux-a2f8d6b303213a98436455aece7e14cdd1240629.zip
ARM: dts: am335x: update USB DT references
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-bone-common.dtsi')
-rw-r--r--arch/arm/boot/dts/am335x-bone-common.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index e3f27ec31718..2e7d932887b5 100644
--- 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";
};
};