mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 05:44:20 +08:00
48d045dbe9
Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence moved to a common place at Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to associate them with exynos soc series. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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>;
|
|
};
|