regulator: mt6358: fix and drop type prefix in MT6366 regulator node names
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 28 Sep 2023 08:55:31 +0000 (16:55 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Oct 2023 18:43:47 +0000 (19:43 +0100)
commit0c3697b8980dd44df05ed77222c09bd8fe729626
treea578093bae35d095fd28ea8b42c6a466b3efa0b3
parent3dfa8a7071d4e748d5a59566f9a96e381a9fccb2
regulator: mt6358: fix and drop type prefix in MT6366 regulator node names

The new MT6366 binding does away with the type prefix ("buck_", "ldo_")
in the regulator node names. This better matches the PMIC pin names.
Remaining underscores in names are also replaced with hyphens.

Drop the type prefixes and replace remaining underscores to match the
MT6366 binding.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230928085537.3246669-9-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6358-regulator.c