From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vaxon.spb.rtsoft.ru (unknown [212.176.242.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8A82EDDDE9 for ; Tue, 9 Oct 2007 00:28:14 +1000 (EST) Date: Mon, 8 Oct 2007 18:26:58 +0400 From: Valentine Barshak To: linuxppc-dev@ozlabs.org Subject: [PATCH] PowerPC 440EPx Sequoia USB OHCI DTS entry Message-ID: <20071008142658.GA15197@ru.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-usb-devel@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , PowerPC 440EPx Sequoia USB OHCI device tree entry. Signed-off-by: Valentine Barshak --- arch/powerpc/boot/dts/sequoia.dts | 7 +++++++ 1 files changed, 7 insertions(+) diff -pruN linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts linux-2.6/arch/powerpc/boot/dts/sequoia.dts --- linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts 2007-10-08 16:29:54.000000000 +0400 +++ linux-2.6/arch/powerpc/boot/dts/sequoia.dts 2007-10-08 17:56:05.000000000 +0400 @@ -122,6 +122,13 @@ interrupt-map-mask = ; }; + USB1: usb@e0000400 { + compatible = "ohci-be"; + reg = <0 e0000400 60>; + interrupt-parent = <&UIC0>; + interrupts = <15 8>; + }; + POB0: opb { compatible = "ibm,opb-440epx", "ibm,opb"; #address-cells = <1>;