Em Fri, 13 Dec 2013 15:12:49 +0000
James Hogan <[email protected]> escreveu:

> Add device tree binding for ImgTec Consumer Infrared block.
> 
> Signed-off-by: James Hogan <[email protected]>
> Cc: Mauro Carvalho Chehab <[email protected]>
> Cc: [email protected]
> Cc: Rob Herring <[email protected]>
> Cc: Pawel Moll <[email protected]>
> Cc: Mark Rutland <[email protected]>
> Cc: Stephen Warren <[email protected]>
> Cc: Ian Campbell <[email protected]>
> Cc: [email protected]
> Cc: Rob Landley <[email protected]>
> Cc: [email protected]

It looks ok for me, but we should wait for a DT maintainer ack for
this one.

Regards,
Mauro

> ---
>  Documentation/devicetree/bindings/media/img-ir.txt | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/img-ir.txt
> 
> diff --git a/Documentation/devicetree/bindings/media/img-ir.txt 
> b/Documentation/devicetree/bindings/media/img-ir.txt
> new file mode 100644
> index 000000000000..6f623b094ea6
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/media/img-ir.txt
> @@ -0,0 +1,20 @@
> +* ImgTec Infrared (IR) decoder
> +
> +Required properties:
> +- compatible:                Should be "img,ir"
> +- reg:                       Physical base address of the controller and 
> length of
> +                     memory mapped region.
> +- interrupts:                The interrupt specifier to the cpu.
> +
> +Optional properties:
> +- clocks:            Clock specifier for base clock.
> +                     Defaults to 32.768KHz if not specified.
> +
> +Example:
> +
> +     ir@02006200 {
> +             compatible = "img,ir";
> +             reg = <0x02006200 0x100>;
> +             interrupts = <29 4>;
> +             clocks = <&clk_32khz>;
> +     };


-- 

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to