From: Beniamino Galvani Date: Tue, 18 Nov 2014 20:22:33 +0000 (-0300) Subject: [media] media: rc: meson: document device tree bindings X-Git-Tag: android-x86-4.4-r3~477^2~84 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=36cdfa76635b502c8c7bb7df695d7d5117eca7de;p=android-x86%2Fkernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- 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 @@ +* Amlogic Meson IR remote control receiver + +Required properties: + - compatible : should be "amlogic,meson6-ir" + - reg : physical base address and length of the device registers + - interrupts : a single specifier for the interrupt from the device + +Example: + + ir-receiver@c8100480 { + compatible= "amlogic,meson6-ir"; + reg = <0xc8100480 0x20>; + interrupts = <0 15 1>; + };