From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hui Wang Subject: Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Date: Fri, 28 Jun 2013 14:06:55 +0800 Message-ID: <51CD27FF.1060706@gmail.com> References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> <51CD2214.10506@ti.com> <001b01ce73c4$88f45020$9adcf060$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <001b01ce73c4$88f45020$9adcf060$@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Jingoo Han Cc: 'Kishon Vijay Abraham I' , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-media@vger.kernel.org, 'Kukjin Kim' , 'Sylwester Nawrocki' , 'Felipe Balbi' , 'Tomasz Figa' , devicetree-discuss@lists.ozlabs.org, 'Inki Dae' , 'Donghwa Lee' , 'Kyungmin Park' , 'Jean-Christophe PLAGNIOL-VILLARD' , linux-fbdev@vger.kernel.org List-Id: devicetree@vger.kernel.org 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 >>> --- >>> 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 > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hui Wang Date: Fri, 28 Jun 2013 06:06:55 +0000 Subject: Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Message-Id: <51CD27FF.1060706@gmail.com> List-Id: References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> <51CD2214.10506@ti.com> <001b01ce73c4$88f45020$9adcf060$@samsung.com> In-Reply-To: <001b01ce73c4$88f45020$9adcf060$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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 >>> --- >>> 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 > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason77.wang@gmail.com (Hui Wang) Date: Fri, 28 Jun 2013 14:06:55 +0800 Subject: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi In-Reply-To: <001b01ce73c4$88f45020$9adcf060$@samsung.com> References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> <51CD2214.10506@ti.com> <001b01ce73c4$88f45020$9adcf060$@samsung.com> Message-ID: <51CD27FF.1060706@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 >>> --- >>> 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 > >