From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: dt: tegra: paz00: add regulators Date: Fri, 03 Aug 2012 12:49:12 -0600 Message-ID: <501C1D28.60804@wwwdotorg.org> References: <1343932593-999-1-git-send-email-swarren@wwwdotorg.org> <501C1944.4030505@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <501C1944.4030505-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Laxman Dewangan Cc: Olof Johansson , Colin Cross , Marc Dietrich , Mark Brown , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Stephen Warren List-Id: linux-tegra@vger.kernel.org On 08/03/2012 12:32 PM, Laxman Dewangan wrote: > On Friday 03 August 2012 12:06 AM, Stephen Warren wrote: >> From: Stephen Warren >> >> The Toshiba AC100/PAZ00 uses a TPS6586x regulator. Instantiate this. ... > Acked-by: Laxman Dewangan Thanks. >> + regulators { >> + compatible = "simple-bus"; >> + #address-cells =<1>; >> + #size-cells =<0>; >> + > > Is "simple-bus" accepted? > Accordingly I need to update for the Cardhu also to have regulator > support which I am going to send. I believe so yes; the ability to use that bus type was the specific purpose of: https://lists.ozlabs.org/pipermail/devicetree-discuss/2012-August/017963.html ... which Rob seems to find acceptable. From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Fri, 03 Aug 2012 12:49:12 -0600 Subject: [PATCH] ARM: dt: tegra: paz00: add regulators In-Reply-To: <501C1944.4030505@nvidia.com> References: <1343932593-999-1-git-send-email-swarren@wwwdotorg.org> <501C1944.4030505@nvidia.com> Message-ID: <501C1D28.60804@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/03/2012 12:32 PM, Laxman Dewangan wrote: > On Friday 03 August 2012 12:06 AM, Stephen Warren wrote: >> From: Stephen Warren >> >> The Toshiba AC100/PAZ00 uses a TPS6586x regulator. Instantiate this. ... > Acked-by: Laxman Dewangan Thanks. >> + regulators { >> + compatible = "simple-bus"; >> + #address-cells =<1>; >> + #size-cells =<0>; >> + > > Is "simple-bus" accepted? > Accordingly I need to update for the Cardhu also to have regulator > support which I am going to send. I believe so yes; the ability to use that bus type was the specific purpose of: https://lists.ozlabs.org/pipermail/devicetree-discuss/2012-August/017963.html ... which Rob seems to find acceptable.