Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Linus Walleij
66d77325 2f217d24

+2 -2
+1 -1
Documentation/devicetree/bindings/arm/scu.txt
··· 22 22 23 23 Example: 24 24 25 - scu@a04100000 { 25 + scu@a0410000 { 26 26 compatible = "arm,cortex-a9-scu"; 27 27 reg = <0xa0410000 0x100>; 28 28 };
+1 -1
Documentation/devicetree/bindings/arm/ux500/boards.txt
··· 60 60 <0xa0410100 0x100>; 61 61 }; 62 62 63 - scu@a04100000 { 63 + scu@a0410000 { 64 64 compatible = "arm,cortex-a9-scu"; 65 65 reg = <0xa0410000 0x100>; 66 66 };