From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH 0/4] omap: Fix broken pbias device creation Date: Fri, 7 Aug 2015 19:55:43 +0530 Message-ID: <55C4BFE7.2070302@ti.com> References: <1437999401-3519-1-git-send-email-kishon@ti.com> <55B89590.6000109@ti.com> <20150805100009.GY16878@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Peter Robinson , Tony Lindgren Cc: Grygorii Strashko , mark.rutland@arm.com, devicetree@vger.kernel.org, linux@arm.linux.org.uk, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, nsekhar@ti.com, linux-kernel@vger.kernel.org, t-kristo@ti.com, robh+dt@kernel.org, bcousson@baylibre.com, galak@codeaurora.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Hi Peter, On Friday 07 August 2015 05:18 PM, Peter Robinson wrote: > On Wed, Aug 5, 2015 at 11:00 AM, Tony Lindgren wrote: >> * Grygorii Strashko [150729 02:01]: >>> On 07/27/2015 03:16 PM, Kishon Vijay Abraham I wrote: >>>> pbias device creation got broken once SCM cleanup got merged. >>>> This patch series re-enables device creation by adding >>>> "simple-bus" in the compatible property of the syscon >>>> dt node. >>>> >>>> validated this series in DRA72, OMAP4 PANDA and OMAP5 UEVM >>>> boards. >>>> >>>> Kishon Vijay Abraham I (4): >>>> ARM: dts: omap24xx: Fix broken pbias device creation >>>> ARM: dts: OMAP4: Fix broken pbias device creation >>>> ARM: dts: OMAP5: Fix broken pbias device creation >>>> ARM: dts: dra7: Fix broken pbias device creation >>>> >>>> arch/arm/boot/dts/dra7.dtsi | 2 +- >>>> arch/arm/boot/dts/omap2430.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap4.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap5.dtsi | 3 ++- >>>> 4 files changed, 7 insertions(+), 4 deletions(-) >>>> >>> >>> For dra7-evm: >>> Tested-by: Grygorii Strashko >> >> Applying all into omap-for-v4.2fixes-v2 thanks. > > Do we need the same for am33xx.dtsi too given commit e3bc5358e097 ? PBIAS is not present in am33xx. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Fri, 7 Aug 2015 19:55:43 +0530 Subject: [PATCH 0/4] omap: Fix broken pbias device creation In-Reply-To: References: <1437999401-3519-1-git-send-email-kishon@ti.com> <55B89590.6000109@ti.com> <20150805100009.GY16878@atomide.com> Message-ID: <55C4BFE7.2070302@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Peter, On Friday 07 August 2015 05:18 PM, Peter Robinson wrote: > On Wed, Aug 5, 2015 at 11:00 AM, Tony Lindgren wrote: >> * Grygorii Strashko [150729 02:01]: >>> On 07/27/2015 03:16 PM, Kishon Vijay Abraham I wrote: >>>> pbias device creation got broken once SCM cleanup got merged. >>>> This patch series re-enables device creation by adding >>>> "simple-bus" in the compatible property of the syscon >>>> dt node. >>>> >>>> validated this series in DRA72, OMAP4 PANDA and OMAP5 UEVM >>>> boards. >>>> >>>> Kishon Vijay Abraham I (4): >>>> ARM: dts: omap24xx: Fix broken pbias device creation >>>> ARM: dts: OMAP4: Fix broken pbias device creation >>>> ARM: dts: OMAP5: Fix broken pbias device creation >>>> ARM: dts: dra7: Fix broken pbias device creation >>>> >>>> arch/arm/boot/dts/dra7.dtsi | 2 +- >>>> arch/arm/boot/dts/omap2430.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap4.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap5.dtsi | 3 ++- >>>> 4 files changed, 7 insertions(+), 4 deletions(-) >>>> >>> >>> For dra7-evm: >>> Tested-by: Grygorii Strashko >> >> Applying all into omap-for-v4.2fixes-v2 thanks. > > Do we need the same for am33xx.dtsi too given commit e3bc5358e097 ? PBIAS is not present in am33xx. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753655AbbHGO0u (ORCPT ); Fri, 7 Aug 2015 10:26:50 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:38830 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552AbbHGO0s (ORCPT ); Fri, 7 Aug 2015 10:26:48 -0400 Message-ID: <55C4BFE7.2070302@ti.com> Date: Fri, 7 Aug 2015 19:55:43 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Peter Robinson , Tony Lindgren CC: Grygorii Strashko , , , , , , , , , , , , , Subject: Re: [PATCH 0/4] omap: Fix broken pbias device creation References: <1437999401-3519-1-git-send-email-kishon@ti.com> <55B89590.6000109@ti.com> <20150805100009.GY16878@atomide.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, On Friday 07 August 2015 05:18 PM, Peter Robinson wrote: > On Wed, Aug 5, 2015 at 11:00 AM, Tony Lindgren wrote: >> * Grygorii Strashko [150729 02:01]: >>> On 07/27/2015 03:16 PM, Kishon Vijay Abraham I wrote: >>>> pbias device creation got broken once SCM cleanup got merged. >>>> This patch series re-enables device creation by adding >>>> "simple-bus" in the compatible property of the syscon >>>> dt node. >>>> >>>> validated this series in DRA72, OMAP4 PANDA and OMAP5 UEVM >>>> boards. >>>> >>>> Kishon Vijay Abraham I (4): >>>> ARM: dts: omap24xx: Fix broken pbias device creation >>>> ARM: dts: OMAP4: Fix broken pbias device creation >>>> ARM: dts: OMAP5: Fix broken pbias device creation >>>> ARM: dts: dra7: Fix broken pbias device creation >>>> >>>> arch/arm/boot/dts/dra7.dtsi | 2 +- >>>> arch/arm/boot/dts/omap2430.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap4.dtsi | 3 ++- >>>> arch/arm/boot/dts/omap5.dtsi | 3 ++- >>>> 4 files changed, 7 insertions(+), 4 deletions(-) >>>> >>> >>> For dra7-evm: >>> Tested-by: Grygorii Strashko >> >> Applying all into omap-for-v4.2fixes-v2 thanks. > > Do we need the same for am33xx.dtsi too given commit e3bc5358e097 ? PBIAS is not present in am33xx. Thanks Kishon