[PATCH] dt-bindings: mfd: syscon: Allow syscon compatible for mediatek,mt7981-topmisc

AngeloGioacchino Del Regno posted 1 patch 1 month ago
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: mfd: syscon: Allow syscon compatible for mediatek,mt7981-topmisc
Posted by AngeloGioacchino Del Regno 1 month ago
Commit a95419ff9f21 ("dt-bindings: mfd: syscon: Add mt7981-topmisc")
added the mediatek,mt7981-topmisc compatible to the `select` block
which is used only for compatibility with older dtschema, but did
not add it in the actual block allowing to specify the "syscon"
fallback compatible, which is required for such node to do anything
meaningful in the end.

Add the mediatek,mt7981-topmisc compatible in the right list to
allow specifing compatible = "mediatek,mt7981-topmisc", "syscon"
in the relevant devicetree node.

Fixes: a95419ff9f21 ("dt-bindings: mfd: syscon: Add mt7981-topmisc")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 55efb83b1495..fa023959e791 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -195,6 +195,7 @@ properties:
               - mediatek,mt2701-pctl-a-syscfg
               - mediatek,mt2712-pctl-a-syscfg
               - mediatek,mt6397-pctl-pmic-syscfg
+              - mediatek,mt7981-topmisc
               - mediatek,mt7988-topmisc
               - mediatek,mt8135-pctl-a-syscfg
               - mediatek,mt8135-pctl-b-syscfg
-- 
2.52.0
Re: (subset) [PATCH] dt-bindings: mfd: syscon: Allow syscon compatible for mediatek,mt7981-topmisc
Posted by Lee Jones 3 weeks, 6 days ago
On Fri, 09 Jan 2026 12:43:56 +0100, AngeloGioacchino Del Regno wrote:
> Commit a95419ff9f21 ("dt-bindings: mfd: syscon: Add mt7981-topmisc")
> added the mediatek,mt7981-topmisc compatible to the `select` block
> which is used only for compatibility with older dtschema, but did
> not add it in the actual block allowing to specify the "syscon"
> fallback compatible, which is required for such node to do anything
> meaningful in the end.
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: mfd: syscon: Allow syscon compatible for mediatek,mt7981-topmisc
      commit: a4d1081e82d588bd549284ad5321c018c86e6935

--
Lee Jones [李琼斯]

Re: [PATCH] dt-bindings: mfd: syscon: Allow syscon compatible for mediatek,mt7981-topmisc
Posted by Krzysztof Kozlowski 4 weeks, 1 day ago
On Fri, Jan 09, 2026 at 12:43:56PM +0100, AngeloGioacchino Del Regno wrote:
> Commit a95419ff9f21 ("dt-bindings: mfd: syscon: Add mt7981-topmisc")
> added the mediatek,mt7981-topmisc compatible to the `select` block
> which is used only for compatibility with older dtschema, but did
> not add it in the actual block allowing to specify the "syscon"
> fallback compatible, which is required for such node to do anything
> meaningful in the end.
> 
> Add the mediatek,mt7981-topmisc compatible in the right list to
> allow specifing compatible = "mediatek,mt7981-topmisc", "syscon"
> in the relevant devicetree node.
> 
> Fixes: a95419ff9f21 ("dt-bindings: mfd: syscon: Add mt7981-topmisc")

I don't think original work was tested anyhow on DTS because it should
report unmatched device nodes...

Thanks for fixing this.


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof