Commit 2b7681326dc2 ("drm/exynos: hdmi: remove the i2c drivers and use") merged to v3.15 kernel added a required 'ddc' property to Exynos HDMI device tree bindings, which should point to i2c bus used for handling DDC (mainly reading display's EDID information). Since that commit separate node with "samsung,exynos4210-hdmiddc" compatible is no longer needed, so mark it finally as deprecated. Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> --- Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt b/Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt index 41eee971562b..6f807e523ccb 100644 --- a/Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt +++ b/Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt @@ -1,9 +1,12 @@ Device-Tree bindings for hdmiddc driver +This binding is deprecated. Please use 'ddc' property in Exynos HDMI +node (see exynos_hdmi.txt for details). + Required properties: - compatible: value should be one of the following 1) "samsung,exynos5-hdmiddc" <DEPRECATED> - 2) "samsung,exynos4210-hdmiddc" + 2) "samsung,exynos4210-hdmiddc" <DEPRECATED> - reg: I2C address of the hdmiddc device. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html