From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by ozlabs.org (Postfix) with ESMTP id 83B35DDE1B for ; Thu, 20 Sep 2007 20:43:16 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id q7so411518uge for ; Thu, 20 Sep 2007 03:43:14 -0700 (PDT) Message-Id: <20070920104313.217207466@sunsite.dk> References: <20070920104211.896143373@sunsite.dk> Date: Thu, 20 Sep 2007 12:42:14 +0200 From: Peter Korsgaard To: linuxppc-dev@ozlabs.org, galak@kernel.crashing.org Subject: [patch 3/3] mpc8349emitx.dts: Add ds1339 RTC Sender: Peter Korsgaard Cc: Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Add ds1339 I2C RTC chip as child of 2nd I2C controller. Cc: Timur Tabi Signed-off-by: Peter Korsgaard --- arch/powerpc/boot/dts/mpc8349emitx.dts | 7 +++++++ 1 file changed, 7 insertions(+) Index: linux/arch/powerpc/boot/dts/mpc8349emitx.dts =================================================================== --- linux.orig/arch/powerpc/boot/dts/mpc8349emitx.dts +++ linux/arch/powerpc/boot/dts/mpc8349emitx.dts @@ -68,6 +68,13 @@ interrupts = ; interrupt-parent = < &ipic >; dfsrr; + + rtc@68 { + device_type = "rtc"; + compatible = "dallas,ds1339"; + reg = <68 4>; + }; + }; spi@7000 { -- Bye, Peter Korsgaard