From owner-svn-src-projects@FreeBSD.ORG Tue Nov 13 14:24:50 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87F55B39; Tue, 13 Nov 2012 14:24:50 +0000 (UTC) (envelope-from ray@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 694388FC08; Tue, 13 Nov 2012 14:24:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qADEOo6A061267; Tue, 13 Nov 2012 14:24:50 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qADEOoZv061266; Tue, 13 Nov 2012 14:24:50 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201211131424.qADEOoZv061266@svn.freebsd.org> From: Aleksandr Rybalko Date: Tue, 13 Nov 2012 14:24:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r242968 - projects/efika_mx/sys/boot/fdt/dts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 14:24:50 -0000 Author: ray Date: Tue Nov 13 14:24:50 2012 New Revision: 242968 URL: http://svnweb.freebsd.org/changeset/base/242968 Log: Add PATA controller definitions. Sponsored by: FreeBSD Foundation Modified: projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi Modified: projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi ============================================================================== --- projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi Tue Nov 13 14:22:41 2012 (r242967) +++ projects/efika_mx/sys/boot/fdt/dts/imx51x.dtsi Tue Nov 13 14:24:50 2012 (r242968) @@ -473,8 +473,17 @@ * 101 EMI Indicates all pages have been transferred * to NFC during an auto program operation. */ + /* 83FE0000 0x4000 PATA (PORT PIO) */ /* 70 PATA Parallel ATA host controller interrupt */ + ide@83fe0000 { + compatible = "fsl,imx51-ata"; + reg = <0x83fe0000 0x4000>; + interrupt-parent = <&tzic>; + interrupts = <70>; + status = "disabled"; + }; + /* 83FE4000 0x4000 SIM */ /* 67 SIM intr composed of oef, xte, sdi1, and sdi0 */ /* 68 SIM intr composed of tc, etc, tfe, and rdrf */