Skip to content

Commit 6b4f309

Browse files
macpaul-lin-mtkgregkh
authored andcommitted
arm64: dts: mediatek: mt6358: fix dtbs_check error
[ Upstream commit 76ab2ae ] Fix DTBS check errors for 'mt6358codec' and 'mt6358regulator': Error message is: pmic: 'mt6358codec' and 'mt6358regulator' does not match any of the regexes: 'pinctrl-[0-9]+'. Rename these two device node to generic 'audio-codec' and 'regulators'. Fixes: 9f88722 ("arm64: dts: mt6358: add PMIC MT6358 related nodes") Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com> Link: https://lore.kernel.org/r/20241029064647.13370-1-macpaul.lin@mediatek.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent a519bc0 commit 6b4f309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt6358.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
#io-channel-cells = <1>;
1616
};
1717

18-
mt6358codec: mt6358codec {
18+
mt6358codec: audio-codec {
1919
compatible = "mediatek,mt6358-sound";
2020
mediatek,dmic-mode = <0>; /* two-wires */
2121
};
2222

23-
mt6358regulator: mt6358regulator {
23+
mt6358regulator: regulators {
2424
compatible = "mediatek,mt6358-regulator";
2525

2626
mt6358_vdram1_reg: buck_vdram1 {

0 commit comments

Comments
 (0)