From: Ray Jui Date: Tue, 15 Aug 2017 17:25:58 +0000 (-0700) Subject: ARM: dts: cygnus: Fix incorrect UART2 register base X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5a5d8b417fbe8d94df962d40431c8217a8798aa;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: cygnus: Fix incorrect UART2 register base Fix incorrect Cygnus UART2 register base. Fixes: 0f0b21a83ad2 ("ARM: dts: Move all Cygnus peripherals into axi bus") Signed-off-by: Ray Jui Signed-off-by: Scott Branden Reviewed-by: Eric Anholt Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index bf8c83815753..e4d07f402531 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -324,7 +324,7 @@ uart2: serial@18022000 { compatible = "snps,dw-apb-uart"; - reg = <0x18020000 0x100>; + reg = <0x18022000 0x100>; reg-shift = <2>; reg-io-width = <4>; interrupts = ;