diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-06-26 09:50:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-25 09:52:42 +0100 |
commit | 6666c91486074a9b3cd9b02c7bab9801267e5b34 (patch) | |
tree | 8b5988a193251638f198f6860190ab6c09923d25 /arch/arm | |
parent | 1bbb59cd92cb01d963426973a5ff871ce495138b (diff) | |
download | linux-stable-6666c91486074a9b3cd9b02c7bab9801267e5b34.tar.gz linux-stable-6666c91486074a9b3cd9b02c7bab9801267e5b34.tar.bz2 linux-stable-6666c91486074a9b3cd9b02c7bab9801267e5b34.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index d309314f3a36..45869c323435 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -188,7 +188,7 @@ <0xa0410100 0x100>; }; - scu@a04100000 { + scu@a0410000 { compatible = "arm,cortex-a9-scu"; reg = <0xa0410000 0x100>; }; |