Skip to content

Commit 30dcb4e

Browse files
shawnguo2mchehab
authored andcommitted
media: dt-bindings: add bindings document for zx-irdec
It adds the dt-bindings document for ZTE ZX IRDEC remote control block. Signed-off-by: Shawn Guo <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent e8ffda7 commit 30dcb4e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
IR Decoder (IRDEC) on ZTE ZX family SoCs
2+
3+
Required properties:
4+
- compatible: Should be "zte,zx296718-irdec".
5+
- reg: Physical base address and length of IRDEC registers.
6+
- interrupts: Interrupt number of IRDEC.
7+
8+
Exmaples:
9+
10+
irdec: ir-decoder@111000 {
11+
compatible = "zte,zx296718-irdec";
12+
reg = <0x111000 0x1000>;
13+
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
14+
};

0 commit comments

Comments
 (0)