]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: arm: scu: Correct example SCU unit addresses
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 26 Jun 2018 07:50:10 +0000 (09:50 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 20 Sep 2018 21:55:55 +0000 (14:55 -0700)
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>
Documentation/devicetree/bindings/arm/scu.txt
Documentation/devicetree/bindings/arm/ux500/boards.txt

index 08a587875996b47cf25dd20f7bd7cde81f61d5ff..74d0a780ce511998914fd0efe1ba82adf7a20867 100644 (file)
@@ -22,7 +22,7 @@ References:
 
 Example:
 
-scu@a04100000 {
+scu@a0410000 {
        compatible = "arm,cortex-a9-scu";
        reg = <0xa0410000 0x100>;
 };
index 0fa429534f4910f79193ed177d8da974ee9caf24..89408de55bfd2a6253000e5f7ff8b5d776bba99f 100644 (file)
@@ -60,7 +60,7 @@ Example:
                              <0xa0410100 0x100>;
                };
 
-               scu@a04100000 {
+               scu@a0410000 {
                        compatible = "arm,cortex-a9-scu";
                        reg = <0xa0410000 0x100>;
                };