]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: dt-bindings: add bindings document for zx-irdec
authorShawn Guo <shawn.guo@linaro.org>
Sun, 30 Jul 2017 13:23:12 +0000 (09:23 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 20 Aug 2017 13:49:41 +0000 (09:49 -0400)
It adds the dt-bindings document for ZTE ZX IRDEC remote control
block.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/devicetree/bindings/media/zx-irdec.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/media/zx-irdec.txt b/Documentation/devicetree/bindings/media/zx-irdec.txt
new file mode 100644 (file)
index 0000000..295b9fa
--- /dev/null
@@ -0,0 +1,14 @@
+IR Decoder (IRDEC) on ZTE ZX family SoCs
+
+Required properties:
+ - compatible: Should be "zte,zx296718-irdec".
+ - reg: Physical base address and length of IRDEC registers.
+ - interrupts: Interrupt number of IRDEC.
+
+Exmaples:
+
+       irdec: ir-decoder@111000 {
+               compatible = "zte,zx296718-irdec";
+               reg = <0x111000 0x1000>;
+               interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
+       };