public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 00/16] arm64: dts: mediatek: Regulator cleanup for Chromebooks
@ 2026-05-05 10:13 Chen-Yu Tsai
  2026-05-05 10:13 ` [PATCH v2 01/16] arm64: dts: mediatek: mt8186-corsola-voltorb: Add MT6315 PMIC supplies Chen-Yu Tsai
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Chen-Yu Tsai @ 2026-05-05 10:13 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno
  Cc: Chen-Yu Tsai, linux-mediatek, devicetree, linux-arm-kernel,
	linux-kernel

Hi,

This is v2 of my MediaTek Chromebook regulator cleanup series.

Changes since v1:
- Switch to properly named vcn33_[12] regulator nodes for MT6359, and
  converted existing users
- Moved PMIC regulator supply properties to PMIC top-level node
- Dropped "mt6359: Add label for regulator sub-node"
- Added all supplies for MT6315, even for unused regulator outputs
- Added missing peripheral supplies on MT8195 Cherry
- Added missing supplies for ChromeOS EC regulators on MT8195 Cherry
- Fixed pp_4200_g regulator name
- Link to v1: 
  https://lore.kernel.org/all/20260320084351.2461060-1-wenst@chromium.org/

This series contains the device tree bits for the collection of regulator
related cleanups for MediaTek Chromebooks. The device tree binding and
driver changes are:

MT6315
- https://lore.kernel.org/all/20260324053030.4077453-1-wenst@chromium.org/
  (merged)
MT6359
- https://lore.kernel.org/all/20260429074113.3720271-1-wenst@chromium.org/
cros-ec-regulator
- https://lore.kernel.org/all/20260320083135.2455444-1-wenst@chromium.org/
  (merged)

The goal is to complete the regulator tree so that there are no orphan
regulators, and there are no devices that are missing supplies.

Patch 1, 4 and 10 add supplies for the MT6315 PMIC in various Chromebook
designs.

Patch 2 converts the vcn33_[12]_(wifi|bt) regulator nodes to vcn33_[12].

Patch 3, 9, and 15 add supplies for the MT6359 PMIC in various
Chromebook designs.

Patch 5 and 11 add supplies for the ChromeOS EC controlled regulators.

Patch 6 and 16 add power supplies for the CPU cores.

Patch 7 and 13 add power supplies for the SPI NOR flash chips.

Patch 8 and 12 fix up load switch descriptions.

Patch 14 adds missing supplies for the USB controllers on the Cherry
design.

Obviously the 3 dependency series need to be merged before this series,
or we will get a bunch of new DT validation errors.

Please have a look.


Thanks
ChenYu

Chen-Yu Tsai (16):
  arm64: dts: mediatek: mt8186-corsola-voltorb: Add MT6315 PMIC supplies
  arm64: dts: mediatek: mt6359: Switch to proper ldo_vcn33_[12]
    regulators
  arm64: dts: mediatek: mt8192-asurada: Add MT6359 PMIC supplies
  arm64: dts: mediatek: mt8192-asurada: Add MT6315 PMIC supplies
  arm64: dts: mediatek: mt8192-asurada: Add supplies for ChromeOS EC
    regulators
  arm64: dts: mediatek: mt8192-asurada: Add CPU power supplies
  arm64: dts: mediatek: mt8192-asurada: Add SPI NOR flash power supply
  arm64: dts: mediatek: mt8192-asurada: Fix WiFi regulator description
  arm64: dts: mediatek: mt8195-cherry: Add MT6359 PMIC supplies
  arm64: dts: mediatek: mt8195-cherry: Add MT6315 PMIC supplies
  arm64: dts: mediatek: mt8195-cherry: Add supplies for ChromeOS EC
    regulators
  arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description
  arm64: dts: mediatek: mt8195-cherry: Add supply for SPI NOR flash
  arm64: dts: mediatek: mt8195-cherry: Add vusb33 supplies for XHCI
    controllers
  arm64: dts: mediatek: mt8188-geralt: Add MT6359 PMIC supplies
  arm64: dts: mediatek: mt8188-geralt: Add little core CPU power
    supplies

 arch/arm64/boot/dts/mediatek/mt6359.dtsi      | 22 +-----
 .../dts/mediatek/mt8186-corsola-voltorb.dtsi  |  4 +
 .../boot/dts/mediatek/mt8188-geralt.dtsi      | 41 ++++++++++
 .../boot/dts/mediatek/mt8192-asurada.dtsi     | 74 ++++++++++++++++++-
 .../boot/dts/mediatek/mt8195-cherry.dtsi      | 50 +++++++++++--
 .../dts/mediatek/mt8390-genio-common.dtsi     |  4 +-
 .../dts/mediatek/mt8390-grinn-genio-som.dtsi  |  2 +-
 .../dts/mediatek/mt8390-tungsten-smarc.dtsi   |  6 +-
 .../dts/mediatek/mt8395-genio-common.dtsi     |  6 +-
 .../mt8395-radxa-nio-12l-8-hd-panel.dtso      |  4 +-
 .../dts/mediatek/mt8395-radxa-nio-12l.dts     |  2 +-
 11 files changed, 178 insertions(+), 37 deletions(-)

-- 
2.54.0.545.g6539524ca2-goog



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-05-05 10:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 10:13 [PATCH v2 00/16] arm64: dts: mediatek: Regulator cleanup for Chromebooks Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 01/16] arm64: dts: mediatek: mt8186-corsola-voltorb: Add MT6315 PMIC supplies Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 02/16] arm64: dts: mediatek: mt6359: Switch to proper ldo_vcn33_[12] regulators Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 03/16] arm64: dts: mediatek: mt8192-asurada: Add MT6359 PMIC supplies Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 04/16] arm64: dts: mediatek: mt8192-asurada: Add MT6315 " Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 05/16] arm64: dts: mediatek: mt8192-asurada: Add supplies for ChromeOS EC regulators Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 06/16] arm64: dts: mediatek: mt8192-asurada: Add CPU power supplies Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 07/16] arm64: dts: mediatek: mt8192-asurada: Add SPI NOR flash power supply Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 08/16] arm64: dts: mediatek: mt8192-asurada: Fix WiFi regulator description Chen-Yu Tsai
2026-05-05 10:13 ` [PATCH v2 09/16] arm64: dts: mediatek: mt8195-cherry: Add MT6359 PMIC supplies Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 10/16] arm64: dts: mediatek: mt8195-cherry: Add MT6315 " Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 11/16] arm64: dts: mediatek: mt8195-cherry: Add supplies for ChromeOS EC regulators Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 12/16] arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 13/16] arm64: dts: mediatek: mt8195-cherry: Add supply for SPI NOR flash Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 14/16] arm64: dts: mediatek: mt8195-cherry: Add vusb33 supplies for XHCI controllers Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 15/16] arm64: dts: mediatek: mt8188-geralt: Add MT6359 PMIC supplies Chen-Yu Tsai
2026-05-05 10:14 ` [PATCH v2 16/16] arm64: dts: mediatek: mt8188-geralt: Add little core CPU power supplies Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox