Devicetree
 help / color / mirror / Atom feed
* [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated
       [not found] ` <1505466683-32148-1-git-send-email-m.szyprowski@samsung.com>
@ 2017-09-15  9:11   ` Marek Szyprowski
       [not found]     ` <1505466683-32148-2-git-send-email-m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  2017-09-20 20:52     ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Szyprowski @ 2017-09-15  9:11 UTC (permalink / raw)
  To: dri-devel, linux-samsung-soc
  Cc: Marek Szyprowski, Inki Dae, Joonyoung Shim, Seung-Woo Kim,
	Andrzej Hajda, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	Rob Herring, devicetree

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@samsung.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated
       [not found]     ` <1505466683-32148-2-git-send-email-m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2017-09-19 17:37       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2017-09-19 17:37 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, Inki Dae,
	Joonyoung Shim, Seung-Woo Kim, Andrzej Hajda,
	Bartlomiej Zolnierkiewicz, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On Fri, Sep 15, 2017 at 11:11:19AM +0200, Marek Szyprowski wrote:
> 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-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

Acked-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
(I guess this patch will go through DRM or media, but let me know if I
should take it)

Best regards,
Krzysztof

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated
  2017-09-15  9:11   ` [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated Marek Szyprowski
       [not found]     ` <1505466683-32148-2-git-send-email-m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2017-09-20 20:52     ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2017-09-20 20:52 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: devicetree, linux-samsung-soc, Bartlomiej Zolnierkiewicz,
	Seung-Woo Kim, dri-devel, Krzysztof Kozlowski

On Fri, Sep 15, 2017 at 11:11:19AM +0200, Marek Szyprowski wrote:
> 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@samsung.com>
> ---
>  Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-20 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20170915091139eucas1p2d3ee5da70946b4f377242642af117635@eucas1p2.samsung.com>
     [not found] ` <1505466683-32148-1-git-send-email-m.szyprowski@samsung.com>
2017-09-15  9:11   ` [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated Marek Szyprowski
     [not found]     ` <1505466683-32148-2-git-send-email-m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-09-19 17:37       ` Krzysztof Kozlowski
2017-09-20 20:52     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox