Re: [PATCH] dt-bindings: irqchip: Add node name to PRUSS INTC
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 19:19:43
Also in:
linux-arm-kernel, linux-omap, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 19:19:43
Also in:
linux-arm-kernel, linux-omap, lkml
On Tue, 26 Jan 2021 10:32:51 -0600, Suman Anna wrote:
The current PRUSS Interrupt Controller binding doesn't exactly specify the convention for the node name. These interrupt-controllers will always have a unit address. Update the binding with the '$nodename' using the expected generic name, this shall ensure the interrupt-controller.yaml is automatically applied to this binding. Signed-off-by: Suman Anna <redacted> --- This patch is a result of the previous discussion at https://patchwork.kernel.org/comment/23926133/ .../bindings/interrupt-controller/ti,pruss-intc.yaml | 3 +++ 1 file changed, 3 insertions(+)
Applied, thanks!