Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1662422
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 05/10] dt-bindings: interrupt-controller: sunxi-nmi: Add compatible for A31 R_INTC |
| Date | 2017-06-09 15:30 +0200 |
| Message-ID | <tQs9d-22p-35@gated-at.bofh.it> (permalink) |
| References | <tPfH4-4GN-15@gated-at.bofh.it> <tPfQK-4Zi-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 06, 2017 at 01:59:27PM +0800, Chen-Yu Tsai wrote: > The A31 and later have an R_INTC block which handles the NMI interrupt > pin on the SoC. This interrupt pin is used by the external PMIC to > signal interrupts to the SoC. > > While this hardware block is undocumented, the interrupt offsets > combined with the register regions for the existing "sun6i-a31-sc-nmi" > compatible line up with the old interrupt controller found on the A10. > Experiments show that only the first 32 interrupt lines can be enabled, > and only the first (NMI) interrupt is actually connected. > > This patch adds a new, properly named compatible for the A31 R_INTC > block, which requires the register region to be properly aligned to > the block boundary. For comparison, the old "sun6i-a31-sc-nmi" > compatible had its register region aligned with the first used > register. This didn't match up with the memory map in the SoC's > datasheet/user manual. > > Since the new compatible supercedes the old one, deprecate the old one. > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- > .../bindings/interrupt-controller/allwinner,sunxi-nmi.txt | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 05/10] dt-bindings: interrupt-controller: sunxi-nmi: Add compatible for A31 R_INTC Rob Herring <robh@kernel.org> - 2017-06-09 15:30 +0200
csiph-web