Re: (subset) [PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node

2024-10-02 Thread AngeloGioacchino Del Regno
On Wed, 02 Oct 2024 13:16:16 +0800, Macpaul Lin wrote: > 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

[PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node

2024-10-01 Thread Macpaul Lin
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.