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

media: dt: bindings: Add binding for tango HW IR decoder

Add DT binding for the HW IR decoder embedded in SMP86xx/SMP87xx.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
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>

authored by

Marc Gonzalez and committed by
Mauro Carvalho Chehab
5ce8c7a0 d3455273

+21
+21
Documentation/devicetree/bindings/media/tango-ir.txt
··· 1 + Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx) 2 + 3 + Required properties: 4 + 5 + - compatible: "sigma,smp8642-ir" 6 + - reg: address/size of NEC+RC5 area, address/size of RC6 area 7 + - interrupts: spec for IR IRQ 8 + - clocks: spec for IR clock (typically the crystal oscillator) 9 + 10 + Optional properties: 11 + 12 + - linux,rc-map-name: see Documentation/devicetree/bindings/media/rc.txt 13 + 14 + Example: 15 + 16 + ir@10518 { 17 + compatible = "sigma,smp8642-ir"; 18 + reg = <0x10518 0x18>, <0x105e0 0x1c>; 19 + interrupts = <21 IRQ_TYPE_EDGE_RISING>; 20 + clocks = <&xtal>; 21 + };