]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: mt6315: add regulator supplies
authorMark Brown <broonie@kernel.org>
Mon, 30 Mar 2026 14:45:39 +0000 (15:45 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 30 Mar 2026 14:45:39 +0000 (15:45 +0100)
commit922b9937db0e22d2bc4bac1e61df63679671c56c
treed07aa2881e5bbbb04bc312c646b2512ec87342bc
parent5a623ef758d0a8384da548bb3f026e623544b2cf
parent292d64fb98a267450113b696f1ffcc24548cc2fe
regulator: mt6315: add regulator supplies

Chen-Yu Tsai <wenst@chromium.org> says:

This series is part of a broader collection of regulator related
cleanups for MediaTek Chromebooks. This one covers the MT6315 PMIC.

Patch 1 adds the names of the power supply inputs to the binding.

Patch 2 adds the supply names from the DT binding change in patch 1
to the regulator descriptions in the driver. This patch has a
checkpatch.pl warnings, but I wonder if it's because the context size
for checking complex macros is not large enough.

Device tree changes will be sent separately. The goal is to get the
regulator tree as complete as possible. This includes adding supply
names to other regulator DT bindings, and adding all the supply links
to the existing DTs.