Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH V2] MIPS: Octeon: Register EEPROM device on the I2C bus
@ 2010-03-08  5:29 Yang Shi
  2010-03-08  6:01 ` Wolfram Sang
  2010-03-16 18:09 ` Ralf Baechle
  0 siblings, 2 replies; 6+ messages in thread
From: Yang Shi @ 2010-03-08  5:29 UTC (permalink / raw)
  To: ddaney, ben-linux, khali, ralf; +Cc: linux-mips, linux-i2c

An SPD resides on 0x50 of the I2C bus on CN56xx/57xx board,
register this device.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
---
 arch/mips/cavium-octeon/octeon-platform.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/mips/cavium-octeon/octeon-platform.c b/arch/mips/cavium-octeon/octeon-platform.c
index 62ac30e..3138982 100644
--- a/arch/mips/cavium-octeon/octeon-platform.c
+++ b/arch/mips/cavium-octeon/octeon-platform.c
@@ -164,6 +164,9 @@ static struct i2c_board_info __initdata octeon_i2c_devices[] = {
 	{
 		I2C_BOARD_INFO("ds1337", 0x68),
 	},
+	{
+		I2C_BOARD_INFO("spd", 0x50),
+	},
 };
 
 static int __init octeon_i2c_devices_init(void)
-- 
1.6.3.3

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

end of thread, other threads:[~2010-03-18 17:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08  5:29 [PATCH V2] MIPS: Octeon: Register EEPROM device on the I2C bus Yang Shi
2010-03-08  6:01 ` Wolfram Sang
2010-03-16 18:09 ` Ralf Baechle
2010-03-16 19:06   ` Jean Delvare
2010-03-18 17:00     ` Ralf Baechle
2010-03-18 17:48       ` Jean Delvare

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