public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][ATMEL] add ATMEL_PMC_UHP define to at91sam9261/63 header
@ 2011-06-30 17:32 Jens Scharsig
  2011-08-01  1:51 ` Reinhard Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Scharsig @ 2011-06-30 17:32 UTC (permalink / raw)
  To: u-boot

* add ATMEL_PMC_UHP define to at91sam9261/63 header

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
  arch/arm/include/asm/arch-at91/at91sam9261.h |    1 +
  arch/arm/include/asm/arch-at91/at91sam9263.h |    1 +
  2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/arch-at91/at91sam9261.h b/arch/arm/include/asm/arch-at91/at91sam9261.h
index c85fd29..a07f273 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9261.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9261.h
@@ -125,6 +125,7 @@
   * Other misc defines
   */
  #define ATMEL_PIO_PORTS		3		/* theese SoCs have 3 PIO */
+#define ATMEL_PMC_UHP		AT91SAM926x_PMC_UHP
  #define ATMEL_BASE_PIO		ATMEL_BASE_PIOA
  
  /*
diff --git a/arch/arm/include/asm/arch-at91/at91sam9263.h b/arch/arm/include/asm/arch-at91/at91sam9263.h
index 2a1d6ee..040c9b8 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9263.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9263.h
@@ -128,6 +128,7 @@
   * Other misc defines
   */
  #define ATMEL_PIO_PORTS		5		/* this SoCs has 5 PIO */
+#define ATMEL_PMC_UHP		AT91SAM926x_PMC_UHP
  #define ATMEL_BASE_PIO		ATMEL_BASE_PIOA
  
  /*
-- 1.7.3.4

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

end of thread, other threads:[~2011-08-01  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30 17:32 [U-Boot] [PATCH][ATMEL] add ATMEL_PMC_UHP define to at91sam9261/63 header Jens Scharsig
2011-08-01  1:51 ` Reinhard Meyer
2011-08-01  6:51   ` Jens Scharsig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox