From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Baydarov Subject: Re: [RFC PATCH 11/11] ARM: DT: Add support to system control module for OMAP4 Date: Tue, 29 May 2012 13:49:25 +0400 Message-ID: <4FC49BA5.5050008@dev.rtsoft.ru> References: <1337934361-1606-1-git-send-email-eduardo.valentin@ti.com> <1337934361-1606-12-git-send-email-eduardo.valentin@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail.dev.rtsoft.ru ([213.79.90.226]:49320 "HELO mail.dev.rtsoft.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751267Ab2E2Jt2 (ORCPT ); Tue, 29 May 2012 05:49:28 -0400 In-Reply-To: <1337934361-1606-12-git-send-email-eduardo.valentin@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Eduardo Valentin Cc: b-cousson@ti.com, kishon@ti.com, santosh.shilimkar@ti.com, tony@atomide.com, paul@pwsan.com, balbi@ti.com, amit.kucheria@linaro.org, linux-pm@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, amit.kachhap@linaro.org Hi, Eduardo. On 05/25/2012 12:26 PM, Eduardo Valentin wrote: > This patch add device tree entries on OMAP4 based boards > for System Control Module (SCM). > > Signed-off-by: Eduardo Valentin > --- > arch/arm/boot/dts/omap4.dtsi | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi > index 359c497..d2cb392 100644 > --- a/arch/arm/boot/dts/omap4.dtsi > +++ b/arch/arm/boot/dts/omap4.dtsi > @@ -272,5 +272,18 @@ > ti,hwmods = "mmc5"; > ti,needs-special-reset; > }; > + > + ctrl_module_core: ctrl_module_core@4a002000 { > + compatible = "ti,omap4-control"; > + ti,hwmods = "ctrl_module_core"; > + bandgap { > + compatible = "ti,omap4460-bandgap"; > + interrupts = <0 126 4>; /* talert */ > + ti,tshut-gpio = <86>; /* tshut */ > + }; I believe that CPU-specific bandgap definition should be moved to bard specific dts. BR, Konstantin Baydarov. > + usb { > + compatible = "ti,omap4-usb-phy"; > + }; > + }; > }; > }; From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbaidarov@dev.rtsoft.ru (Konstantin Baydarov) Date: Tue, 29 May 2012 13:49:25 +0400 Subject: [RFC PATCH 11/11] ARM: DT: Add support to system control module for OMAP4 In-Reply-To: <1337934361-1606-12-git-send-email-eduardo.valentin@ti.com> References: <1337934361-1606-1-git-send-email-eduardo.valentin@ti.com> <1337934361-1606-12-git-send-email-eduardo.valentin@ti.com> Message-ID: <4FC49BA5.5050008@dev.rtsoft.ru> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Eduardo. On 05/25/2012 12:26 PM, Eduardo Valentin wrote: > This patch add device tree entries on OMAP4 based boards > for System Control Module (SCM). > > Signed-off-by: Eduardo Valentin > --- > arch/arm/boot/dts/omap4.dtsi | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi > index 359c497..d2cb392 100644 > --- a/arch/arm/boot/dts/omap4.dtsi > +++ b/arch/arm/boot/dts/omap4.dtsi > @@ -272,5 +272,18 @@ > ti,hwmods = "mmc5"; > ti,needs-special-reset; > }; > + > + ctrl_module_core: ctrl_module_core at 4a002000 { > + compatible = "ti,omap4-control"; > + ti,hwmods = "ctrl_module_core"; > + bandgap { > + compatible = "ti,omap4460-bandgap"; > + interrupts = <0 126 4>; /* talert */ > + ti,tshut-gpio = <86>; /* tshut */ > + }; I believe that CPU-specific bandgap definition should be moved to bard specific dts. BR, Konstantin Baydarov. > + usb { > + compatible = "ti,omap4-usb-phy"; > + }; > + }; > }; > };