diff options
author | Rob Herring <robh@kernel.org> | 2014-03-29 19:36:18 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 21:16:03 +0200 |
commit | f27e861f7bb79501cedf486af9347052f9bcfc70 (patch) | |
tree | c93fa345d34671ae23471d3a94ec54d0bf5adf34 /Documentation/devicetree | |
parent | dt/bindings: arm-boards: add binding for Versatile core module (diff) | |
download | linux-f27e861f7bb79501cedf486af9347052f9bcfc70.tar.xz linux-f27e861f7bb79501cedf486af9347052f9bcfc70.zip |
dt/bindings: add compatible string for versatile osc clock
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')
-rw-r--r-- | Documentation/devicetree/bindings/clock/arm-integrator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/arm-integrator.txt b/Documentation/devicetree/bindings/clock/arm-integrator.txt index 652914b17b95..ecc69520bcea 100644 --- a/Documentation/devicetree/bindings/clock/arm-integrator.txt +++ b/Documentation/devicetree/bindings/clock/arm-integrator.txt @@ -1,4 +1,4 @@ -Clock bindings for ARM Integrator Core Module clocks +Clock bindings for ARM Integrator and Versatile Core Module clocks Auxilary Oscillator Clock @@ -12,7 +12,7 @@ parent node. Required properties: -- compatible: must be "arm,integrator-cm-auxosc" +- compatible: must be "arm,integrator-cm-auxosc" or "arm,versatile-cm-auxosc" - #clock-cells: must be <0> Optional properties: |