Re: [RFC PATCH v2 15/30] Documentation/devicetree: Add renesas,sh7751-intc binding document.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdUC-tOWS5+YONVW7egiwSgsTvxz09_Shrfz_Y6Ztdu9zQ@mail.gmail.com> |
Hi Sato-san, On Wed, Sep 13, 2023 at 11:26 AM Yoshinori Sato <[email protected]> wrote: > Signed-off-by: Yoshinori Sato <[email protected]> Thanks for your patch! > --- /dev/null > +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,sh7751-intc.yaml > @@ -0,0 +1,45 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/interrupt-controller/renesas,sh7751-intc.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Renesas SH7751 Interrupt Controller > + > +maintainers: > + - Yoshinori Sato <[email protected]> > + > +properties: > + compatible: > + items: > + - const: renesas,sh7751-intc > + > + '#interrupt-cells': > + # an interrupt index and flags, as defined in interrupts.txt in > + # this directory > + const: 2 > + > + interrupt-controller: true > + > + reg: > + minItems: 2 > + maxItems: 2 Please explain the meaning of each register bank, using "description". Perhaps reg-names, as there are two register banks? > + > + sh7751,irlm: The vendor prefix should be "renesas". > + description: If this value true. ICR.IRLM is 1. This does not explain why you need this. Is this hardware description, or software configuration? > + $ref: /schemas/types.yaml#/definitions/bool Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds