public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] MT6365 PMIC support cleanup
@ 2026-04-29  9:44 Louis-Alexis Eyraud
  2026-04-29  9:44 ` [PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359 Louis-Alexis Eyraud
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Louis-Alexis Eyraud @ 2026-04-29  9:44 UTC (permalink / raw)
  To: Sen Chu, Sean Wang, Macpaul Lin, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Dmitry Torokhov, Chen Zhong,
	Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko
  Cc: kernel, linux-pm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, linux-input, linux-iio, Louis-Alexis Eyraud

Several Mediatek and Radxa boards, based on MT8370, MT8390 or MT8395
SoC, integrate the MT6365 PMIC, that is a MT6359P variant:
 - Mediatek Genio 1200-EVK
 - Mediatek Genio 700-EVK
 - Mediatek Genio 510-EVK
 - Radxa NIO-12L
It is compatible with the MT6359 PMIC.

But both MT6365 PMIC support and compatibility were never expressed in
the dt-bindings and there is no MT6365 include file as well.
So, since these board support was introduced, their devicetrees use the
mt6359 include file to enable this PMIC support. 

The goal of this series is to clean this support by adding the missing
compatible strings for this MFD main and subdevices in the dt-bindings,
and add a include for MT6365 definitions to replace the MT6359 include
in these board devicetrees and for future ones (like Genio 520/720
EVKs).

The series is based on linux-next tree (tag: next-20260428) and has
been tested on Mediatek Genio 510, 700 and 1200-EVK boards.

---
Louis-Alexis Eyraud (9):
      dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359
      dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
      dt-bindings: input: mediatek,pmic-keys: Add MT6365 support
      dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC
      arm64: dts: mediatek: mt6359: use proper compatible for rtc
      arm64: dts: mediatek: add MT6365 PMIC include
      arm64: dts: mediatek: mt8390-genio-common: use MT6365 PMIC definitions
      arm64: dts: mediatek: mt8395-genio-common: use MT6365 PMIC definitions
      arm64: dts: mediatek: mt8395-radxa-nio-12l: use MT6365 PMIC definitions

 .../bindings/iio/adc/mediatek,mt6359-auxadc.yaml   | 17 +++++++++-----
 .../bindings/input/mediatek,pmic-keys.yaml         | 21 ++++++++++-------
 .../devicetree/bindings/mfd/mediatek,mt6397.yaml   | 14 ++++++++++++
 arch/arm64/boot/dts/mediatek/mt6359.dtsi           |  4 ++--
 arch/arm64/boot/dts/mediatek/mt6365.dtsi           | 26 ++++++++++++++++++++++
 .../boot/dts/mediatek/mt8390-genio-common.dtsi     |  8 +++----
 .../boot/dts/mediatek/mt8395-genio-common.dtsi     |  8 +++----
 .../boot/dts/mediatek/mt8395-radxa-nio-12l.dts     |  6 ++---
 8 files changed, 77 insertions(+), 27 deletions(-)
---
base-commit: 0f3ef35b0747832b58b97171bad99011d084c6b1
change-id: 20260428-mediatek-genio-mt6365-cleanup-6cdd84c3f098

Best regards,
-- 
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29  9:44 [PATCH 0/9] MT6365 PMIC support cleanup Louis-Alexis Eyraud
2026-04-29  9:44 ` [PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359 Louis-Alexis Eyraud
2026-05-06 15:31   ` Rob Herring (Arm)
2026-04-29  9:44 ` [PATCH 2/9] dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support Louis-Alexis Eyraud
2026-05-06 15:32   ` Rob Herring (Arm)
2026-04-29  9:44 ` [PATCH 3/9] dt-bindings: input: mediatek,pmic-keys: Add MT6365 support Louis-Alexis Eyraud
2026-05-06 15:32   ` Rob Herring (Arm)
2026-04-29  9:44 ` [PATCH 4/9] dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC Louis-Alexis Eyraud
2026-05-06 15:32   ` Rob Herring (Arm)
2026-04-29  9:44 ` [PATCH 5/9] arm64: dts: mediatek: mt6359: use proper compatible for rtc Louis-Alexis Eyraud
2026-04-29  9:44 ` [PATCH 6/9] arm64: dts: mediatek: add MT6365 PMIC include Louis-Alexis Eyraud
2026-04-29  9:44 ` [PATCH 7/9] arm64: dts: mediatek: mt8390-genio-common: use MT6365 PMIC definitions Louis-Alexis Eyraud
2026-04-29  9:44 ` [PATCH 8/9] arm64: dts: mediatek: mt8395-genio-common: " Louis-Alexis Eyraud
2026-04-29  9:44 ` [PATCH 9/9] arm64: dts: mediatek: mt8395-radxa-nio-12l: " Louis-Alexis Eyraud

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