From patchwork Tue May 19 09:40:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martyn Welch X-Patchwork-Id: 27392 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id BF3E7B7067 for ; Tue, 19 May 2009 19:41:58 +1000 (EST) Received: by ozlabs.org (Postfix) id 3A801DE45F; Tue, 19 May 2009 19:41:30 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 38FA7DE45E for ; Tue, 19 May 2009 19:41:30 +1000 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from exprod5og108.obsmtp.com (exprod5og108.obsmtp.com [64.18.0.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CF56ADE0EA for ; Tue, 19 May 2009 19:41:09 +1000 (EST) Received: from source ([4.79.213.129]) (using TLSv1) by exprod5ob108.postini.com ([64.18.4.12]) with SMTP ID DSNKShJ+rybcLPLnQZ5mLxhh7ZZQQ98Rxzbg@postini.com; Tue, 19 May 2009 02:41:10 PDT Received: from unknown (HELO alpmlip01.e2k.ad.ge.com) ([3.159.17.48]) by Alpmlip06.e2k.ad.ge.com with ESMTP; 19 May 2009 05:41:00 -0400 Received: from es-j7s4d2j.amer.consind.ge.com (HELO [127.0.1.1]) ([3.138.54.92]) by alpmlip01.e2k.ad.ge.com with ESMTP; 19 May 2009 05:41:00 -0400 From: Martyn Welch Subject: [PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610 To: galak@kernel.crashing.org, linuxppc-dev@ozlabs.org Date: Tue, 19 May 2009 10:40:57 +0100 Message-ID: <20090519094057.11438.12921.stgit@ES-J7S4D2J> User-Agent: StGIT/0.13 MIME-Version: 1.0 X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Mappings for temperature sensors (adt7461 and lm92) are missing from the SBC610's DTS file. Signed-off-by: Martyn Welch --- 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>;