mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
5d5ac8b435
PD#SWPL-172965 Problem: 1 All I2C Masters (i2c_m_a-f) in a chip share an APB bus, which is provided by sys_i2c_m_a. PWM is designed with a similar architecture, and the APB bus of PWM is clock provided by sys_pwm_a. 2 The CLKID definition of smart card is inconsistent. Solution: 1 The parent of sys_i2c_m_b-f is set to sys_i2c_m_a. 2 The parent of sys_pwm_b-i is set to sys_pwm_a. 3 CLKID_SC_DIV was renamed CLKID_SC. Verify: s6_bl201 Change-Id: I94482625f3a9fe387113edce21ed16e9dc63a074 Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>