diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-02-23 10:10:06 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-03-03 17:28:52 -0600 |
commit | 8fe420da36fe1f8863e3f6829316db86398e4f69 (patch) | |
tree | ffe78a1ea0c412868d49499bb71639657e4558d0 /Documentation/devicetree/bindings/arm/arm-boards | |
parent | 46f1296fb7d234a3d218428d6c3a22dea52a7d59 (diff) | |
download | blackbird-op-linux-8fe420da36fe1f8863e3f6829316db86398e4f69.tar.gz blackbird-op-linux-8fe420da36fe1f8863e3f6829316db86398e4f69.zip |
ARM: realview: add EB syscon variants to bindings
There are two distinct RealView EB system controller that we need
to detect and handle because their register layout differ
slightly.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/arm-boards')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm-boards | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 1a709970e7f7..100db7347747 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -123,7 +123,9 @@ Required nodes: - syscon: some subnode of the RealView SoC node must be a system controller node pointing to the control registers, - with the compatible string set to one of these tuples: + with the compatible string set to one of these: + "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon" + "arm,realview-eb11mp-revc-syscon", "arm,realview-eb-syscon", "syscon" "arm,realview-eb-syscon", "syscon" "arm,realview-pb1176-syscon", "syscon" "arm,realview-pb11mp-syscon", "syscon" |