@@ -7,13 +7,16 @@ Required properties:
- interrupts : Property with a value describing the interrupt
number.
- interrupt-parent : Must be core interrupt controller
+- clocks: Input clock specifier. Refer to common clock bindings.
Optional properties:
- xlnx,num-ss-bits : Number of chip selects used.
+- clock-names: Input clock name
Example:
axi_quad_spi@41e00000 {
compatible = "xlnx,xps-spi-2.00.a";
+ clocks = <&clkc 15>;
interrupt-parent = <&intc>;
interrupts = <0 31 1>;
reg = <0x41e00000 0x10000>;
Add clock description for spi-xilinx Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com> --- .../devicetree/bindings/spi/spi-xilinx.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)