From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 29946DDEDF for ; Thu, 10 May 2007 15:20:46 +1000 (EST) Date: Thu, 10 May 2007 00:16:05 -0500 (CDT) From: Kumar Gala To: Jon Loeliger Subject: Re: [PATCH] 86xx: Enable the AC97 interface on 8641D board. In-Reply-To: <1178142818.32136.51.camel@ld0161-tx32> Message-ID: References: <1178142818.32136.51.camel@ld0161-tx32> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2 May 2007, Jon Loeliger wrote: > From: Jason Jin > > HD interface and AC97 interface share some pins and they are enabled at > the same time, In order to use AC97 interface, we need to disable the HD > interface first. > > Signed-off-by:Jason Jin > Acked-by: Jon Loeliger > --- > arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > applied. - k