62a1f83f0c
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
Device-Tree bindings for hdmiddc driver
|
|
|
|
Required properties:
|
|
- compatible: value should be "samsung,exynos5-hdmiddc".
|
|
- reg: I2C address of the hdmiddc device.
|
|
|
|
Example:
|
|
|
|
hdmiddc {
|
|
compatible = "samsung,exynos5-hdmiddc";
|
|
reg = <0x50>;
|
|
};
|