* [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 7:16 ` Jingoo Han 0 siblings, 0 replies; 7+ messages in thread From: Jingoo Han @ 2013-06-28 7:16 UTC (permalink / raw) To: linux-arm-kernel Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 41cd625..f7bac75 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -614,6 +614,12 @@ interrupts = <0 94 0>; }; + dp_phy: video-phy@10040720 { + compatible = "samsung,exynos5250-dp-video-phy"; + reg = <0x10040720 4>; + #phy-cells = <0>; + }; + dp-controller { compatible = "samsung,exynos5-dp"; reg = <0x145b0000 0x1000>; @@ -623,11 +629,8 @@ clock-names = "dp"; #address-cells = <1>; #size-cells = <0>; - - dptx-phy { - reg = <0x10040720>; - samsung,enable-mask = <1>; - }; + phys = <&dp_phy 0>; + phy-names = "dp"; }; fimd { -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 7:16 ` Jingoo Han 0 siblings, 0 replies; 7+ messages in thread From: Jingoo Han @ 2013-06-28 7:16 UTC (permalink / raw) To: linux-arm-kernel Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 41cd625..f7bac75 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -614,6 +614,12 @@ interrupts = <0 94 0>; }; + dp_phy: video-phy at 10040720 { + compatible = "samsung,exynos5250-dp-video-phy"; + reg = <0x10040720 4>; + #phy-cells = <0>; + }; + dp-controller { compatible = "samsung,exynos5-dp"; reg = <0x145b0000 0x1000>; @@ -623,11 +629,8 @@ clock-names = "dp"; #address-cells = <1>; #size-cells = <0>; - - dptx-phy { - reg = <0x10040720>; - samsung,enable-mask = <1>; - }; + phys = <&dp_phy 0>; + phy-names = "dp"; }; fimd { -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 7:16 ` Jingoo Han 0 siblings, 0 replies; 7+ messages in thread From: Jingoo Han @ 2013-06-28 7:16 UTC (permalink / raw) To: linux-arm-kernel, linux-samsung-soc Cc: 'Kishon Vijay Abraham I', linux-media, 'Kukjin Kim', 'Sylwester Nawrocki', 'Felipe Balbi', 'Tomasz Figa', devicetree-discuss, 'Inki Dae', 'Donghwa Lee', 'Kyungmin Park', 'Jean-Christophe PLAGNIOL-VILLARD', linux-fbdev, 'Jingoo Han' Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 41cd625..f7bac75 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -614,6 +614,12 @@ interrupts = <0 94 0>; }; + dp_phy: video-phy@10040720 { + compatible = "samsung,exynos5250-dp-video-phy"; + reg = <0x10040720 4>; + #phy-cells = <0>; + }; + dp-controller { compatible = "samsung,exynos5-dp"; reg = <0x145b0000 0x1000>; @@ -623,11 +629,8 @@ clock-names = "dp"; #address-cells = <1>; #size-cells = <0>; - - dptx-phy { - reg = <0x10040720>; - samsung,enable-mask = <1>; - }; + phys = <&dp_phy 0>; + phy-names = "dp"; }; fimd { -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi 2013-06-28 7:16 ` Jingoo Han (?) (?) @ 2013-06-28 9:34 ` Felipe Balbi -1 siblings, 0 replies; 7+ messages in thread From: Felipe Balbi @ 2013-06-28 9:34 UTC (permalink / raw) To: linux-arm-kernel [-- Attachment #1: Type: text/plain, Size: 1277 bytes --] On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote: > Add PHY provider node for the DP PHY. > > Signed-off-by: Jingoo Han <jg1.han@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 41cd625..f7bac75 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -614,6 +614,12 @@ > interrupts = <0 94 0>; > }; > > + dp_phy: video-phy@10040720 { > + compatible = "samsung,exynos5250-dp-video-phy"; > + reg = <0x10040720 4>; > + #phy-cells = <0>; > + }; > + > dp-controller { > compatible = "samsung,exynos5-dp"; > reg = <0x145b0000 0x1000>; > @@ -623,11 +629,8 @@ > clock-names = "dp"; > #address-cells = <1>; > #size-cells = <0>; > - > - dptx-phy { > - reg = <0x10040720>; > - samsung,enable-mask = <1>; > - }; > + phys = <&dp_phy 0>; phy-cells being 0, means that this would become: phys = <&dp_phy>; > + phy-names = "dp"; for the label, I would use something more descriptive such as 'display-port'. other than that: Acked-by: Felipe Balbi <balbi@ti.com> -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 9:34 ` Felipe Balbi 0 siblings, 0 replies; 7+ messages in thread From: Felipe Balbi @ 2013-06-28 9:34 UTC (permalink / raw) To: Jingoo Han Cc: linux-arm-kernel, linux-samsung-soc, 'Kishon Vijay Abraham I', linux-media, 'Kukjin Kim', 'Sylwester Nawrocki', 'Felipe Balbi', 'Tomasz Figa', devicetree-discuss, 'Inki Dae', 'Donghwa Lee', 'Kyungmin Park', 'Jean-Christophe PLAGNIOL-VILLARD', linux-fbdev [-- Attachment #1: Type: text/plain, Size: 1277 bytes --] On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote: > Add PHY provider node for the DP PHY. > > Signed-off-by: Jingoo Han <jg1.han@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 41cd625..f7bac75 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -614,6 +614,12 @@ > interrupts = <0 94 0>; > }; > > + dp_phy: video-phy@10040720 { > + compatible = "samsung,exynos5250-dp-video-phy"; > + reg = <0x10040720 4>; > + #phy-cells = <0>; > + }; > + > dp-controller { > compatible = "samsung,exynos5-dp"; > reg = <0x145b0000 0x1000>; > @@ -623,11 +629,8 @@ > clock-names = "dp"; > #address-cells = <1>; > #size-cells = <0>; > - > - dptx-phy { > - reg = <0x10040720>; > - samsung,enable-mask = <1>; > - }; > + phys = <&dp_phy 0>; phy-cells being 0, means that this would become: phys = <&dp_phy>; > + phy-names = "dp"; for the label, I would use something more descriptive such as 'display-port'. other than that: Acked-by: Felipe Balbi <balbi@ti.com> -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 9:34 ` Felipe Balbi 0 siblings, 0 replies; 7+ messages in thread From: Felipe Balbi @ 2013-06-28 9:34 UTC (permalink / raw) To: linux-arm-kernel On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote: > Add PHY provider node for the DP PHY. > > Signed-off-by: Jingoo Han <jg1.han@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 41cd625..f7bac75 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -614,6 +614,12 @@ > interrupts = <0 94 0>; > }; > > + dp_phy: video-phy at 10040720 { > + compatible = "samsung,exynos5250-dp-video-phy"; > + reg = <0x10040720 4>; > + #phy-cells = <0>; > + }; > + > dp-controller { > compatible = "samsung,exynos5-dp"; > reg = <0x145b0000 0x1000>; > @@ -623,11 +629,8 @@ > clock-names = "dp"; > #address-cells = <1>; > #size-cells = <0>; > - > - dptx-phy { > - reg = <0x10040720>; > - samsung,enable-mask = <1>; > - }; > + phys = <&dp_phy 0>; phy-cells being 0, means that this would become: phys = <&dp_phy>; > + phy-names = "dp"; for the label, I would use something more descriptive such as 'display-port'. other than that: Acked-by: Felipe Balbi <balbi@ti.com> -- balbi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130628/fbda190c/attachment.sig> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 9:34 ` Felipe Balbi 0 siblings, 0 replies; 7+ messages in thread From: Felipe Balbi @ 2013-06-28 9:34 UTC (permalink / raw) To: Jingoo Han Cc: linux-arm-kernel, linux-samsung-soc, 'Kishon Vijay Abraham I', linux-media, 'Kukjin Kim', 'Sylwester Nawrocki', 'Felipe Balbi', 'Tomasz Figa', devicetree-discuss, 'Inki Dae', 'Donghwa Lee', 'Kyungmin Park', 'Jean-Christophe PLAGNIOL-VILLARD', linux-fbdev [-- Attachment #1: Type: text/plain, Size: 1277 bytes --] On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote: > Add PHY provider node for the DP PHY. > > Signed-off-by: Jingoo Han <jg1.han@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 41cd625..f7bac75 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -614,6 +614,12 @@ > interrupts = <0 94 0>; > }; > > + dp_phy: video-phy@10040720 { > + compatible = "samsung,exynos5250-dp-video-phy"; > + reg = <0x10040720 4>; > + #phy-cells = <0>; > + }; > + > dp-controller { > compatible = "samsung,exynos5-dp"; > reg = <0x145b0000 0x1000>; > @@ -623,11 +629,8 @@ > clock-names = "dp"; > #address-cells = <1>; > #size-cells = <0>; > - > - dptx-phy { > - reg = <0x10040720>; > - samsung,enable-mask = <1>; > - }; > + phys = <&dp_phy 0>; phy-cells being 0, means that this would become: phys = <&dp_phy>; > + phy-names = "dp"; for the label, I would use something more descriptive such as 'display-port'. other than that: Acked-by: Felipe Balbi <balbi@ti.com> -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-06-28 9:34 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-28 7:16 [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Jingoo Han 2013-06-28 7:16 ` Jingoo Han 2013-06-28 7:16 ` Jingoo Han 2013-06-28 9:34 ` Felipe Balbi 2013-06-28 9:34 ` Felipe Balbi 2013-06-28 9:34 ` Felipe Balbi 2013-06-28 9:34 ` Felipe Balbi
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.