summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video/fsl-sii902x.txt
blob: c513a41b9668426f6342a5319ada0b9feb6d50d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Device-Tree bindings for framebuffer hdmi driver

Required properties:
- compatible: 	Should be "fsl,sii902x".
- reg: 		The I2C address of the device.
- interrupts:	Interrupt number to the cpu.

Example:

&i2c1 {
       status = "okay";
       hdmi: sii9022a@39 {
             compatible = "fsl,sii902x";
             reg = <0x39>;
             interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>;
       };
};