Re: [PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions

2016-10-30 Thread Rob Herring
On Thu, Oct 27, 2016 at 04:49:40PM -0500, Andrew F. Davis wrote: > Add identifiers for the K2G resets managed by the PMMC. > > Signed-off-by: Andrew F. Davis > --- > MAINTAINERS | 1 + > include/dt-bindings/reset/k2g.h | 22 ++ > 2 files changed, 23 inser

[PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions

2016-10-27 Thread Andrew F. Davis
Add identifiers for the K2G resets managed by the PMMC. Signed-off-by: Andrew F. Davis --- MAINTAINERS | 1 + include/dt-bindings/reset/k2g.h | 22 ++ 2 files changed, 23 insertions(+) create mode 100644 include/dt-bindings/reset/k2g.h diff --git a/MAIN