soc: mediatek: Introduce mediatek-regulator-coupler driver
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 6 Oct 2022 11:58:16 +0000 (13:58 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 30 Jan 2023 10:27:49 +0000 (11:27 +0100)
commitc200774a6df47cfc1053334c98ab777563de5bd8
tree48d27aada4f08999a1495bdae3272e3c13f36dc3
parentb74952aba6c3f47e7f2c5165abaeefa44c377140
soc: mediatek: Introduce mediatek-regulator-coupler driver

This driver currently deals with GPU-SRAM regulator coupling, ensuring
that the SRAM voltage is always between a specific range of distance to
the GPU voltage, depending on the SoC, necessary in order to achieve
system stability across the full range of supported GPU frequencies.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Link: https://lore.kernel.org/r/20221006115816.66853-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/Kconfig
drivers/soc/mediatek/Makefile
drivers/soc/mediatek/mtk-regulator-coupler.c [new file with mode: 0644]