Commit 513057f1 authored by Daniel Mack's avatar Daniel Mack Committed by Robert Jarzmik

ARM: dts: pxa2xx: fix hwuart memory range

The memory range for the hwuart is at 0x41600000, not 0x41100000.
This also solves a conflict with the MMC controller node.
Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 1b583921
......@@ -117,9 +117,9 @@ stuart: serial@40700000 {
status = "disabled";
};
hwuart: serial@41100000 {
hwuart: serial@41600000 {
compatible = "mrvl,pxa-uart";
reg = <0x41100000 0x30>;
reg = <0x41600000 0x30>;
interrupts = <7>;
status = "disabled";
};
......
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