From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Date: Fri, 28 Jun 2013 11:11:40 +0530 Message-ID: <51CD2214.10506@ti.com> References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Jingoo Han Cc: linux-fbdev@vger.kernel.org, 'Kukjin Kim' , 'Tomasz Figa' , 'Donghwa Lee' , 'Felipe Balbi' , 'Inki Dae' , 'Kyungmin Park' , linux-samsung-soc@vger.kernel.org, 'Sylwester Nawrocki' , 'Jean-Christophe PLAGNIOL-VILLARD' , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org List-Id: devicetree@vger.kernel.org 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. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:55057 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961Ab3F1FmS (ORCPT ); Fri, 28 Jun 2013 01:42:18 -0400 Message-ID: <51CD2214.10506@ti.com> Date: Fri, 28 Jun 2013 11:11:40 +0530 From: Kishon Vijay Abraham I MIME-Version: 1.0 To: Jingoo Han CC: , , , "'Kukjin Kim'" , "'Sylwester Nawrocki'" , "'Felipe Balbi'" , "'Tomasz Figa'" , , "'Inki Dae'" , "'Donghwa Lee'" , "'Kyungmin Park'" , "'Jean-Christophe PLAGNIOL-VILLARD'" , Subject: Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> In-Reply-To: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: 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. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Date: Fri, 28 Jun 2013 05:53:40 +0000 Subject: Re: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi Message-Id: <51CD2214.10506@ti.com> List-Id: References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> In-Reply-To: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Fri, 28 Jun 2013 11:11:40 +0530 Subject: [PATCH 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi In-Reply-To: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> References: <001601ce73bf$9f2e9120$dd8bb360$@samsung.com> Message-ID: <51CD2214.10506@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Thanks Kishon