Device-Tree bindings for hdmiddc driver
Required properties:
compatible: value should be one of the following
- “samsung,exynos5-hdmiddc”
- “samsung,exynos4210-hdmiddc”
- “samsung,exynos5-hdmiddc”
reg: I2C address of the hdmiddc device.
Example:
hdmiddc {
compatible = "samsung,exynos4210-hdmiddc";
reg = <0x50>;
};