* [PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610
@ 2009-05-19 9:40 Martyn Welch
2009-06-11 1:50 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Martyn Welch @ 2009-05-19 9:40 UTC (permalink / raw)
To: galak, linuxppc-dev
Mappings for temperature sensors (adt7461 and lm92) are missing from the
SBC610's DTS file.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---
arch/powerpc/boot/dts/gef_sbc610.dts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts
index 6898d7e..85d1416 100644
--- a/arch/powerpc/boot/dts/gef_sbc610.dts
+++ b/arch/powerpc/boot/dts/gef_sbc610.dts
@@ -153,6 +153,16 @@
interrupt-parent = <&mpic>;
dfsrr;
+ hwmon@48 {
+ compatible = "national,lm92";
+ reg = <0x48>;
+ };
+
+ hwmon@4c {
+ compatible = "adi,adt7461";
+ reg = <0x4c>;
+ };
+
rtc@51 {
compatible = "epson,rx8581";
reg = <0x00000051>;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610
2009-05-19 9:40 [PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610 Martyn Welch
@ 2009-06-11 1:50 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2009-06-11 1:50 UTC (permalink / raw)
To: Martyn Welch; +Cc: linuxppc-dev
On May 19, 2009, at 4:40 AM, Martyn Welch wrote:
> Mappings for temperature sensors (adt7461 and lm92) are missing from
> the
> SBC610's DTS file.
>
> Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
> ---
>
> arch/powerpc/boot/dts/gef_sbc610.dts | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
applied to next.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-11 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19 9:40 [PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610 Martyn Welch
2009-06-11 1:50 ` Kumar Gala
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).