On Wed, Feb 19, 2014 at 04:38:57PM +0800, Xiubo Li wrote: > This adds the binding documentation for Freescale FlexTimer Module > (FTM) PWM driver under Documentation/devicetree/bindings/pwm/. > > Signed-off-by: Xiubo Li > Reviewed-by: Sascha Hauer > Reviewed-by: Yuan Yao > Acked-by: Kumar Gala > --- > .../devicetree/bindings/pwm/pwm-fsl-ftm.txt | 34 ++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt > > diff --git a/Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt b/Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt [...] > +- clocks : Must contain a clock specifier for each entry in clock-names, Nit: A slightly more correct way to say this would be: "Must contain a phandle and clock specifier...". Thierry