2012-10-29 12:51:47 +00:00
|
|
|
Device-Tree bindings for hdmiddc driver
|
|
|
|
|
|
|
|
Required properties:
|
2013-06-19 12:51:07 +00:00
|
|
|
- compatible: value should be one of the following
|
|
|
|
1) "samsung,exynos5-hdmiddc" <DEPRECATED>
|
|
|
|
2) "samsung,exynos4210-hdmiddc"
|
|
|
|
|
2012-10-29 12:51:47 +00:00
|
|
|
- reg: I2C address of the hdmiddc device.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
hdmiddc {
|
2013-06-19 12:51:07 +00:00
|
|
|
compatible = "samsung,exynos4210-hdmiddc";
|
2012-10-29 12:51:47 +00:00
|
|
|
reg = <0x50>;
|
|
|
|
};
|