Commit 4dba1cd1 authored by Leigh Brown's avatar Leigh Brown Committed by Jiri Slaby

ARM: dts: am335x: update USB DT references

commit a2f8d6b3 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: default avatarLeigh Brown <leigh@solinno.co.uk>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Cc: Johan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 623e9d09
......@@ -120,7 +120,7 @@ uart0: serial@44e09000 {
musb: usb@47400000 {
status = "okay";
control@44e10000 {
control@44e10620 {
status = "okay";
};
......@@ -141,7 +141,7 @@ usb@47401800 {
dr_mode = "host";
};
dma-controller@07402000 {
dma-controller@47402000 {
status = "okay";
};
};
......
......@@ -174,7 +174,7 @@ tps: tps@2d {
musb: usb@47400000 {
status = "okay";
control@44e10000 {
control@44e10620 {
status = "okay";
};
......@@ -195,7 +195,7 @@ usb@47401800 {
dr_mode = "host";
};
dma-controller@07402000 {
dma-controller@47402000 {
status = "okay";
};
};
......
......@@ -211,7 +211,7 @@ lis331dlh: lis331dlh@18 {
musb: usb@47400000 {
status = "okay";
control@44e10000 {
control@44e10620 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment