]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commit37cd1fbfaf3bb12f3c1b9e0311d63590a18d4ab1
treee59db4b1b1544874b9a9bce3259a8fdd52795bfb
parented85a109e33fe3c28d642dca6a9f727307746ecc
arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node

[ 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