From: Stefan Roese <sr@denx.de>
To: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc/44x: Add hwmon support to Sequoia device tree
Date: Fri, 5 Sep 2008 12:19:43 +0200 [thread overview]
Message-ID: <200809051219.43906.sr@denx.de> (raw)
In-Reply-To: <200809041641.57614.matthias.fuchs@esd-electronics.com>
On Thursday 04 September 2008, Matthias Fuchs wrote:
> This patch adds support for the AD7414 temperature sensor
> on Sequoia PPC440EPx board.
>
> Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
> ---
> arch/powerpc/boot/dts/sequoia.dts | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/sequoia.dts
> b/arch/powerpc/boot/dts/sequoia.dts index 72d15f0..9ba5def 100644
> --- a/arch/powerpc/boot/dts/sequoia.dts
> +++ b/arch/powerpc/boot/dts/sequoia.dts
> @@ -246,13 +246,22 @@
> };
>
> IIC0: i2c@ef600700 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> compatible = "ibm,iic-440epx", "ibm,iic";
> reg = <0xef600700 0x00000014>;
> interrupt-parent = <&UIC0>;
> interrupts = <0x2 0x4>;
> +
> + hwmon@48 {
Not sure if we shouldn't use
ad7414@48 {
here. This is the way it is already done in warp.dts.
Other than this:
Acked-by: Stefan Roese <sr@denx.de>
Best regards,
Stefan
next prev parent reply other threads:[~2008-09-05 10:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-04 9:55 [RFC] adding hwmon support to sequoia device tree Matthias Fuchs
2008-09-04 12:25 ` Josh Boyer
2008-09-04 12:50 ` Stefan Roese
2008-09-04 14:28 ` Matthias Fuchs
2008-09-04 14:41 ` [PATCH] powerpc/44x: Add hwmon support to Sequoia " Matthias Fuchs
2008-09-05 10:19 ` Stefan Roese [this message]
2008-09-05 14:58 ` Matthias Fuchs
2008-09-05 16:00 ` Scott Wood
2008-09-06 0:17 ` Sean MacLennan
2008-09-06 12:07 ` Josh Boyer
2008-09-08 7:57 ` [PATCH V2] " Matthias Fuchs
2008-09-06 12:40 ` [PATCH] " Matthias Fuchs
2008-09-06 11:49 ` Sean MacLennan
2008-09-06 15:07 ` Wolfgang Grandegger
2008-09-08 16:03 ` Scott Wood
2008-09-09 11:52 ` Matthias Fuchs
2008-09-09 12:15 ` Josh Boyer
2008-09-05 14:27 ` [RFC] adding hwmon support to sequoia " Sean MacLennan
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=200809051219.43906.sr@denx.de \
--to=sr@denx.de \
--cc=linuxppc-dev@ozlabs.org \
--cc=matthias.fuchs@esd-electronics.com \
/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.