diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2025-05-01 18:09:36 +0300 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2025-05-02 04:31:36 +0300 |
commit | 67dd139c917aa4773139807e9258c3aa88ac1436 (patch) | |
tree | d7d761b6ea7d658dab0a084ac5eef09529c9ae5f | |
parent | 3346f751dfc9af942255f708160e69f81a9445ec (diff) | |
download | linux-67dd139c917aa4773139807e9258c3aa88ac1436.tar.xz |
psci: MAINTAINERS: Include DT binding in the entry
Updates to PSCI Devicetree binding seems to be not picked up from the
mailing list, probably because actual maintainers are not CC-ed. Add
the binding to the PCSI maintainers entry.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250501150934.77317-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5977a3e17cc6..63e804277519 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19251,6 +19251,7 @@ M: Mark Rutland <mark.rutland@arm.com> M: Lorenzo Pieralisi <lpieralisi@kernel.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained +F: Documentation/devicetree/bindings/arm/psci.yaml F: drivers/firmware/psci/ F: include/linux/psci.h F: include/uapi/linux/psci.h |