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.20-rc1~66^2~51^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2f217d24ecaec2012e628d21e244eef0608656a4;p=uclinux-h8%2Flinux.git ARM: dts: ux500: Correct SCU unit address 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 --- 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 @@ <0xa0410100 0x100>; }; - scu@a04100000 { + scu@a0410000 { compatible = "arm,cortex-a9-scu"; reg = <0xa0410000 0x100>; };