Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510698
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions |
| Date | 2016-10-28 00:00 +0200 |
| Message-ID | <sx0Sl-7pr-13@gated-at.bofh.it> (permalink) |
| References | <sx0Sl-7pr-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add identifiers for the K2G resets managed by the PMMC. Signed-off-by: Andrew F. Davis <afd@ti.com> --- 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/MAINTAINERS b/MAINTAINERS index d8068df..accf991 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11900,6 +11900,7 @@ F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt F: include/dt-bindings/clock/k2g.h F: drivers/clk/keystone/sci-clk.c F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt +F: include/dt-bindings/reset/k2g.h THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER M: Hans Verkuil <hverkuil@xs4all.nl> diff --git a/include/dt-bindings/reset/k2g.h b/include/dt-bindings/reset/k2g.h new file mode 100644 index 0000000..00e2a9b --- /dev/null +++ b/include/dt-bindings/reset/k2g.h @@ -0,0 +1,22 @@ +/* + * TI K2G SoC reset definitions + * + * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef __DT_BINDINGS_RESET_K2G_H__ +#define __DT_BINDINGS_RESET_K2G_H__ + +#define K2G_DEV_CGEM0_DSP0_RESET 0x1 + +#endif -- 2.10.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add TI SCI Reset Driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
[PATCH v2 1/3] Documentation: dt: reset: Add TI SCI reset binding "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
[PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Philipp Zabel <p.zabel@pengutronix.de> - 2016-10-28 11:40 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Nishanth Menon <nm@ti.com> - 2016-10-28 15:30 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-11-03 19:00 +0100
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-10-28 19:50 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 20:40 +0200
[PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
Re: [PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions Rob Herring <robh@kernel.org> - 2016-10-31 07:00 +0100
csiph-web