| Submitter | Martyn Welch |
|---|---|
| Date | May 19, 2009, 9:40 a.m. |
| Message ID | <20090519094057.11438.12921.stgit@ES-J7S4D2J> |
| Download | mbox | patch |
| Permalink | /patch/27392/ |
| State | Accepted |
| Commit | 7a5c62fbfb86e731eab0798a1a02ff0d915ea10a |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
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
Patch
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>;
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(-)