Re: [PATCH v4 02/21] dt-bindings: power: mediatek: Add MT8189 power domain definitions

From: Krzysztof Kozlowski

Date: Fri Dec 19 2025 - 02:36:30 EST


On Mon, Dec 15, 2025 at 11:49:11AM +0800, irving.ch.lin wrote:
> From: Irving-CH Lin <irving-ch.lin@xxxxxxxxxxxx>
>
> Add device tree bindings for the power domains of MediaTek MT8189 SoC.
>
> Signed-off-by: Irving-CH Lin <irving-ch.lin@xxxxxxxxxxxx>
> ---
> .../power/mediatek,power-controller.yaml | 1 +
> .../dt-bindings/power/mediatek,mt8189-power.h | 38 +++++++++++++++++++
> 2 files changed, 39 insertions(+)
> create mode 100644 include/dt-bindings/power/mediatek,mt8189-power.h

You did not cc maintainer of the binding, so either it's fake entry or
you forgot to use tools.

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC (and consider --no-git-fallback argument, so you will
not CC people just because they made one commit years ago). It might
happen, that command when run on an older kernel, gives you outdated
entries. Therefore please be sure you base your patches on recent Linux
kernel.

Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about 'b4 prep --auto-to-cc' if you added new
patches to the patchset.

Best regards,
Krzysztof