Skip to content

Commit

Permalink
ARM: dts: am335x: update USB DT references
Browse files Browse the repository at this point in the history
commit a2f8d6b 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>
  • Loading branch information
Leigh Brown authored and Greg Kroah-Hartman committed May 6, 2014
1 parent 4ea5e5e commit cff520b
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/am335x-bone-common.dtsi
Original file line number Diff line number Diff line change
@@ -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";
};
};
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
@@ -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";
};
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
@@ -334,7 +334,7 @@
&usb {
status = "okay";

control@44e10000 {
control@44e10620 {
status = "okay";
};

4 changes: 2 additions & 2 deletions arch/arm/boot/dts/am335x-igep0033.dtsi
Original file line number Diff line number Diff line change
@@ -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";
};
};

0 comments on commit cff520b

Please sign in to comment.