Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ce8c7a0 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Mauro Carvalho Chehab
Browse files

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: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent d3455273
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx)

Required properties:

- compatible: "sigma,smp8642-ir"
- reg: address/size of NEC+RC5 area, address/size of RC6 area
- interrupts: spec for IR IRQ
- clocks: spec for IR clock (typically the crystal oscillator)

Optional properties:

- linux,rc-map-name: see Documentation/devicetree/bindings/media/rc.txt

Example:

	ir@10518 {
		compatible = "sigma,smp8642-ir";
		reg = <0x10518 0x18>, <0x105e0 0x1c>;
		interrupts = <21 IRQ_TYPE_EDGE_RISING>;
		clocks = <&xtal>;
	};