linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform
@ 2017-05-09  4:40 Jan Kiszka
  2017-05-09 11:34 ` Andy Shevchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2017-05-09  4:40 UTC (permalink / raw)
  To: Lee Jones, Linux Kernel Mailing List; +Cc: Andy Shevchenko

The SIMATIC IOT2000 is derived from the Galileo Gen2 board and shares
its I2C frequency.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Sascha Weisenberger <sascha.weisenberger@siemens.com>

---
 drivers/mfd/intel_quark_i2c_gpio.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/mfd/intel_quark_i2c_gpio.c b/drivers/mfd/intel_quark_i2c_gpio.c
index 7946d6e38b87..98dddf2831ad 100644
--- a/drivers/mfd/intel_quark_i2c_gpio.c
+++ b/drivers/mfd/intel_quark_i2c_gpio.c
@@ -72,6 +72,10 @@ static const struct i2c_mode_info platform_i2c_mode_info[] = {
 		.name = "GalileoGen2",
 		.i2c_scl_freq = 400000,
 	},
+	{
+		.name = "SIMATIC IOT2000",
+		.i2c_scl_freq = 400000,
+	},
 	{}
 };
 
-- 
2.12.0

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

end of thread, other threads:[~2017-05-22  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09  4:40 [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform Jan Kiszka
2017-05-09 11:34 ` Andy Shevchenko
2017-05-12  8:12   ` Lee Jones
2017-05-19  7:55     ` Jan Kiszka
2017-05-19 14:22       ` Andy Shevchenko
2017-05-19 14:35         ` Jan Kiszka
2017-05-22  9:36       ` Lee Jones

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