Am Mittwoch, den 14.05.2014, 14:38 +0200 schrieb Boris BREZILLON:
> Add DT bindings documentation for sunxi's reset controllers.
> 
> Signed-off-by: Boris BREZILLON <[email protected]>
> Acked-by: Maxime Ripard <[email protected]>

Acked-by: Philipp Zabel <[email protected]>

> ---
>  .../bindings/reset/allwinner,sunxi-clock-reset.txt  | 21 
> +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt
> 
> diff --git 
> a/Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt 
> b/Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt
> new file mode 100644
> index 0000000..c8f7757
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt
> @@ -0,0 +1,21 @@
> +Allwinner sunxi Peripheral Reset Controller
> +===========================================
> +
> +Please also refer to reset.txt in this directory for common reset
> +controller binding usage.
> +
> +Required properties:
> +- compatible: Should be one of the following:
> +  "allwinner,sun6i-a31-ahb1-reset"
> +  "allwinner,sun6i-a31-clock-reset"
> +- reg: should be register base and length as documented in the
> +  datasheet
> +- #reset-cells: 1, see below
> +
> +example:
> +
> +ahb1_rst: reset@01c202c0 {
> +     #reset-cells = <1>;
> +     compatible = "allwinner,sun6i-a31-ahb1-reset";
> +     reg = <0x01c202c0 0xc>;
> +};


--
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