Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: rpi_panel_v2: Add delay on I2C reads
As with many microcontrollers, the panel wants to use clock stretching during a read so that the appropriate return value can be generated and programmed into the hardware. With Pi0-3 really not supporting clock stretching, this resulted in the panel firmware dying. Insert a delay between the write and the read to give the firmware a chance to generate the relevant return value. Signed-off-by: Dave Stevenson <[email protected]>
- Loading branch information