Re: [PATCH v5] Documentation: dt: reset: Add TI syscon reset binding

From: Rob Herring
Date: Fri Jun 24 2016 - 11:35:36 EST


On Tue, Jun 21, 2016 at 03:06:45PM -0500, Andrew F. Davis wrote:
> Add TI syscon reset controller binding. This will hook to the reset
> framework and use syscon/regmap to set reset bits. This allows reset
> control of individual SoC subsytems and devices with memory-mapped
> reset registers in a common register memory space.
>
> Signed-off-by: Andrew F. Davis <afd@xxxxxx>
> [s-anna@xxxxxx: revise the binding format]
> Signed-off-by: Suman Anna <s-anna@xxxxxx>
> ---
> .../devicetree/bindings/reset/ti-syscon-reset.txt | 87 ++++++++++++++++++++++
> include/dt-bindings/reset/ti-syscon.h | 30 ++++++++
> 2 files changed, 117 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/ti-syscon-reset.txt
> create mode 100644 include/dt-bindings/reset/ti-syscon.h

Acked-by: Rob Herring <robh@xxxxxxxxxx>