]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:52:57 +0000 (13:52 +0100)
[ Upstream commit c14ab45f5d458073248ddc62d31045d5d616806f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index 30903d468e99f5a22035fc182df8d5c4c4647af9..e56b23995c7bf09f060c2c4be60e1a1191a93579 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>;