Re: [PATCH v3 3/8] dt-bindings: interrupt-controller: Add JZ4760 and JZ4760B bindings.
From: Zhou Yanjie <hidden>
Date: 2019-07-28 17:39:26
Also in:
linux-mips, lkml
From: Zhou Yanjie <hidden>
Date: 2019-07-28 17:39:26
Also in:
linux-mips, lkml
Hi Marc, These patches has been combined in v4. Thanks On 2019年07月26日 21:36, Marc Zyngier wrote:
On Mon, 15 Jul 2019 13:09:50 +0100, Zhou Yanjie [off-list ref] wrote:quoted
Add the interrupt-controller bindings for the JZ4760 Soc and the JZ4760B Soc from Ingenic. Signed-off-by: Zhou Yanjie <redacted> --- Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt | 2 ++ 1 file changed, 2 insertions(+)diff --git a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt index d4373d0..fa1ad54 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt@@ -5,6 +5,8 @@ Required properties: - compatible : should be "ingenic,<socname>-intc". Valid strings are: ingenic,jz4740-intc ingenic,jz4725b-intc + ingenic,jz4760-intc + ingenic,jz4760b-intc ingenic,jz4770-intc ingenic,jz4775-intc ingenic,jz4780-intc-- 2.7.4This should be combined with patches 5 and 7. I don't see the need for multiple patches. Same thing should happen with patches 4, 6 and 8. Thanks, M.