[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:
GuEe-GUI
2026-06-23 08:02:09 +08:00
committed by Rbb666
parent 741d82c42b
commit b2e1f13a05
20 changed files with 3478 additions and 156 deletions
+3
View File
@@ -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']