ARM: dts: cygnus: Fix incorrect UART2 register base
authorRay Jui <ray.jui@broadcom.com>
Tue, 15 Aug 2017 17:25:58 +0000 (10:25 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 Aug 2017 17:11:54 +0000 (10:11 -0700)
Fix incorrect Cygnus UART2 register base.

Fixes: 0f0b21a83ad2 ("ARM: dts: Move all Cygnus peripherals into axi bus")
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index bf8c838..e4d07f4 100644 (file)
 
                uart2: serial@18022000 {
                        compatible = "snps,dw-apb-uart";
-                       reg = <0x18020000 0x100>;
+                       reg = <0x18022000 0x100>;
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;