]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
authorMacpaul Lin <macpaul.lin@mediatek.com>
Wed, 2 Oct 2024 05:16:16 +0000 (13:16 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 2 Oct 2024 09:15:29 +0000 (11:15 +0200)
The infracfg_ao node in mt8195.dtsi was causing a dtbs_check error.
The error message was:

syscon@10001000: compatible: ['mediatek,mt8195-infracfg_ao', 'syscon',
                 'simple-mfd'] is too long

To resolve this, remove 'simple-mfd' from the 'compatible' property of the
infracfg_ao node.

Fixes: 37f2582883be ("arm64: dts: Add mediatek SoC mt8195 and evaluation board")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20241002051620.2050-1-macpaul.lin@mediatek.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index 3a2ba8aac66bb053434be9a99ddb4038f6af11b1..ade685ed2190b7339d5daad55ce81c092bd7b39e 100644 (file)
                };
 
                infracfg_ao: syscon@10001000 {
-                       compatible = "mediatek,mt8195-infracfg_ao", "syscon", "simple-mfd";
+                       compatible = "mediatek,mt8195-infracfg_ao", "syscon";
                        reg = <0 0x10001000 0 0x1000>;
                        #clock-cells = <1>;
                        #reset-cells = <1>;