WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / exynos / exynos_hdmiphy.txt
blob162f641f7639c02a27c47cbf8e137c01b0dfc1d9
1 Device-Tree bindings for hdmiphy driver
3 Required properties:
4 - compatible: value should be one of the following:
5         1) "samsung,exynos5-hdmiphy" <DEPRECATED>
6         2) "samsung,exynos4210-hdmiphy".
7         3) "samsung,exynos4212-hdmiphy".
8 - reg: I2C address of the hdmiphy device.
10 Example:
12         hdmiphy {
13                 compatible = "samsung,exynos4210-hdmiphy";
14                 reg = <0x38>;
15         };