mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
2bd6bf03f4
commit
32c30f7368
|
@ -24,6 +24,16 @@ Required properties:
|
||||||
based on a specific SoC configuration.
|
based on a specific SoC configuration.
|
||||||
- interrupts: interrupt number mapped to CPU.
|
- interrupts: interrupt number mapped to CPU.
|
||||||
- clocks: spi clk phandle
|
- clocks: spi clk phandle
|
||||||
|
For 66AK2G this property should be set per binding,
|
||||||
|
Documentation/devicetree/bindings/clock/ti,sci-clk.txt
|
||||||
|
|
||||||
|
SoC-specific Required Properties:
|
||||||
|
|
||||||
|
The following are mandatory properties for Keystone 2 66AK2G SoCs only:
|
||||||
|
|
||||||
|
- power-domains: Should contain a phandle to a PM domain provider node
|
||||||
|
and an args specifier containing the SPI device id
|
||||||
|
value. This property is as per the binding,
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
- cs-gpios: gpio chip selects
|
- cs-gpios: gpio chip selects
|
||||||
|
|
Loading…
Reference in New Issue