aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/ux500
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-06-26 09:50:10 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-20 14:55:55 -0700
commit66d77325609a0ae5b0b2acbda362f7191efd2064 (patch)
tree854dc836839fed85ea90ef3586ec484fc0b0bf76 /Documentation/devicetree/bindings/arm/ux500
parentARM: dts: ux500: Correct SCU unit address (diff)
downloadlinux-dev-66d77325609a0ae5b0b2acbda362f7191efd2064.tar.xz
linux-dev-66d77325609a0ae5b0b2acbda362f7191efd2064.zip
dt-bindings: arm: scu: Correct example SCU unit addresses
The unit addresses of the Cortex-A9 SCU device nodes contain too many zeroes. Remove them. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/ux500')
-rw-r--r--Documentation/devicetree/bindings/arm/ux500/boards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
index 0fa429534f49..89408de55bfd 100644
--- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
+++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
@@ -60,7 +60,7 @@ Example:
<0xa0410100 0x100>;
};
- scu@a04100000 {
+ scu@a0410000 {
compatible = "arm,cortex-a9-scu";
reg = <0xa0410000 0x100>;
};