* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:23 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:23 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..d1d6e14 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 = <1>; + }; + 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] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:23 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:23 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..d1d6e14 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 = <1>; + }; + 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] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:23 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:23 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..d1d6e14 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 = <1>; + }; + 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] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi 2013-06-28 5:23 ` Jingoo Han (?) (?) @ 2013-06-28 5:41 ` Kishon Vijay Abraham I -1 siblings, 0 replies; 16+ messages in thread From: Kishon Vijay Abraham I @ 2013-06-28 5:41 UTC (permalink / raw) To: Jingoo Han Cc: linux-fbdev, 'Kukjin Kim', 'Tomasz Figa', 'Donghwa Lee', 'Felipe Balbi', 'Inki Dae', 'Kyungmin Park', linux-samsung-soc, 'Sylwester Nawrocki', 'Jean-Christophe PLAGNIOL-VILLARD', devicetree-discuss, linux-arm-kernel, linux-media Hi, On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; phy-cells can be '0' here since this phy_provider implements only one PHY. Thanks Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:41 ` Kishon Vijay Abraham I 0 siblings, 0 replies; 16+ messages in thread From: Kishon Vijay Abraham I @ 2013-06-28 5:53 UTC (permalink / raw) To: linux-arm-kernel Hi, On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; phy-cells can be '0' here since this phy_provider implements only one PHY. Thanks Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:41 ` Kishon Vijay Abraham I 0 siblings, 0 replies; 16+ messages in thread From: Kishon Vijay Abraham I @ 2013-06-28 5:41 UTC (permalink / raw) To: Jingoo Han Cc: linux-arm-kernel, linux-samsung-soc, linux-media, 'Kukjin Kim', 'Sylwester Nawrocki', 'Felipe Balbi', 'Tomasz Figa', devicetree-discuss, 'Inki Dae', 'Donghwa Lee', 'Kyungmin Park', 'Jean-Christophe PLAGNIOL-VILLARD', linux-fbdev Hi, On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; phy-cells can be '0' here since this phy_provider implements only one PHY. Thanks Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:41 ` Kishon Vijay Abraham I 0 siblings, 0 replies; 16+ messages in thread From: Kishon Vijay Abraham I @ 2013-06-28 5:41 UTC (permalink / raw) To: linux-arm-kernel Hi, On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; phy-cells can be '0' here since this phy_provider implements only one PHY. Thanks Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi 2013-06-28 5:41 ` Kishon Vijay Abraham I (?) @ 2013-06-28 5:58 ` Jingoo Han -1 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:58 UTC (permalink / raw) To: linux-arm-kernel On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > > Hi, > > On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > > phy-cells can be '0' here since this phy_provider implements only one PHY. Oh, thank you. I will fix it. Best regards, Jingoo Han > > Thanks > Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:58 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:58 UTC (permalink / raw) To: linux-arm-kernel On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > > Hi, > > On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > > phy-cells can be '0' here since this phy_provider implements only one PHY. Oh, thank you. I will fix it. Best regards, Jingoo Han > > Thanks > Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 5:58 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 5:58 UTC (permalink / raw) To: 'Kishon Vijay Abraham I' Cc: linux-arm-kernel, linux-samsung-soc, 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 On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > > Hi, > > On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > > phy-cells can be '0' here since this phy_provider implements only one PHY. Oh, thank you. I will fix it. Best regards, Jingoo Han > > Thanks > Kishon ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi 2013-06-28 5:58 ` Jingoo Han (?) @ 2013-06-28 6:06 ` Hui Wang -1 siblings, 0 replies; 16+ messages in thread From: Hui Wang @ 2013-06-28 6:06 UTC (permalink / raw) To: linux-arm-kernel On 06/28/2013 01:58 PM, Jingoo Han wrote: > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; >> phy-cells can be '0' here since this phy_provider implements only one PHY. > Oh, thank you. > I will fix it. Don't forget to fix the corresponding description in the samsung,exynos5250-dp-video-phy.txt as well. :-) > Best regards, > Jingoo Han > >> Thanks >> Kishon > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 6:06 ` Hui Wang 0 siblings, 0 replies; 16+ messages in thread From: Hui Wang @ 2013-06-28 6:06 UTC (permalink / raw) To: linux-arm-kernel On 06/28/2013 01:58 PM, Jingoo Han wrote: > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; >> phy-cells can be '0' here since this phy_provider implements only one PHY. > Oh, thank you. > I will fix it. Don't forget to fix the corresponding description in the samsung,exynos5250-dp-video-phy.txt as well. :-) > Best regards, > Jingoo Han > >> Thanks >> Kishon > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 6:06 ` Hui Wang 0 siblings, 0 replies; 16+ messages in thread From: Hui Wang @ 2013-06-28 6:06 UTC (permalink / raw) To: Jingoo Han Cc: 'Kishon Vijay Abraham I', linux-arm-kernel, linux-samsung-soc, linux-media, 'Kukjin Kim', 'Sylwester Nawrocki', 'Felipe Balbi', 'Tomasz Figa', devicetree-discuss, 'Inki Dae', 'Donghwa Lee', 'Kyungmin Park', 'Jean-Christophe PLAGNIOL-VILLARD', linux-fbdev On 06/28/2013 01:58 PM, Jingoo Han wrote: > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; >> phy-cells can be '0' here since this phy_provider implements only one PHY. > Oh, thank you. > I will fix it. Don't forget to fix the corresponding description in the samsung,exynos5250-dp-video-phy.txt as well. :-) > Best regards, > Jingoo Han > >> Thanks >> Kishon > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi 2013-06-28 6:06 ` Hui Wang (?) @ 2013-06-28 6:09 ` Jingoo Han -1 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 6:09 UTC (permalink / raw) To: linux-arm-kernel On Friday, June 28, 2013 3:07 PM, Hui Wang wrote: > On 06/28/2013 01:58 PM, Jingoo Han wrote: > > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > >> phy-cells can be '0' here since this phy_provider implements only one PHY. > > Oh, thank you. > > I will fix it. > Don't forget to fix the corresponding description in the > samsung,exynos5250-dp-video-phy.txt as well. :-) Hi OK, I already fixed it. :) Thank you for reminding me. Best regards, Jignoo Han > > Best regards, > > Jingoo Han > > > >> Thanks > >> Kishon > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-media" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 6:09 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 6:09 UTC (permalink / raw) To: linux-arm-kernel On Friday, June 28, 2013 3:07 PM, Hui Wang wrote: > On 06/28/2013 01:58 PM, Jingoo Han wrote: > > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > >> phy-cells can be '0' here since this phy_provider implements only one PHY. > > Oh, thank you. > > I will fix it. > Don't forget to fix the corresponding description in the > samsung,exynos5250-dp-video-phy.txt as well. :-) Hi OK, I already fixed it. :) Thank you for reminding me. Best regards, Jignoo Han > > Best regards, > > Jingoo Han > > > >> Thanks > >> Kishon > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-media" in > > the body of a message to majordomo at vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi @ 2013-06-28 6:09 ` Jingoo Han 0 siblings, 0 replies; 16+ messages in thread From: Jingoo Han @ 2013-06-28 6:09 UTC (permalink / raw) To: 'Hui Wang' Cc: 'Kishon Vijay Abraham I', linux-arm-kernel, linux-samsung-soc, 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 On Friday, June 28, 2013 3:07 PM, Hui Wang wrote: > On 06/28/2013 01:58 PM, Jingoo Han wrote: > > On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Friday 28 June 2013 10:53 AM, 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..d1d6e14 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 = <1>; > >> phy-cells can be '0' here since this phy_provider implements only one PHY. > > Oh, thank you. > > I will fix it. > Don't forget to fix the corresponding description in the > samsung,exynos5250-dp-video-phy.txt as well. :-) Hi OK, I already fixed it. :) Thank you for reminding me. Best regards, Jignoo Han > > Best regards, > > Jingoo Han > > > >> Thanks > >> Kishon > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-media" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2013-06-28 6:09 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-28 5:23 [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Jingoo Han 2013-06-28 5:23 ` Jingoo Han 2013-06-28 5:23 ` Jingoo Han 2013-06-28 5:41 ` Kishon Vijay Abraham I 2013-06-28 5:53 ` Kishon Vijay Abraham I 2013-06-28 5:41 ` Kishon Vijay Abraham I 2013-06-28 5:41 ` Kishon Vijay Abraham I 2013-06-28 5:58 ` Jingoo Han 2013-06-28 5:58 ` Jingoo Han 2013-06-28 5:58 ` Jingoo Han 2013-06-28 6:06 ` Hui Wang 2013-06-28 6:06 ` Hui Wang 2013-06-28 6:06 ` Hui Wang 2013-06-28 6:09 ` Jingoo Han 2013-06-28 6:09 ` Jingoo Han 2013-06-28 6:09 ` Jingoo Han
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.