On Tue, 2016-11-08 at 10:43:09 +0530, Shubhrajyoti Datta wrote: > Add the clock node to the dt binding. > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > --- > .../devicetree/bindings/gpio/gpio-xilinx.txt | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-xilinx.txt b/Documentation/devicetree/bindings/gpio/gpio-xilinx.txt > index 63bf4be..0821b9d 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-xilinx.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio-xilinx.txt > @@ -11,6 +11,7 @@ Required properties: > - #gpio-cells : Should be two. The first cell is the pin number and the > second cell is used to specify optional parameters (currently unused). > - gpio-controller : Marks the device node as a GPIO controller. > +- clocks: Input clock specifier. Refer to common clock bindings. > > Optional properties: > - interrupts : Interrupt mapping for GPIO IRQ. > @@ -25,12 +26,14 @@ Optional properties: > - xlnx,dout-default-2 : as above but the second channel > - xlnx,gpio2-width : as above but for the second channel > - xlnx,tri-default-2 : as above but for the second channel > +- clock-names: Input clock name Clock names are driver specific and must be documented here. > > > Example: > gpio: gpio@40000000 { > #gpio-cells = <2>; > compatible = "xlnx,xps-gpio-1.00.a"; > + clocks = <&clkc 15>; Where are the clock-names? Sören -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html