diff options
author | Chen-Yu Tsai <wenst@chromium.org> | 2023-06-09 16:30:01 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-14 14:25:46 +0100 |
commit | 04ba665248ed91576d326041108e5fc2ec2254eb (patch) | |
tree | f873e6e1d1be0a027d47d745979745be9d141e4c /include/linux/regulator | |
parent | 65bae54e08c109ddbbf121bb00058cf3b3fb7b8e (diff) | |
download | linux-stable-04ba665248ed91576d326041108e5fc2ec2254eb.tar.gz linux-stable-04ba665248ed91576d326041108e5fc2ec2254eb.tar.bz2 linux-stable-04ba665248ed91576d326041108e5fc2ec2254eb.zip |
regulator: mt6358: Drop *_SSHUB regulators
The *_SSHUB regulators are actually alternate configuration interfaces
for their non *_SSHUB counterparts. They are not separate regulator
outputs. These registers are intended for the companion processor to
use to configure the power rails while the main processor is sleeping.
They are not intended for the main operating system to use.
Since they are not real outputs they shouldn't be modeled separately.
Remove them. Luckily no device tree actually uses them.
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lore.kernel.org/r/20230609083009.2822259-5-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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/regulator/mt6358-regulator.h b/include/linux/regulator/mt6358-regulator.h index a4307cd9edd6..c71a6a9fce7a 100644 --- a/include/linux/regulator/mt6358-regulator.h +++ b/include/linux/regulator/mt6358-regulator.h @@ -47,8 +47,6 @@ enum { MT6358_ID_VLDO28, MT6358_ID_VAUD28, MT6358_ID_VSIM2, - MT6358_ID_VCORE_SSHUB, - MT6358_ID_VSRAM_OTHERS_SSHUB, MT6358_ID_RG_MAX, }; @@ -88,8 +86,6 @@ enum { MT6366_ID_VMC, MT6366_ID_VAUD28, MT6366_ID_VSIM2, - MT6366_ID_VCORE_SSHUB, - MT6366_ID_VSRAM_OTHERS_SSHUB, MT6366_ID_RG_MAX, }; |