From: Kukjin Kim <kgene.kim@samsung.com>
To: Tushar Behera <tushar.behera@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
Sachin Kamat <sachin.kamat@linaro.org>
Subject: Re: [PATCH] ARM: dts: Add HDMI related I2C nodes for Arndale board
Date: Tue, 08 Oct 2013 07:15:23 +0900 [thread overview]
Message-ID: <5253327B.7080504@samsung.com> (raw)
In-Reply-To: <1380601861-4903-1-git-send-email-tushar.behera@linaro.org>
On 10/01/13 13:31, Tushar Behera wrote:
> From: Sachin Kamat<sachin.kamat@linaro.org>
>
> Updated I2C nodes for HDMI-DDC and HDMI-PHY for Arndale board.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
> ---
> arch/arm/boot/dts/exynos5250-arndale.dts | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
> index cee55fa..3a11fa0 100644
> --- a/arch/arm/boot/dts/exynos5250-arndale.dts
> +++ b/arch/arm/boot/dts/exynos5250-arndale.dts
> @@ -324,7 +324,14 @@
> };
>
> i2c@12C80000 {
> - status = "disabled";
> + samsung,i2c-sda-delay =<100>;
> + samsung,i2c-max-bus-freq =<66000>;
> + samsung,i2c-slave-addr =<0x50>;
> +
> + hdmiddc@50 {
> + compatible = "samsung,exynos4210-hdmiddc";
> + reg =<0x50>;
> + };
> };
>
> i2c@12C90000 {
> @@ -362,6 +369,17 @@
> status = "disabled";
> };
>
> + i2c@12CE0000 {
> + samsung,i2c-sda-delay =<100>;
> + samsung,i2c-max-bus-freq =<66000>;
> + samsung,i2c-slave-addr =<0x38>;
> +
> + hdmiphy@38 {
> + compatible = "samsung,exynos4212-hdmiphy";
> + reg =<0x38>;
> + };
> + };
> +
> i2c@121D0000 {
> status = "disabled";
> };
Applied, thanks.
Kukjin
prev parent reply other threads:[~2013-10-07 22:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 4:31 [PATCH] ARM: dts: Add HDMI related I2C nodes for Arndale board Tushar Behera
2013-10-07 22:15 ` Kukjin Kim [this message]
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=5253327B.7080504@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
--cc=tushar.behera@linaro.org \
/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.