linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Correct offset in OMAP4_WKUP_IOPAD macro
@ 2014-04-19 16:14 Joachim Eastwood
  2014-04-19 16:25 ` Joachim Eastwood
  0 siblings, 1 reply; 12+ messages in thread
From: Joachim Eastwood @ 2014-04-19 16:14 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, Joachim Eastwood

This was introduced in 43a348ea53eb5fd79 but hasn't caused
any harm since it don't have any users yet.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
Hello,

This one had me puzzled for a while. Wondering why USB
suddenly disappeared and suspecting by convert script.

 -JE

 include/dt-bindings/pinctrl/omap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h
index b04528cd033c..251d1bd17e35 100644
--- a/include/dt-bindings/pinctrl/omap.h
+++ b/include/dt-bindings/pinctrl/omap.h
@@ -63,7 +63,7 @@
 #define OMAP3_WKUP_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0x2a00) (val)
 #define AM33XX_IOPAD(pa, val)		OMAP_IOPAD_OFFSET((pa), 0x0800) (val)
 #define OMAP4_CORE_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0x0040) (val)
-#define OMAP4_WKUP_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0xe040) (val)
+#define OMAP4_WKUP_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0x0040) (val)
 #define AM4372_IOPAD(pa, val)		OMAP_IOPAD_OFFSET((pa), 0x0800) (val)
 #define OMAP5_CORE_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0x2840) (val)
 #define OMAP5_WKUP_IOPAD(pa, val)	OMAP_IOPAD_OFFSET((pa), 0xc840) (val)
-- 
1.8.0


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

end of thread, other threads:[~2014-05-12 16:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 16:14 [PATCH] ARM: dts: Correct offset in OMAP4_WKUP_IOPAD macro Joachim Eastwood
2014-04-19 16:25 ` Joachim Eastwood
2014-04-21 15:35   ` Tony Lindgren
2014-04-21 16:12     ` Joachim Eastwood
2014-04-21 16:16       ` Joachim Eastwood
2014-05-06  0:12         ` Tony Lindgren
2014-05-09 12:57           ` Joachim Eastwood
2014-05-09 16:07             ` Tony Lindgren
2014-05-11 17:27               ` Joachim Eastwood
2014-05-12 16:16                 ` Tony Lindgren
2014-05-12 16:26                   ` Joachim Eastwood
2014-05-12 16:36                     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).