Other Parts Discussed in Thread: , TCA9543A
Hi TDA4VM Champ
Can you please show us how to access PMIC TPS6594 registers using i2c utility from command line?
i2cdump -f -y bus slaveaddr b
This will dump the register content of the slave at respective bus.
i2cset -f -y bus slaveaddr register value b
This will write a 'value' to the 'register' of the device with address 'slaveaddr'.
i2cget -f -y bus slaveaddr register b
This will read from the 'register' of the device with address 'slaveaddr'.
Thanks.
Regards,
Jack