[PATCH 8/9] rtc: mt6397: add compatible for MT6392 PMIC

Val Packett posted 9 patches 1 year, 1 month ago
[PATCH 8/9] rtc: mt6397: add compatible for MT6392 PMIC
Posted by Val Packett 1 year, 1 month ago
Add a compatible, using the same data as the MT6397.

Signed-off-by: Val Packett <val@packett.cool>
---
 drivers/rtc/rtc-mt6397.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/rtc-mt6397.c b/drivers/rtc/rtc-mt6397.c
index 152699219a2b9..6fe5bff6cf442 100644
--- a/drivers/rtc/rtc-mt6397.c
+++ b/drivers/rtc/rtc-mt6397.c
@@ -333,6 +333,7 @@ static const struct mtk_rtc_data mt6397_rtc_data = {
 static const struct of_device_id mt6397_rtc_of_match[] = {
 	{ .compatible = "mediatek,mt6323-rtc", .data = &mt6397_rtc_data },
 	{ .compatible = "mediatek,mt6358-rtc", .data = &mt6358_rtc_data },
+	{ .compatible = "mediatek,mt6392-rtc", .data = &mt6397_rtc_data },
 	{ .compatible = "mediatek,mt6397-rtc", .data = &mt6397_rtc_data },
 	{ }
 };
-- 
2.47.1
Re: [PATCH 8/9] rtc: mt6397: add compatible for MT6392 PMIC
Posted by AngeloGioacchino Del Regno 1 year, 1 month ago
Il 26/12/24 05:58, Val Packett ha scritto:
> Add a compatible, using the same data as the MT6397.
> 
> Signed-off-by: Val Packett <val@packett.cool>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>