soc: mediatek: mtk-dvfsrc: Rename and move bw constraints data
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 10 Apr 2025 14:40:18 +0000 (16:40 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 14 Apr 2025 09:53:36 +0000 (11:53 +0200)
commitb06785283ec1c24fadce95390047feb9db840051
treeb89043647cc2fcb5aadbf45f942840e7f1a0fc35
parentba3297872a237c8949e812ffa72c64e81da38cec
soc: mediatek: mtk-dvfsrc: Rename and move bw constraints data

Rename the MT8183 and MT8195 bandwidth constraints data structure
to, respectively, dvfsrc_bw_constr_v1 and dvfsrc_bw_constr_v2, as
the actual constraints are depending on the DVFSRC version rather
than on the SoC.

While at it, to prepare for adding a new SoC, also move the two
structures at the start of the platform data code section.

Link: https://lore.kernel.org/r/20250410144019.475930-5-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
drivers/soc/mediatek/mtk-dvfsrc.c