diff options
author | Chen-Yu Tsai <wenst@chromium.org> | 2023-09-28 11:55:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-02 21:43:49 +0300 |
commit | b7768e67af9a5b6d6101cbfc146969fedf8df4be (patch) | |
tree | 9b2394f43b5aba91f037e2ad0e815a6ce04e5d9d /include/linux/regulator | |
parent | b7f3b89848b3bae3b1e3a97e75b82c65a4952cfc (diff) | |
download | linux-b7768e67af9a5b6d6101cbfc146969fedf8df4be.tar.xz |
regulator: mt6358: Add missing regulators for MT6366
When support for the MT6366 PMIC regulators was added, it was assumed
that it had the same functionality as MT6358. In reality there are
differences. A few regulators have different ranges, or were renamed
and repurposed, or removed altogether.
Add the 3 regulators that were missing from the original submission.
These are added for completeness. VSRAM_CORE is not used in existing
projects. VM18 and VMDDR feed DRAM related consumers, and are not used
in-kernel.
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230928085537.3246669-11-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/mt6358-regulator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/mt6358-regulator.h b/include/linux/regulator/mt6358-regulator.h index c71a6a9fce7a..562386f9b80e 100644 --- a/include/linux/regulator/mt6358-regulator.h +++ b/include/linux/regulator/mt6358-regulator.h @@ -86,6 +86,9 @@ enum { MT6366_ID_VMC, MT6366_ID_VAUD28, MT6366_ID_VSIM2, + MT6366_ID_VM18, + MT6366_ID_VMDDR, + MT6366_ID_VSRAM_CORE, MT6366_ID_RG_MAX, }; |