diff options
author | Franklin Cooper <fcooper@ti.com> | 2017-09-08 16:46:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-19 08:35:33 -0400 |
commit | 32c30f73687a7ea5fe6add62b7bc3b520115d0d9 (patch) | |
tree | db21b82e967813c84fd67c1b0e71c1569c0213f8 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
spi: spi-davinci: Update binding for 66AK2Gx pwr dm property
Add pm-domains property which is required for 66AK2Gx. Also document 66AK2G
unique clocks property usage.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-davinci.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-davinci.txt b/Documentation/devicetree/bindings/spi/spi-davinci.txt index f5916c92fe91..1925277bfc1e 100644 --- a/Documentation/devicetree/bindings/spi/spi-davinci.txt +++ b/Documentation/devicetree/bindings/spi/spi-davinci.txt | |||
@@ -24,6 +24,16 @@ Required properties: | |||
24 | based on a specific SoC configuration. | 24 | based on a specific SoC configuration. |
25 | - interrupts: interrupt number mapped to CPU. | 25 | - interrupts: interrupt number mapped to CPU. |
26 | - clocks: spi clk phandle | 26 | - clocks: spi clk phandle |
27 | For 66AK2G this property should be set per binding, | ||
28 | Documentation/devicetree/bindings/clock/ti,sci-clk.txt | ||
29 | |||
30 | SoC-specific Required Properties: | ||
31 | |||
32 | The following are mandatory properties for Keystone 2 66AK2G SoCs only: | ||
33 | |||
34 | - power-domains: Should contain a phandle to a PM domain provider node | ||
35 | and an args specifier containing the SPI device id | ||
36 | value. This property is as per the binding, | ||
27 | 37 | ||
28 | Optional: | 38 | Optional: |
29 | - cs-gpios: gpio chip selects | 39 | - cs-gpios: gpio chip selects |