From mboxrd@z Thu Jan 1 00:00:00 1970 From: curieux.khetan@gmail.com (Ashish) Date: Tue, 01 Oct 2013 13:51:52 +0530 Subject: How to change EEPROM device address in kernel In-Reply-To: References: Message-ID: <524A8620.6040306@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I am using MPC8280 based custom board for evaluation purpose. I am trying to enable I2C-EEPROM (AT24c512) for kernel version 2.6.39 but unable to find the device address code. My device is connected at address 0xA2, but in code for eeprom its searching only the range 0x50-0x57. I tried to add the address in eeprom.c file but getting probe error. Can somebody help me for this. Thanks in Advance -- --with Regards Ashish Khetan