* [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi
@ 2013-08-26 6:53 Jingoo Han
2013-08-26 7:07 ` Vikas Sajjan
[not found] ` <003601cea228$ef97fd30$cec7f790$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
0 siblings, 2 replies; 3+ messages in thread
From: Jingoo Han @ 2013-08-26 6:53 UTC (permalink / raw)
To: 'Kukjin Kim'
Cc: linux-samsung-soc, 'Vikas Sajjan', 'Tomasz Figa',
'devicetree', 'InKi Dae', 'Ajay kumar',
'Jingoo Han'
Since DP PHY driver is not yet merged, DP PHY node should be
removed from exynos5250.dtsi.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi
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>
1 sibling, 0 replies; 3+ messages in thread
From: Vikas Sajjan @ 2013-08-26 7:07 UTC (permalink / raw)
To: Jingoo Han
Cc: Kukjin Kim, linux-samsung-soc@vger.kernel.org, Tomasz Figa,
devicetree, InKi Dae, Ajay kumar
On 26 August 2013 12:23, Jingoo Han <jg1.han@samsung.com> 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@samsung.com>
> ---
> 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>;
> + };
> };
>
Reviewed-by: Vikas Sajjan <vikas.sajjan@linaro.org>
> fimd@14400000 {
> --
> 1.7.10.4
>
>
--
Thanks and Regards
Vikas Sajjan
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <003601cea228$ef97fd30$cec7f790$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>]
* RE: [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi
[not found] ` <003601cea228$ef97fd30$cec7f790$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2013-09-26 4:54 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-09-26 4:54 UTC (permalink / raw)
To: 'Jingoo Han'
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, 'Vikas Sajjan',
'Tomasz Figa', 'devicetree', 'InKi Dae',
'Ajay kumar'
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-26 4:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).