dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Rahul Sharma <rahul.sharma@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org,
	dri-devel@lists.freedesktop.org, kgene.kim@samsung.com,
	sw0312.kim@samsung.com, inki.dae@samsung.com,
	seanpaul@chromium.org, l.stach@pengutronix.de,
	tomasz.figa@gmail.com, rob.herring@calxeda.com,
	s.nawrocki@samsung.com, grant.likely@linaro.org,
	joshi@samsung.com, r.sh.open@gmail.com
Subject: Re: [PATCH v3 3/3] ARM/dts: change compatible strings for hdmi subsystem
Date: Wed, 19 Jun 2013 22:50:34 +0900	[thread overview]
Message-ID: <51C1B72A.6080801@samsung.com> (raw)
In-Reply-To: <1371646269-21880-4-git-send-email-rahul.sharma@samsung.com>

On 06/19/13 21:51, Rahul Sharma wrote:
> This patch renames the 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.
>
> Signed-off-by: Rahul Sharma<rahul.sharma@samsung.com>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

- Kukjin

> ---
>   arch/arm/boot/dts/cros5250-common.dtsi    |    4 ++--
>   arch/arm/boot/dts/exynos5250-smdk5250.dts |    4 ++--
>   arch/arm/boot/dts/exynos5250.dtsi         |    4 ++--
>   3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi
> index 3f0239e..dc259e8b 100644
> --- a/arch/arm/boot/dts/cros5250-common.dtsi
> +++ b/arch/arm/boot/dts/cros5250-common.dtsi
> @@ -190,7 +190,7 @@
>   		samsung,i2c-max-bus-freq =<66000>;
>
>   		hdmiddc@50 {
> -			compatible = "samsung,exynos5-hdmiddc";
> +			compatible = "samsung,exynos4210-hdmiddc";
>   			reg =<0x50>;
>   		};
>   	};
> @@ -224,7 +224,7 @@
>   		samsung,i2c-max-bus-freq =<378000>;
>
>   		hdmiphy@38 {
> -			compatible = "samsung,exynos5-hdmiphy";
> +			compatible = "samsung,exynos4212-hdmiphy";
>   			reg =<0x38>;
>   		};
>   	};
> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> index 3e0c792..f320d7c 100644
> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> @@ -72,7 +72,7 @@
>   		samsung,i2c-max-bus-freq =<66000>;
>
>   		hdmiddc@50 {
> -			compatible = "samsung,exynos5-hdmiddc";
> +			compatible = "samsung,exynos4210-hdmiddc";
>   			reg =<0x50>;
>   		};
>   	};
> @@ -102,7 +102,7 @@
>   		samsung,i2c-max-bus-freq =<66000>;
>
>   		hdmiphy@38 {
> -			compatible = "samsung,exynos5-hdmiphy";
> +			compatible = "samsung,exynos4212-hdmiphy";
>   			reg =<0x38>;
>   		};
>   	};
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 0673524..2f7763b 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -601,7 +601,7 @@
>   	};
>
>   	hdmi {
> -		compatible = "samsung,exynos5-hdmi";
> +		compatible = "samsung,exynos4212-hdmi";
>   		reg =<0x14530000 0x70000>;
>   		interrupts =<0 95 0>;
>   		clocks =<&clock 333>,<&clock 136>,<&clock 137>,
> @@ -611,7 +611,7 @@
>   	};
>
>   	mixer {
> -		compatible = "samsung,exynos5-mixer";
> +		compatible = "samsung,exynos5250-mixer";
>   		reg =<0x14450000 0x10000>;
>   		interrupts =<0 94 0>;
>   	};

  reply	other threads:[~2013-06-19 13:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-19 12:51 [PATCH v3 0/3] exynos5420/hdmi: add support for hdmi subsystem Rahul Sharma
2013-06-19 12:51 ` [PATCH v3 1/3] drm/exynos: add new compatible strings " Rahul Sharma
2013-06-20  2:11   ` Rahul Sharma
2013-06-20  7:22     ` Tomasz Figa
2013-06-19 12:51 ` [PATCH v3 2/3] drm/exynos: add support for exynos5420 mixer Rahul Sharma
2013-06-20  2:03   ` 김승우
2013-06-19 12:51 ` [PATCH v3 3/3] ARM/dts: change compatible strings for hdmi subsystem Rahul Sharma
2013-06-19 13:50   ` Kukjin Kim [this message]
2013-06-19 13:52     ` Kukjin Kim
2013-06-19 15:55       ` Rahul Sharma
     [not found]         ` <CAPdUM4Pg7wG4EaPw_7R=N=Lx1qWrNt4=LxhzH2+V5YGx0USfNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-06-21  5:17           ` Inki Dae
2013-06-21  5:27             ` Rahul Sharma

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=51C1B72A.6080801@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=grant.likely@linaro.org \
    --cc=inki.dae@samsung.com \
    --cc=joshi@samsung.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=r.sh.open@gmail.com \
    --cc=rahul.sharma@samsung.com \
    --cc=rob.herring@calxeda.com \
    --cc=s.nawrocki@samsung.com \
    --cc=seanpaul@chromium.org \
    --cc=sw0312.kim@samsung.com \
    --cc=tomasz.figa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox