diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt b/kernel/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt deleted file mode 100644 index 41eee9715..000000000 --- a/kernel/Documentation/devicetree/bindings/video/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>; - }; |