devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Valentin <eduardo.valentin@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: Eduardo Valentin <eduardo.valentin@ti.com>,
	swarren@wwwdotorg.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ian.campbell@citrix.com, rob.herring@calxeda.com,
	linux@roeck-us.net, rui.zhang@intel.com, grant.likely@linaro.org,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/7] arm: dts: dra7: add bandgap entry
Date: Tue, 1 Oct 2013 21:28:07 -0400	[thread overview]
Message-ID: <524B76A7.101@ti.com> (raw)
In-Reply-To: <20131001224645.GC11451@kahuna>

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

On 01-10-2013 18:46, Nishanth Menon wrote:
> On 14:32-20131001, Eduardo Valentin wrote:
>> This patch adds bandgap IP entry on DRA7 dtsi device tree file.
>>
>> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
>> ---
>>  arch/arm/boot/dts/dra7.dtsi | 12 ++++++++++++
>>  1 file changed, 12 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
>> index 3a746c2..4e9b159 100644
>> --- a/arch/arm/boot/dts/dra7.dtsi
>> +++ b/arch/arm/boot/dts/dra7.dtsi
>> @@ -53,6 +53,18 @@
>>  		};
>>  	};
>>  
>> +	bandgap: bandgap {
> 	would you like to follow bandgap: bandgap@4a0021e0 convention?
> Also, could you move it under ocp?
> I already commented about this previously here: 
> https://lkml.org/lkml/2013/9/27/300

yes, this can be done.

> 
>> +		reg = <0x4a0021e0 0xc
>> +			0x4a00232c 0xc
>> +			0x4a002380 0x2c
>> +			0x4a0023C0 0x3c
>> +			0x4a002564 0x8
>> +			0x4a002574 0x50>;
>> +		compatible = "ti,dra752-bandgap";
>> +		interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
>> +		#thermal-sensor-cells = <1>;
>> +	};
>> +
>>  	gic: interrupt-controller@48211000 {
>>  		compatible = "arm,cortex-a15-gic";
>>  		interrupt-controller;


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]

  reply	other threads:[~2013-10-02  1:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01 18:32 [PATCH 0/7] DRA7: DT thermal support Eduardo Valentin
2013-10-01 18:32 ` [PATCH 1/7] arm: dts: add dra7 DSPEVE thermal data Eduardo Valentin
2013-10-01 22:37   ` Nishanth Menon
2013-10-02  1:27     ` Eduardo Valentin
     [not found] ` <1380652344-18819-1-git-send-email-eduardo.valentin-l0cyMroinI0@public.gmane.org>
2013-10-01 18:32   ` [PATCH 2/7] arm: dts: add dra7 IVA " Eduardo Valentin
2013-10-01 22:33     ` Nishanth Menon
2013-10-02  1:26       ` Eduardo Valentin
2013-10-01 22:58   ` [PATCH 0/7] DRA7: DT thermal support Nishanth Menon
2013-10-02  1:45     ` Eduardo Valentin
2013-10-01 18:32 ` [PATCH 3/7] arm: dts: dra7: add bandgap entry Eduardo Valentin
     [not found]   ` <1380652344-18819-4-git-send-email-eduardo.valentin-l0cyMroinI0@public.gmane.org>
2013-10-01 22:46     ` Nishanth Menon
2013-10-02  1:28       ` Eduardo Valentin [this message]
2013-11-06 20:23   ` [PATCHv2 " Eduardo Valentin
2013-10-01 18:32 ` [PATCH 4/7] arm: dts: add cooling properties on dra7 cpu node Eduardo Valentin
2013-10-01 18:32 ` [PATCH 5/7] arm: dts: dra7: add thermal data Eduardo Valentin
2013-10-01 18:32 ` [PATCH 6/7] arm: dts: add tmp102 i2c sensor node on dra7-evm Eduardo Valentin
2013-10-01 22:51   ` Nishanth Menon
2013-10-02  1:32     ` Eduardo Valentin
2013-10-01 18:32 ` [PATCH 7/7] arm: dts: add thermal zones info on tmp102 for DRA7-EVM Eduardo Valentin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=524B76A7.101@ti.com \
    --to=eduardo.valentin@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lm-sensors@lm-sensors.org \
    --cc=mark.rutland@arm.com \
    --cc=nm@ti.com \
    --cc=pawel.moll@arm.com \
    --cc=rob.herring@calxeda.com \
    --cc=rui.zhang@intel.com \
    --cc=swarren@wwwdotorg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).