Message ID | 20181130175543.32628-4-daniel@zonque.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: fixes and additions for pxa platform | expand |
Daniel Mack <daniel@zonque.org> writes: > The memory range for the hwuart is at 0x41600000, not 0x41100000. > This also solves a conflict with the MMC controller node. > > Signed-off-by: Daniel Mack <daniel@zonque.org> Applied to pxa/dt, thanks. Cheers. -- Robert
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index 7d3dfa8259f8..30e77ebbcc4d 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -117,9 +117,9 @@ status = "disabled"; }; - hwuart: serial@41100000 { + hwuart: serial@41600000 { compatible = "mrvl,pxa-uart"; - reg = <0x41100000 0x30>; + reg = <0x41600000 0x30>; interrupts = <7>; status = "disabled"; };
The memory range for the hwuart is at 0x41600000, not 0x41100000. This also solves a conflict with the MMC controller node. Signed-off-by: Daniel Mack <daniel@zonque.org> --- arch/arm/boot/dts/pxa2xx.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)