From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Thu, 9 Jul 2009 10:11:38 +0200 Subject: [U-Boot] [PATCH 1/2] pxa: add clock for system bus 2 arbiter In-Reply-To: <1245771005-23299-1-git-send-email-daniel@caiaq.de> References: <1245771005-23299-1-git-send-email-daniel@caiaq.de> Message-ID: <20090709081137.GS19257@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ping? On Tue, Jun 23, 2009 at 05:30:04PM +0200, Daniel Mack wrote: > From: Daniel Mack > To: u-boot at lists.denx.de > Cc: Daniel Mack > Subject: [PATCH 1/2] pxa: add clock for system bus 2 arbiter > Date: Tue, 23 Jun 2009 17:30:04 +0200 > Message-Id: <1245771005-23299-1-git-send-email-daniel@caiaq.de> > X-Mailer: git-send-email 1.6.3.1 > > This clock is needed for systems using the USB2 device unit or the 2d > graphics accelerator. > > Signed-off-by: Daniel Mack > --- > include/asm-arm/arch-pxa/pxa-regs.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h > index 5a0885a..1f81e11 100644 > --- a/include/asm-arm/arch-pxa/pxa-regs.h > +++ b/include/asm-arm/arch-pxa/pxa-regs.h > @@ -1952,6 +1952,7 @@ typedef void (*ExcpHndlr) (void) ; > #define CKENA_2_USBHOST (1 << 2) /* USB Host Unit Clock Enable */ > #define CKENA_1_LCD (1 << 1) /* LCD Unit Clock Enable */ > > +#define CKENB_9_SYSBUS2 (1 << 9) /* System bus 2 */ > #define CKENB_8_1WIRE ((1 << 8) + 32) /* One Wire Interface Unit Clock Enable */ > #define CKENB_7_GPIO ((1 << 7) + 32) /* GPIO Clock Enable */ > #define CKENB_6_IRQ ((1 << 6) + 32) /* Interrupt Controller Clock Enable */ > -- > 1.6.3.1 >