From: Jingoo Han <jg1.han@samsung.com>
To: 'Vikas Sajjan' <vikas.sajjan@linaro.org>,
linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, t.figa@samsung.com,
devicetree@vger.kernel.org, inki.dae@samsung.com,
ajaynumb@gmail.com, patches@linaro.org,
linaro-kernel@lists.linaro.org,
'Jingoo Han' <jg1.han@samsung.com>
Subject: Re: [PATCH v2 5/7] ARM: dts: Update DP controller DT Node for Exynos5 based SoCs
Date: Mon, 26 Aug 2013 11:57:26 +0900 [thread overview]
Message-ID: <002d01cea207$ff2c57d0$fd850770$%han@samsung.com> (raw)
In-Reply-To: <1375183178-8201-6-git-send-email-vikas.sajjan@linaro.org>
On Tuesday, July 30, 2013 8:20 PM, Vikas Sajjan wrote:
>
> Moves the properties of DP controller to exynos5.dtsi which are common
> across exynos5 SoCs like Exynos5250 and Exynos5420.
>
> The PHY DP Node is based on Jingoo Han's <jg1.han@samsung.com> patch at
> https://patchwork.linuxtv.org/patch/19189/
>
> Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
> ---
> arch/arm/boot/dts/exynos5.dtsi | 11 +++++++++++
> arch/arm/boot/dts/exynos5250-arndale.dts | 3 ++-
> arch/arm/boot/dts/exynos5250-smdk5250.dts | 3 ++-
> arch/arm/boot/dts/exynos5250.dtsi | 21 +++++++++------------
> 4 files changed, 24 insertions(+), 14 deletions(-)
>
[....]
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 238bdb2..1c017dc 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -614,20 +614,17 @@
> interrupts = <0 94 0>;
> };
>
> - dp-controller {
> - compatible = "samsung,exynos5-dp";
> - reg = <0x145b0000 0x1000>;
> - interrupts = <10 3>;
> - interrupt-parent = <&combiner>;
> + dp_phy: video-phy@10040720 {
> + compatible = "samsung,exynos5250-dp-video-phy";
> + reg = <0x10040720 4>;
> + #phy-cells = <0>;
> + };
Oops!!!
This patch should be reverted.
Or, fix patch should be re-sent.
'dp phy' driver is not yet merged to mainline kernel.
> +
> + dp-controller@145b0000 {
> clocks = <&clock 342>;
> clock-names = "dp";
> - #address-cells = <1>;
> - #size-cells = <0>;
> -
> - dptx-phy {
> - reg = <0x10040720>;
> - samsung,enable-mask = <1>;
> - };
> + phys = <&dp_phy>;
> + phy-names = "dp";
> };
Thus, 'dptx-phy' node should be used until dp phy driver is merged.
Vikas Sajjan,
Please test your patch on real boards when you send your patch.
Best regards,
Jingoo Han
next parent reply other threads:[~2013-08-26 2:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1375183178-8201-1-git-send-email-vikas.sajjan@linaro.org>
[not found] ` <1375183178-8201-6-git-send-email-vikas.sajjan@linaro.org>
2013-08-26 2:57 ` Jingoo Han [this message]
2013-08-26 6:05 ` [PATCH v2 5/7] ARM: dts: Update DP controller DT Node for Exynos5 based SoCs Vikas Sajjan
2013-09-12 10:36 ` Kukjin Kim
2013-09-12 10:56 ` Jingoo Han
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='002d01cea207$ff2c57d0$fd850770$%han@samsung.com' \
--to=jg1.han@samsung.com \
--cc=ajaynumb@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=inki.dae@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=t.figa@samsung.com \
--cc=vikas.sajjan@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;
as well as URLs for NNTP newsgroup(s).