blob: 858f4f9b902fb5c005ad036328532dc5e4d03eac [file] [log] [blame]
Rahul Sharma3e3e9ce2012-10-29 21:51:42 +09001Device-Tree bindings for hdmiphy driver
2
3Required properties:
4- compatible: value should be "samsung,exynos5-hdmiphy".
5- reg: I2C address of the hdmiphy device.
6
7Example:
8
9 hdmiphy {
10 compatible = "samsung,exynos5-hdmiphy";
11 reg = <0x38>;
12 };