Message ID | 1596000130-8689-1-git-send-email-chenhc@lemote.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/5] dt-bindings: interrupt-controller: Update Loongson HTVEC description | expand |
在 2020/7/29 13:22, Huacai Chen 写道: > Loongson HTVEC support 8 parents interrupts in maximum, so update the > maxItems description. Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > > Signed-off-by: Huacai Chen <chenhc@lemote.com> > --- > .../devicetree/bindings/interrupt-controller/loongson,htvec.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml > index e865cd8..87a7455 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml > @@ -22,8 +22,8 @@ properties: > > interrupts: > minItems: 1 > - maxItems: 4 > - description: Four parent interrupts that receive chained interrupts. > + maxItems: 8 > + description: Eight parent interrupts that receive chained interrupts. > > interrupt-controller: true >
diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml index e865cd8..87a7455 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,htvec.yaml @@ -22,8 +22,8 @@ properties: interrupts: minItems: 1 - maxItems: 4 - description: Four parent interrupts that receive chained interrupts. + maxItems: 8 + description: Eight parent interrupts that receive chained interrupts. interrupt-controller: true
Loongson HTVEC support 8 parents interrupts in maximum, so update the maxItems description. Signed-off-by: Huacai Chen <chenhc@lemote.com> --- .../devicetree/bindings/interrupt-controller/loongson,htvec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)