Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / drm / bridge / ptn3460.txt
1 ptn3460 bridge bindings
2
3 Required properties:
4         - compatible: "nxp,ptn3460"
5         - reg: i2c address of the bridge
6         - powerdown-gpio: OF device-tree gpio specification
7         - reset-gpio: OF device-tree gpio specification
8         - edid-emulation: The EDID emulation entry to use
9                 +-------+------------+------------------+
10                 | Value | Resolution | Description      |
11                 |   0   |  1024x768  | NXP Generic      |
12                 |   1   |  1920x1080 | NXP Generic      |
13                 |   2   |  1920x1080 | NXP Generic      |
14                 |   3   |  1600x900  | Samsung LTM200KT |
15                 |   4   |  1920x1080 | Samsung LTM230HT |
16                 |   5   |  1366x768  | NXP Generic      |
17                 |   6   |  1600x900  | ChiMei M215HGE   |
18                 +-------+------------+------------------+
19
20 Example:
21         lvds-bridge@20 {
22                 compatible = "nxp,ptn3460";
23                 reg = <0x20>;
24                 powerdown-gpio = <&gpy2 5 1 0 0>;
25                 reset-gpio = <&gpx1 5 1 0 0>;
26                 edid-emulation = <5>;
27         };