Message ID | 20171017124708.6242-5-afaerber@suse.de |
---|---|
State | New |
Headers | show |
Series | arm64: Realtek RTD1195/RTD1295 IRQ mux | expand |
On Tue, Oct 17, 2017 at 02:47:06PM +0200, Andreas Färber wrote: > Add compatible strings for Realtek RTD1195. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v3: New > > Could be squashed into 1/5 if acked. Yes. Acked-by: Rob Herring <robh@kernel.org> > > .../devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt | 2 ++ > 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt index f39ce341adbd..67be0653528b 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt @@ -4,6 +4,8 @@ Realtek RTD119x/129x IRQ Mux Controller Required properties: - compatible : Should be one of the following: + - "realtek,rtd1195-misc-irq-mux" + - "realtek,rtd1195-iso-irq-mux" - "realtek,rtd1295-misc-irq-mux" - "realtek,rtd1295-iso-irq-mux" - reg : Specifies base physical address and size of the registers.
Add compatible strings for Realtek RTD1195. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v3: New Could be squashed into 1/5 if acked. .../devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt | 2 ++ 1 file changed, 2 insertions(+) -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html