Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755393Ab0FDKDo (ORCPT ); Fri, 4 Jun 2010 06:03:44 -0400 Received: from denmail01-v4020.amcc.com ([192.195.68.30]:60541 "EHLO denmail01.apm.COM" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753933Ab0FDKDm (ORCPT ); Fri, 4 Jun 2010 06:03:42 -0400 Date: Fri, 4 Jun 2010 15:33:12 +0530 From: Rupjyoti Sarmah Message-Id: <201006041003.o54A3CIi024533@amcc.com> To: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH]Device tree update for the 460ex DWC SATA Cc: rsarmah@apm.com, sr@denx.de, linuxppc-dev@ozlabs.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1074 Lines: 34 Device tree update for the Applied micro processor 460ex on-chip SATA Signed-off-by: Rupjyoti Sarmah --- arch/powerpc/boot/dts/canyonlands.dts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index cd56bb5..3f86564 100644 --- a/arch/powerpc/boot/dts/canyonlands.dts +++ b/arch/powerpc/boot/dts/canyonlands.dts @@ -163,6 +163,14 @@ interrupts = <0x1e 4>; }; + SATA0: sata@bffd1000 { + compatible = "amcc,sata-460ex"; + reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>; + interrupt-parent = <&UIC3>; + interrupts = <0x0 0x4 /* SATA */ + 0x5 0x4>; /* AHBDMA */ + }; + POB0: opb { compatible = "ibm,opb-460ex", "ibm,opb"; #address-cells = <1>; -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/