All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control (corrected)
@ 2009-02-23 18:53 ksi at koi8.net
  2009-03-09 22:00 ` Andy Fleming
  0 siblings, 1 reply; 2+ messages in thread
From: ksi at koi8.net @ 2009-02-23 18:53 UTC (permalink / raw)
  To: u-boot

This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
---
diff -purN u-boot.orig/include/asm-ppc/immap_85xx.h u-boot/include/asm-ppc/immap_85xx.h
--- u-boot.orig/include/asm-ppc/immap_85xx.h	2009-02-19 13:39:31.000000000 -0800
+++ u-boot/include/asm-ppc/immap_85xx.h	2009-02-23 10:49:09.000000000 -0800
@@ -1667,7 +1667,7 @@ typedef struct ccsr_gur {
 	uint	lbiuiplldcr0;	/* 0xe0f1c -- LBIU PLL Debug Reg 0 */
 	uint	lbiuiplldcr1;	/* 0xe0f20 -- LBIU PLL Debug Reg 1 */
 	uint	ddrioovcr;	/* 0xe0f24 - DDR IO Override Control */
-	uint	res14;		/* 0xe0f28 */
+	uint	tsec12ioovcr;	/* 0xe0f28 - eTSEC 1/2 IO override control */
 	uint	tsec34ioovcr;	/* 0xe0f2c - eTSEC 3/4 IO override control */
 	char	res15[61648];	/* 0xe0f30 to 0xefffff */
 } ccsr_gur_t;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control (corrected)
  2009-02-23 18:53 [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control (corrected) ksi at koi8.net
@ 2009-03-09 22:00 ` Andy Fleming
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Fleming @ 2009-03-09 22:00 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 23, 2009 at 1:53 PM,  <ksi@koi8.net> wrote:
> This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
>
> Signed-off-by: Sergey Kubushyn <ksi@koi8.net>

Applied, thanks

Andy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-09 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-23 18:53 [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control (corrected) ksi at koi8.net
2009-03-09 22:00 ` Andy Fleming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.