From: Geert Uytterhoeven Date: Tue, 26 Jun 2018 07:50:09 +0000 (+0200) Subject: ARM: dts: ux500: Correct SCU unit address X-Git-Tag: v4.19.85~123 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=8be4d596d3f237732163346788519cabc246af7e;p=wrapfs-5.10.y.git ARM: dts: ux500: Correct SCU unit address [ 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 Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 2310a4e97768..3dc0028e108b 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -197,7 +197,7 @@ intc: interrupt-controller@a0411000 { <0xa0410100 0x100>; }; - scu@a04100000 { + scu@a0410000 { compatible = "arm,cortex-a9-scu"; reg = <0xa0410000 0x100>; };