aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ste-dbx5x0.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-06-26 09:50:09 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-20 14:55:55 -0700
commit2f217d24ecaec2012e628d21e244eef0608656a4 (patch)
tree30dfb11f9a13bd9472ed3181211c5556355dd753 /arch/arm/boot/dts/ste-dbx5x0.dtsi
parentLinux 4.19-rc1 (diff)
downloadlinux-dev-2f217d24ecaec2012e628d21e244eef0608656a4.tar.xz
linux-dev-2f217d24ecaec2012e628d21e244eef0608656a4.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi2
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 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>;
};