diff options
author | Rob Herring <robh@kernel.org> | 2014-03-29 14:32:25 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 15:16:02 -0400 |
commit | fe3eed11c969731795cb8a686162c6698ee86bdf (patch) | |
tree | 5b5c6a7af20641e3d7ba64e9624f920d419b29d9 | |
parent | 04aa49f6b7fbf819ba3fc44850edd2be23d558a6 (diff) |
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>
-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: | |||
86 | compatible = "arm,versatile-sic"; | 86 | compatible = "arm,versatile-sic"; |
87 | interrupt-controller; | 87 | interrupt-controller; |
88 | #interrupt-cells = <1>; | 88 | #interrupt-cells = <1>; |
89 | |||
90 | Required nodes: | ||
91 | |||
92 | - core-module: the root node to the Versatile platforms must have | ||
93 | a core-module with regs and the compatible strings | ||
94 | "arm,core-module-versatile", "syscon" | ||