All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: 'Jingoo Han' <jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	'Vikas Sajjan'
	<vikas.sajjan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	'Tomasz Figa' <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	'devicetree' <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	'InKi Dae' <inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	'Ajay kumar' <ajaynumb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: RE: [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi
Date: Thu, 26 Sep 2013 13:54:33 +0900	[thread overview]
Message-ID: <02c501ceba74$7e748060$7b5d8120$@org> (raw)
In-Reply-To: <003601cea228$ef97fd30$cec7f790$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Jingoo Han wrote:
> 
> Since DP PHY driver is not yet merged, DP PHY node should be
> removed from exynos5250.dtsi.
> 
> Signed-off-by: Jingoo Han <jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
> Changes since v1:
> - Removed duplicated properties such as #address-cells, #size-cells.
> 
>  arch/arm/boot/dts/exynos5250.dtsi |   13 +++++--------
>  1 file changed, 5 insertions(+), 8 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index 864ae90..c3d6e3b 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -625,17 +625,14 @@
>  		interrupts = <0 94 0>;
>  	};
> 
> -	dp_phy: video-phy@10040720 {
> -		compatible = "samsung,exynos5250-dp-video-phy";
> -		reg = <0x10040720 4>;
> -		#phy-cells = <0>;
> -	};
> -
>  	dp-controller@145B0000 {
>  		clocks = <&clock 342>;
>  		clock-names = "dp";
> -		phys = <&dp_phy>;
> -		phy-names = "dp";
> +
> +		dptx-phy {
> +			reg = <0x10040720>;
> +			samsung,enable-mask = <1>;
> +		};
>  	};
> 
>  	fimd@14400000 {
> --
> 1.7.10.4

OK, this is required only for 3.12 so please re-post patch for enabling DP
PHY node for 3.13.

Applied into fixes for 3.12.

Thanks,
Kukjin

--
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

      parent reply	other threads:[~2013-09-26  4:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26  6:53 [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi Jingoo Han
2013-08-26  7:07 ` Vikas Sajjan
     [not found] ` <003601cea228$ef97fd30$cec7f790$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-09-26  4:54   ` 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='02c501ceba74$7e748060$7b5d8120$@org' \
    --to=kgene-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=ajaynumb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=vikas.sajjan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.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.