[PATCH v1 0/5] MediaTek Dimensity 1200 - Add DVFSRC support
From: AngeloGioacchino Del Regno
Date: Thu Apr 10 2025 - 10:43:46 EST
In preparation for adding basic support for the OnePlus Nord 2 5G
DN2103 smartphone, this series adds support for the DVFSRC regulators
and prepares the DVFSRC driver to also set bandwidth limits for the
DVFSRC EMI Interconnect found in the MediaTek Dimensity 1200 (MT6893)
SoC.
The interconnect driver wasn't touched at all because the intended
change here was to enable support for the DVFSRC regulators but, as
those anyway required new platform data, laying the groundwork for
the interconnect came natural and would've been unreasonable to just
skip that as it anyway consists in one small struct and nothing else.
AngeloGioacchino Del Regno (5):
dt-bindings: soc: mediatek: dvfsrc: Add support for MT6893
dt-bindings: regulator: mediatek-dvfsrc: Add MT6893 support
regulator: mtk-dvfsrc: Add support for Dimensity 1200 MT6893
soc: mediatek: mtk-dvfsrc: Rename and move bw constraints data
soc: mediatek: mtk-dvfsrc: Add support for Dimensity 1200 MT6893
.../mediatek,mt6873-dvfsrc-regulator.yaml | 1 +
.../soc/mediatek/mediatek,mt8183-dvfsrc.yaml | 1 +
drivers/regulator/mtk-dvfsrc-regulator.c | 19 +++++++
drivers/soc/mediatek/mtk-dvfsrc.c | 53 +++++++++++++++++--
4 files changed, 70 insertions(+), 4 deletions(-)
--
2.49.0