From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Sergei Shtylyov
<sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Cc: Laxman Dewangan
<ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH V2 1/4] ARM: tegra: dalmore: add cpu regulator node
Date: Thu, 21 Mar 2013 11:30:45 -0600 [thread overview]
Message-ID: <514B43C5.6060404@wwwdotorg.org> (raw)
In-Reply-To: <514B1412.9060707-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
On 03/21/2013 08:07 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 21-03-2013 17:47, Laxman Dewangan wrote:
>
>> Dalmore uses the TPS51632 as CPU regulator. The device is connected
>> on I2C5.
>
>> Add DT node for TPS51632.
>> diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts
>> + i2c@7000d000 {
>> + status = "okay";
>> + clock-frequency = <400000>;
>> +
>> + tps51632 {
>
> Should be named "tps51632@43" I think.
The unit-address (i.e. "@43" part) of the node name is typically omitted
if it isn't required to make the node name unique.
WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/4] ARM: tegra: dalmore: add cpu regulator node
Date: Thu, 21 Mar 2013 11:30:45 -0600 [thread overview]
Message-ID: <514B43C5.6060404@wwwdotorg.org> (raw)
In-Reply-To: <514B1412.9060707@cogentembedded.com>
On 03/21/2013 08:07 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 21-03-2013 17:47, Laxman Dewangan wrote:
>
>> Dalmore uses the TPS51632 as CPU regulator. The device is connected
>> on I2C5.
>
>> Add DT node for TPS51632.
>> diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts
>> + i2c at 7000d000 {
>> + status = "okay";
>> + clock-frequency = <400000>;
>> +
>> + tps51632 {
>
> Should be named "tps51632 at 43" I think.
The unit-address (i.e. "@43" part) of the node name is typically omitted
if it isn't required to make the node name unique.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>,
swarren@nvidia.com, linux-doc@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 1/4] ARM: tegra: dalmore: add cpu regulator node
Date: Thu, 21 Mar 2013 11:30:45 -0600 [thread overview]
Message-ID: <514B43C5.6060404@wwwdotorg.org> (raw)
In-Reply-To: <514B1412.9060707@cogentembedded.com>
On 03/21/2013 08:07 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 21-03-2013 17:47, Laxman Dewangan wrote:
>
>> Dalmore uses the TPS51632 as CPU regulator. The device is connected
>> on I2C5.
>
>> Add DT node for TPS51632.
>> diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts
>> + i2c@7000d000 {
>> + status = "okay";
>> + clock-frequency = <400000>;
>> +
>> + tps51632 {
>
> Should be named "tps51632@43" I think.
The unit-address (i.e. "@43" part) of the node name is typically omitted
if it isn't required to make the node name unique.
next prev parent reply other threads:[~2013-03-21 17:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-21 13:47 [PATCH V2 0/4] ARM: tegra: dalmore: add regulators Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` [PATCH V2 1/4] ARM: tegra: dalmore: add cpu regulator node Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
[not found] ` <1363873663-19272-2-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-03-21 14:07 ` Sergei Shtylyov
2013-03-21 14:07 ` Sergei Shtylyov
2013-03-21 14:07 ` Sergei Shtylyov
[not found] ` <514B1412.9060707-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2013-03-21 17:30 ` Stephen Warren [this message]
2013-03-21 17:30 ` Stephen Warren
2013-03-21 17:30 ` Stephen Warren
2013-03-21 13:47 ` [PATCH V2 2/4] ARM: tegra: dalmore: add TPS65090 node Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` [PATCH V2 3/4] ARM: tegra: dalmore: add fixed regulator node Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` [PATCH V2 4/4] ARM: tegra: enable Tegra114 based platform PMICs Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-21 13:47 ` Laxman Dewangan
2013-03-22 17:37 ` [PATCH V2 0/4] ARM: tegra: dalmore: add regulators Stephen Warren
2013-03-22 17:37 ` Stephen Warren
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=514B43C5.6060404@wwwdotorg.org \
--to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org \
--cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.