mbox series

[v3,0/2] soc: mediatek: svs: add support for mt8188

Message ID 20230919014439.5795-1-chun-jen.tseng@mediatek.com (mailing list archive)
Headers show
Series soc: mediatek: svs: add support for mt8188 | expand

Message

Mark Tseng Sept. 19, 2023, 1:44 a.m. UTC
This series supports MT8188 Smart Voltage Scaling (SVS) hardware which
used as optimization of opp voltage table for gpu dvfs driver.

Changes since v2:
  - Add Acked-by & Acked-by in patch

Changes since v1:
  - thermal name change to lvts
  - fixed voltage bin flow
  - using svs_get_efuse_data() replace nvmem read API in mt8188 efuse
    parsing 

Mark Tseng (2):
  dt-bindings: soc: mediatek: add mt8188 svs dt-bindings
  soc: mediatek: svs: add support for mt8188

 .../bindings/soc/mediatek/mtk-svs.yaml        |   1 +
 drivers/soc/mediatek/mtk-svs.c                | 184 +++++++++++++++++-
 2 files changed, 181 insertions(+), 4 deletions(-)