ARM: dts: ux500: Correct SCU unit address
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 26 Jun 2018 07:50:09 +0000 (09:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:47:10 +0000 (18:47 +0100)
[ Upstream commit 2f217d24ecaec2012e628d21e244eef0608656a4 ]

The unit address of the Cortex-A9 SCU device node contains one zero too
many.  Remove it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi

index 2310a4e97768c222ca19fe8f125c5aede36be8d1..3dc0028e108b3d4982cb35d987fdcb2de3754326 100644 (file)
@@ -197,7 +197,7 @@ intc: interrupt-controller@a0411000 {
                              <0xa0410100 0x100>;
                };
 
-               scu@a04100000 {
+               scu@a0410000 {
                        compatible = "arm,cortex-a9-scu";
                        reg = <0xa0410000 0x100>;
                };