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>
This commit is contained in:
Geert Uytterhoeven 2018-06-26 09:50:09 +02:00 committed by Linus Walleij
parent 5b394b2ddf
commit 2f217d24ec
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
<0xa0410100 0x100>;
};
scu@a04100000 {
scu@a0410000 {
compatible = "arm,cortex-a9-scu";
reg = <0xa0410000 0x100>;
};