]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: dts: mt8195: Fix dtbs_check error for mutex node
authorMacpaul Lin <macpaul.lin@mediatek.com>
Wed, 2 Oct 2024 05:16:19 +0000 (13:16 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 2 Oct 2024 09:14:28 +0000 (11:14 +0200)
commit0fc557b539a1e11bdc5053a308b12d84ea754786
tree0ab5a12aa754129e2370709813df997f7b6dc9c8
parent752804acea010959bb3a00c65acdf78086a8474c
arm64: dts: mt8195: Fix dtbs_check error for mutex node

The mutex node in mt8195.dtsi was triggering a dtbs_check error:
  mutex@1c101000: 'clock-names', 'reg-names' do not match any of the
                  regexes: 'pinctrl-[0-9]+'

This seems no need by inspecting the DT schemas and other reference boards,
so drop 'clock-names' and 'reg-names' in mt8195.dtsi.

Fixes: 92d2c23dc269 ("arm64: dts: mt8195: add display node for vdosys1")
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-4-macpaul.lin@mediatek.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8195.dtsi