mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
03b65068b0
PD#SWPL-165259 Problem: 1. T5W/T3 do not support SPI_LSB_FIRST. 2. T5W suspend/resume will reset the reg. 3. ldim_pwm_level is 0 when power on. Solution: 1. ldim software implementation of big-endian and little-endian data conversion. 2. ldim send mode base on spi controller. 3. When resume ldim_fw reset the reg value again. 4. Set ldim_set_duty_pwm after set pwm pinmux. Verify: T5W/T5M Change-Id: I409c4d378fc972f7f643ee64a6588119e1494e1b Signed-off-by: zijie.lin <zijie.lin@amlogic.com>