aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-06-19 18:21:07 +0530
committerInki Dae <daeinki@gmail.com>2013-06-28 21:13:57 +0900
commitcc57caf0cfe74e536910f587a369af4a8550a4ee (patch)
tree770ace62593e94a82fcfdf8ed28b7a8586f1a566 /Documentation/devicetree/bindings/video/exynos_hdmiddc.txt
parentdrm/exynos: fix interlace resolutions for exynos5420 (diff)
downloadlinux-dev-cc57caf0cfe74e536910f587a369af4a8550a4ee.tar.xz
linux-dev-cc57caf0cfe74e536910f587a369af4a8550a4ee.zip
drm/exynos: add new compatible strings for hdmi subsystem
This patch adds new combatible strings for hdmi, mixer, ddc and hdmiphy. It follows the convention of using compatible string which represent the SoC in which the IP was added for the first time. Drivers continue to support the previous compatible strings but further addition of these compatible strings in device tree is deprecated. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/video/exynos_hdmiddc.txt')
-rw-r--r--Documentation/devicetree/bindings/video/exynos_hdmiddc.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt b/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt
index fa166d945809..41eee971562b 100644
--- a/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt
+++ b/Documentation/devicetree/bindings/video/exynos_hdmiddc.txt
@@ -1,12 +1,15 @@
Device-Tree bindings for hdmiddc driver
Required properties:
-- compatible: value should be "samsung,exynos5-hdmiddc".
+- 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,exynos5-hdmiddc";
+ compatible = "samsung,exynos4210-hdmiddc";
reg = <0x50>;
};