All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrzej Hajda <a.hajda@samsung.com>
To: k.kozlowski@samsung.com
Cc: Andrzej Hajda <a.hajda@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Gustavo Padovan <gustavo@padovan.org>,
	Inki Dae <inki.dae@samsung.com>,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: [PATCH 02/16 REBASED] dt-bindings: remove deprecated compatible string from exynos-hdmi
Date: Wed, 18 Nov 2015 09:33:07 +0100	[thread overview]
Message-ID: <1447835588-3032-1-git-send-email-a.hajda@samsung.com> (raw)
In-Reply-To: <CAJKOXPfojLMoq=nwfOVmZ_eiM-aoSx8-ULJ_ExS0gWNXWRJnkQ@mail.gmail.com>

samsung,exynos5-hdmi compatible was marked as deprecated in Jun 2013.
It was never used since then.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt b/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt
index 1fd8cf9..d474f59 100644
--- a/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt
+++ b/Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt
@@ -2,10 +2,9 @@ Device-Tree bindings for drm hdmi driver
 
 Required properties:
 - compatible: value should be one among the following:
-	1) "samsung,exynos5-hdmi" <DEPRECATED>
-	2) "samsung,exynos4210-hdmi"
-	3) "samsung,exynos4212-hdmi"
-	4) "samsung,exynos5420-hdmi"
+	1) "samsung,exynos4210-hdmi"
+	2) "samsung,exynos4212-hdmi"
+	3) "samsung,exynos5420-hdmi"
 - reg: physical base address of the hdmi and length of memory mapped
 	region.
 - interrupts: interrupt number to the cpu.
-- 
1.9.1

  reply	other threads:[~2015-11-18  8:33 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 12:48 [PATCH 00/16] drm/exynos/hdmi: refactoring/cleanup patches Andrzej Hajda
2015-09-25 12:48 ` [PATCH 01/16] drm/exynos/hdmi: remove support for deprecated compatible Andrzej Hajda
2015-09-30 14:35   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 02/16] dt-bindings: remove deprecated compatible string from exynos-hdmi Andrzej Hajda
2015-09-30 14:36   ` Gustavo Padovan
2015-11-17  3:40     ` Krzysztof Kozlowski
2015-11-18  8:33       ` Andrzej Hajda [this message]
2015-11-18  9:14         ` [PATCH 02/16 REBASED] " Krzysztof Kozlowski
2015-09-25 12:48 ` [PATCH 03/16] drm/exynos/hdmi: use mappings for registers with IP dependent address Andrzej Hajda
2015-09-30 14:47   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 04/16] drm/exynos/hdmi: move PLL stabilization check code to separate function Andrzej Hajda
2015-09-30 14:48   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 05/16] drm/exynos/hdmi: simplify HDMI-PHY power sequence Andrzej Hajda
2015-09-30 14:53   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 06/16] drm/exynos/hdmi: replace all writeb with writel Andrzej Hajda
2015-09-30 14:53   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 07/16] drm/exynos/hdmi: fix removal order Andrzej Hajda
2015-09-30 14:57   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 08/16] drm/exynos/hdmi: use optional regulator_get for hdmi-en Andrzej Hajda
2015-09-25 12:48 ` [PATCH 09/16] drm/exynos/hdmi: use constant size array for regulators Andrzej Hajda
2015-09-30 15:08   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 10/16] drm/exynos/hdmi: simplify clock re-parenting Andrzej Hajda
2015-09-25 12:48 ` [PATCH 11/16] drm/exynos/hdmi: convert to gpiod API Andrzej Hajda
2015-09-25 12:48 ` [PATCH 12/16] drm/exynos/hdmi: remove deprecated hdmi_resources structure Andrzej Hajda
2015-09-25 12:48 ` [PATCH 13/16] drm/exynos/hdmi: convert container_of macro to inline function Andrzej Hajda
2015-09-30 15:08   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 14/16] drm/exynos/hdmi: improve HDMI/ACR related code Andrzej Hajda
2015-09-25 12:48 ` [PATCH 15/16] drm/exynos/hdmi: remove unused field Andrzej Hajda
2015-09-30 15:09   ` Gustavo Padovan
2015-09-25 12:48 ` [PATCH 16/16] drm: exynos: mixer: fix using usleep() in atomic context Andrzej Hajda
2015-10-12 13:26 ` [PATCH 00/16] drm/exynos/hdmi: refactoring/cleanup patches Inki Dae
2015-10-20  9:19   ` Andrzej Hajda
2015-10-20 12:07     ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447835588-3032-1-git-send-email-a.hajda@samsung.com \
    --to=a.hajda@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=inki.dae@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.