I would like to modify the value of register 0x70 (0x70 SLEEP_CONFIG Register).
Is it possible to do with i2cset command? If not then please give me some solution to change the register value via command line
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I would like to modify the value of register 0x70 (0x70 SLEEP_CONFIG Register).
Is it possible to do with i2cset command? If not then please give me some solution to change the register value via command line
This can be done with an I2C write command, detailed in the TPS25750 Technical Reference Manual, section 1.2.1.
We do not support a Linux driver for the TPS25750, however there is a driver for the TPS25750 incorporated in mainline Linux.
It is located at root/drivers/usb/typec/tipd
Kind regards,
Conner Gillette