public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Doug Anderson'" <dianders@chromium.org>,
	"'Jingoo Han'" <jg1.han@samsung.com>
Cc: 'linux-samsung-soc' <linux-samsung-soc@vger.kernel.org>,
	"'Thomas Abraham'" <thomas.abraham@linaro.org>,
	"'Olof Johansson'" <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"'Sean Paul'" <seanpaul@chromium.org>,
	"'Stéphane Marchesin'" <marcheu@chromium.org>,
	"'Andrew Bresticker'" <abrestic@chromium.org>
Subject: RE: [PATCH] ARM: dts: add pin state information for DP HPD support to Exynos5250
Date: Mon, 10 Jun 2013 17:35:08 +0900	[thread overview]
Message-ID: <0ea201ce65b5$6a78ca30$3f6a5e90$%kim@samsung.com> (raw)
In-Reply-To: <CAD=FV=V9oBR1ZAEsMs5-x7NaD1fiHJO=9dn1mPAMg0MX6tnxYA@mail.gmail.com>

Doug Anderson wrote:
> 
> Jingoo,
> 
> On Sat, May 11, 2013 at 1:09 AM, Jingoo Han <jg1.han@samsung.com> wrote:
> > Add pin state information for DP HPD support that requires
> > pin configuration support using pinctrl interface.
> >
> > Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> > ---
> > Tested on Exynos5250
> >
> >  arch/arm/boot/dts/exynos5250-pinctrl.dtsi |    7 +++++++
> >  arch/arm/boot/dts/exynos5250-smdk5250.dts |    3 +++
> >  2 files changed, 10 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > index d1650fb..e9cdee3 100644
> > --- a/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > +++ b/arch/arm/boot/dts/exynos5250-pinctrl.dtsi
> > @@ -553,6 +553,13 @@
> >                         samsung,pin-pud = <0>;
> >                         samaung,pin-drv = <0>;
> >                 };
> > +
> > +               dp_hpd: dp_hpd {
> > +                       samsung,pins = "gpx0-7";
> > +                       samsung,pin-function = <3>;
> > +                       samsung,pin-pud = <0>;
> > +                       samaung,pin-drv = <0>;
> > +               };
> >         };
> >
> >         pinctrl@13400000 {
> > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > index 3e0c792..d53ea34 100644
> > --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> > @@ -224,6 +224,9 @@
> >                 samsung,color-depth = <1>;
> >                 samsung,link-rate = <0x0a>;
> >                 samsung,lane-count = <4>;
> > +
> > +               pinctrl-names = "default";
> > +               pinctrl-0 = <&dp_hpd>;
> 
> I was going to suggest moving this to exynos5250.dtsi but then
> realized that I saw a board recently that used a non-standard HPD pin
> recently!  ...so keeping it in the board file (like you've done) is
> good.
> 
> ...so looks good to me.
> 
> Reviewed-by: Doug Anderson <dianders@chromium.org>

Yeah, I agreed with Doug's comment :-)

Applied, thanks.

- Kukjin


      reply	other threads:[~2013-06-10  8:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-11  8:09 [PATCH] ARM: dts: add pin state information for DP HPD support to Exynos5250 Jingoo Han
2013-05-11 21:40 ` Doug Anderson
2013-06-10  8:35   ` 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='0ea201ce65b5$6a78ca30$3f6a5e90$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=abrestic@chromium.org \
    --cc=dianders@chromium.org \
    --cc=jg1.han@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=marcheu@chromium.org \
    --cc=olof@lixom.net \
    --cc=seanpaul@chromium.org \
    --cc=thomas.abraham@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox