Other Parts Discussed in Thread: TMP102, TLC59108
In DRA7xx_EVM i am trying to access all the devices on i2c-bus 0 , and i was able to acess i2c EEPROM, PMIC on the bus ..But i was unable to access temp sensor IC(TMP102) present on the bus..
As ADD0 pin is connected to GND , i am accessing the device with address 0x48..I am writing ptr reg value 00 on the bus and i am reading the temperature value 00 only..
Also whenever i am using the below command display going blank..
#i2cdump -f -y 0 0x48 b
What could be the reason , though LCD_PWR_DOWN signal is connected to i2c expander on the same bus??