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, 0 insertions, 15 deletions
diff --git a/dts/Bindings/display/exynos/exynos_hdmiddc.txt b/dts/Bindings/display/exynos/exynos_hdmiddc.txt
deleted file mode 100644
index 41eee97156..0000000000
--- a/dts/Bindings/display/exynos/exynos_hdmiddc.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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>;
- };