mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
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>;
|
||
|
};
|