From: Rob Herring <robh@kernel.org>
To: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Cc: "Sen Chu" <sen.chu@mediatek.com>,
"Sean Wang" <sean.wang@mediatek.com>,
"Macpaul Lin" <macpaul.lin@mediatek.com>,
"Lee Jones" <lee@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Chen Zhong" <chen.zhong@mediatek.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
kernel@collabora.com, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-input@vger.kernel.org,
linux-iio@vger.kernel.org
Subject: Re: [PATCH 0/9] MT6365 PMIC support cleanup
Date: Tue, 2 Jun 2026 14:58:07 -0500 [thread overview]
Message-ID: <20260602195807.GA1062343-robh@kernel.org> (raw)
In-Reply-To: <20260429-mediatek-genio-mt6365-cleanup-v1-0-6f43838be92f@collabora.com>
On Wed, Apr 29, 2026 at 11:44:13AM +0200, Louis-Alexis Eyraud wrote:
> 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
Applied these 2 to fix warnings in linux-next.
Angelo, Apply the binding changes along with the .dts changes if they
haven't been picked up yet.
Once again, Mediatek warnings are moving in the wrong direction. :(
Rob
> 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
prev parent reply other threads:[~2026-06-02 19:58 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
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-05-20 14:40 ` (subset) " Lee Jones
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-05-11 9:25 ` AngeloGioacchino Del Regno
2026-05-20 14:41 ` (subset) " Lee Jones
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-05-11 9:25 ` AngeloGioacchino Del Regno
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-05-11 9:25 ` AngeloGioacchino Del Regno
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
2026-05-11 9:36 ` (subset) [PATCH 0/9] MT6365 PMIC support cleanup AngeloGioacchino Del Regno
2026-06-02 19:58 ` Rob Herring [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260602195807.GA1062343-robh@kernel.org \
--to=robh@kernel.org \
--cc=andy@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chen.zhong@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jic23@kernel.org \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=louisalexis.eyraud@collabora.com \
--cc=macpaul.lin@mediatek.com \
--cc=matthias.bgg@gmail.com \
--cc=nuno.sa@analog.com \
--cc=sean.wang@mediatek.com \
--cc=sen.chu@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.