diff options
author | Fabien Parent <[email protected]> | 2024-02-26 15:01:51 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-02-29 17:44:49 +0000 |
commit | 79d98102a31ab777b4a6632d799ab2bc63654cf8 (patch) | |
tree | a49189e95306b21c5b24e1b995025ee878155df3 | |
parent | e9f06bd428d3f07c8d26506ed35d9f8bb836950b (diff) |
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]>
-rw-r--r-- | drivers/mfd/mt6397-core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c index 4449dde05021..4fd4a2da5ad7 100644 --- a/drivers/mfd/mt6397-core.c +++ b/drivers/mfd/mt6397-core.c @@ -142,6 +142,9 @@ static const struct mfd_cell mt6357_devs[] = { .resources = mt6357_rtc_resources, .of_compatible = "mediatek,mt6357-rtc", }, { + .name = "mt6357-sound", + .of_compatible = "mediatek,mt6357-sound" + }, { .name = "mtk-pmic-keys", .num_resources = ARRAY_SIZE(mt6357_keys_resources), .resources = mt6357_keys_resources, |