Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqchip/sunxi-nmi: Add sun9i-a80 variant to binding doc

sun9i A80 introduces a new variant of the NMI controller. The registers
are reordered, but the functionality remains the same.

Add a new compatible string for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lkml.kernel.org/r/1449130813-22400-3-git-send-email-wens@csie.org
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Chen-Yu Tsai and committed by
Jason Cooper
cc66ef3c 57e7b082

+1 -1
+1 -1
Documentation/devicetree/bindings/interrupt-controller/allwinner,sunxi-nmi.txt
··· 4 4 Required properties: 5 5 6 6 - compatible : should be "allwinner,sun7i-a20-sc-nmi" or 7 - "allwinner,sun6i-a31-sc-nmi" 7 + "allwinner,sun6i-a31-sc-nmi" or "allwinner,sun9i-a80-nmi" 8 8 - reg : Specifies base physical address and size of the registers. 9 9 - interrupt-controller : Identifies the node as an interrupt controller 10 10 - #interrupt-cells : Specifies the number of cells needed to encode an