Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Geert Uytterhoeven and committed by
Linus Walleij
2f217d24 5b394b2d

+1 -1
+1 -1
arch/arm/boot/dts/ste-dbx5x0.dtsi
··· 197 197 <0xa0410100 0x100>; 198 198 }; 199 199 200 - scu@a04100000 { 200 + scu@a0410000 { 201 201 compatible = "arm,cortex-a9-scu"; 202 202 reg = <0xa0410000 0x100>; 203 203 };