mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec
This change fixes these dtbs_check errors for audio-codec:
1. pmic: 'mt6359codec' does not match any of the regexes: 'pinctrl-[0-9]+'
- Replace device node name to generic 'audio-codec'
2. pmic: regulators: 'compatible' is a required property
- Add 'mediatek,mt6359-codec' to compatible.
Fixes: 3b7d143be4
("arm64: dts: mt6359: add PMIC MT6359 related nodes")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250217113736.1867808-1-macpaul.lin@mediatek.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
9767801cb7
commit
76b35f59bb
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
mt6359codec: mt6359codec {
|
||||
mt6359codec: audio-codec {
|
||||
compatible = "mediatek,mt6359-codec";
|
||||
};
|
||||
|
||||
regulators {
|
||||
|
|
Loading…
Add table
Reference in a new issue