Re: [PATCH 1/6] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node

From: AngeloGioacchino Del Regno
Date: Tue Sep 24 2024 - 07:37:54 EST


Il 24/09/24 12:31, Macpaul Lin ha scritto:
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@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>