public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset
@ 2009-04-03  0:56 Minkyu Kang
  2009-04-03 11:59 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2009-04-03  0:56 UTC (permalink / raw)
  To: u-boot

This patch fix the wrong gpio offset

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 include/s3c6400.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/s3c6400.h b/include/s3c6400.h
index fd3e99b..1da85a1 100644
--- a/include/s3c6400.h
+++ b/include/s3c6400.h
@@ -215,9 +215,9 @@
 #define GPACONSLP_OFFSET	0x0C
 #define GPAPUDSLP_OFFSET	0x10
 #define GPBCON_OFFSET		0x20
-#define GPBDAT_OFFSET		0x04
-#define GPBPUD_OFFSET		0x08
-#define GPBCONSLP_OFFSET	0x0C
+#define GPBDAT_OFFSET		0x24
+#define GPBPUD_OFFSET		0x28
+#define GPBCONSLP_OFFSET	0x2C
 #define GPBPUDSLP_OFFSET	0x30
 #define GPCCON_OFFSET		0x40
 #define GPCDAT_OFFSET		0x44

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

* [U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset
  2009-04-03  0:56 [U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset Minkyu Kang
@ 2009-04-03 11:59 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-04-03 11:59 UTC (permalink / raw)
  To: u-boot

On 09:56 Fri 03 Apr     , Minkyu Kang wrote:
> This patch fix the wrong gpio offset
> 
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
Applied
Best Regards,
J.

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

end of thread, other threads:[~2009-04-03 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03  0:56 [U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset Minkyu Kang
2009-04-03 11:59 ` Jean-Christophe PLAGNIOL-VILLARD

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