Skip to content

Commit 79d9810

Browse files
Fabolag-linaro
authored andcommitted
mfd: mt6397-core: Register mt6357 sound codec
Add MT6357 codec entry in the MFD driver. Signed-off-by: Fabien Parent <[email protected]> Signed-off-by: Alexandre Mergnat <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent e9f06bd commit 79d9810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/mfd/mt6397-core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ static const struct mfd_cell mt6357_devs[] = {
141141
.num_resources = ARRAY_SIZE(mt6357_rtc_resources),
142142
.resources = mt6357_rtc_resources,
143143
.of_compatible = "mediatek,mt6357-rtc",
144+
}, {
145+
.name = "mt6357-sound",
146+
.of_compatible = "mediatek,mt6357-sound"
144147
}, {
145148
.name = "mtk-pmic-keys",
146149
.num_resources = ARRAY_SIZE(mt6357_keys_resources),

0 commit comments

Comments
 (0)