linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: ep93xx: Enable i2c support for ep9302
@ 2012-06-10 12:44 Todor Colov
  2012-06-10 23:58 ` Ryan Mallon
  0 siblings, 1 reply; 6+ messages in thread
From: Todor Colov @ 2012-06-10 12:44 UTC (permalink / raw)
  To: linux-arm-kernel


Enable i2c support for ep9302. i2c support is needed when external RTC is 
used. 

Signed-off-by: Todor Colov <todorcolov@gmail.com>
---
--- linux-3.4/arch/arm/mach-ep93xx/edb93xx.c	2012-05-21 01:29:13.000000000 +0300
+++ linux-3.4/arch/arm/mach-ep93xx/edb93xx-i2c-ep9302-enabled.c	2012-06-10 14:18:06.977893546 +0300
@@ -91,8 +91,8 @@
 		ep93xx_register_i2c(&edb93xx_i2c_gpio_data,
 				    edb93xxa_i2c_board_info,
 				    ARRAY_SIZE(edb93xxa_i2c_board_info));
-	} else if (machine_is_edb9307() || machine_is_edb9312() ||
-		   machine_is_edb9315()) {
+	} else if (machine_is_edb9302() || machine_is_edb9307()
+		|| machine_is_edb9312() || machine_is_edb9315()) {
 		ep93xx_register_i2c(&edb93xx_i2c_gpio_data,
 				    edb93xx_i2c_board_info,
 				    ARRAY_SIZE(edb93xx_i2c_board_info));

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

end of thread, other threads:[~2012-07-01 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-10 12:44 [PATCH] arm: ep93xx: Enable i2c support for ep9302 Todor Colov
2012-06-10 23:58 ` Ryan Mallon
2012-06-11 15:45   ` H Hartley Sweeten
2012-06-11 21:50     ` Ryan Mallon
2012-06-21 19:33       ` Martin Guy
2012-07-01 22:57         ` Ryan Mallon

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).