summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/exynos/exynos_hdmiddc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/display/exynos/exynos_hdmiddc.txt')
-rw-r--r--dts/Bindings/display/exynos/exynos_hdmiddc.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/display/exynos/exynos_hdmiddc.txt b/dts/Bindings/display/exynos/exynos_hdmiddc.txt
new file mode 100644
index 0000000000..41eee97156
--- /dev/null
+++ b/dts/Bindings/display/exynos/exynos_hdmiddc.txt
@@ -0,0 +1,15 @@
+Device-Tree bindings for hdmiddc driver
+
+Required properties:
+- compatible: value should be one of the following
+ 1) "samsung,exynos5-hdmiddc" <DEPRECATED>
+ 2) "samsung,exynos4210-hdmiddc"
+
+- reg: I2C address of the hdmiddc device.
+
+Example:
+
+ hdmiddc {
+ compatible = "samsung,exynos4210-hdmiddc";
+ reg = <0x50>;
+ };