aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2014-11-18 15:22:33 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-26 10:28:43 -0500
commit36cdfa76635b502c8c7bb7df695d7d5117eca7de (patch)
treedd43108cbadc0df91b20fb523d3d8e4de72dd323 /Documentation/devicetree/bindings/media
parentd7c5925487d6352240be7ef1c4f3a02886688b4b (diff)
[media] media: rc: meson: document device tree bindings
This adds binding documentation for the infrared remote control receiver available in Amlogic Meson SoCs. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r--Documentation/devicetree/bindings/media/meson-ir.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/meson-ir.txt b/Documentation/devicetree/bindings/media/meson-ir.txt
new file mode 100644
index 000000000000..407848e85f31
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/meson-ir.txt
@@ -0,0 +1,14 @@
1* Amlogic Meson IR remote control receiver
2
3Required properties:
4 - compatible : should be "amlogic,meson6-ir"
5 - reg : physical base address and length of the device registers
6 - interrupts : a single specifier for the interrupt from the device
7
8Example:
9
10 ir-receiver@c8100480 {
11 compatible= "amlogic,meson6-ir";
12 reg = <0xc8100480 0x20>;
13 interrupts = <0 15 1>;
14 };