diff options
author | Rob Herring <robh@kernel.org> | 2014-03-29 13:32:25 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 14:16:02 -0500 |
commit | fe3eed11c969731795cb8a686162c6698ee86bdf (patch) | |
tree | 5b5c6a7af20641e3d7ba64e9624f920d419b29d9 /Documentation/devicetree/bindings/arm/arm-boards | |
parent | 04aa49f6b7fbf819ba3fc44850edd2be23d558a6 (diff) | |
download | talos-op-linux-fe3eed11c969731795cb8a686162c6698ee86bdf.tar.gz talos-op-linux-fe3eed11c969731795cb8a686162c6698ee86bdf.zip |
dt/bindings: arm-boards: add binding for Versatile core module
Add binding for the core module found on ARM versatile AB and PB boards.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/arm-boards')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm-boards | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 3509707f9320..c554ed3d44fb 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -86,3 +86,9 @@ Interrupt controllers: compatible = "arm,versatile-sic"; interrupt-controller; #interrupt-cells = <1>; + +Required nodes: + +- core-module: the root node to the Versatile platforms must have + a core-module with regs and the compatible strings + "arm,core-module-versatile", "syscon" |