mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 06:43:58 +08:00
[bsp][rockchip] support DVFS for Rockchip
The I2C will timeout in fan53555, fixed it. Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -10,6 +10,9 @@ CPPPATH = [cwd + '/../include']
|
||||
|
||||
src = ['regulator.c', 'regulator_dm.c', 'regulator_cmd.c']
|
||||
|
||||
if GetDepend(['RT_REGULATOR_FAN53555']):
|
||||
src += ['regulator-fan53555.c']
|
||||
|
||||
if GetDepend(['RT_REGULATOR_FIXED']):
|
||||
src += ['regulator-fixed.c']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user