On Mon, Nov 21, 2016 at 03:30:51PM -0600, Andrew F. Davis wrote:
Add TI SCI reset controller binding. This describes the DT binding
details for a reset controller node providing reset management services
to hardware blocks (reset consumers) using the Texas Instrument's System
Control Interface (TI SCI) protocol to communicate to a system controller
block present on the SoC.
Signed-off-by: Andrew F. Davis <redacted>
[s-anna@ti.com: revise the binding format]
Signed-off-by: Suman Anna <redacted>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
---
.../devicetree/bindings/reset/ti,sci-reset.txt | 66 ++++++++++++++++++++++
MAINTAINERS | 2 +
include/dt-bindings/reset/k2g.h | 22 ++++++++
3 files changed, 90 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.txt
create mode 100644 include/dt-bindings/reset/k2g.h
Acked-by: Rob Herring <robh@kernel.org>