[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240412080238.134191-4-wefu@redhat.com>
Date: Fri, 12 Apr 2024 16:01:45 +0800
From: wefu@...hat.com
To: jszhang@...nel.org,
alexandre.belloni@...tlin.com,
robh@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
guoren@...nel.org,
paul.walmsley@...ive.com,
palmer@...belt.com,
aou@...s.berkeley.edu
Cc: linux-riscv@...ts.infradead.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-rtc@...r.kernel.org,
Wei Fu <wefu@...hat.com>
Subject: [PATCH 3/5] drivers/rtc/rtc-xgene: Add "snps,dw-apb-rtc" into the "compatible"
From: Wei Fu <wefu@...hat.com>
This patch add "snps,dw-apb-rtc" into the "compatible".
Signed-off-by: Wei Fu <wefu@...hat.com>
---
drivers/rtc/rtc-xgene.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/rtc-xgene.c b/drivers/rtc/rtc-xgene.c
index 4d6f1629b973..5163682f9816 100644
--- a/drivers/rtc/rtc-xgene.c
+++ b/drivers/rtc/rtc-xgene.c
@@ -287,6 +287,7 @@ static SIMPLE_DEV_PM_OPS(xgene_rtc_pm_ops, xgene_rtc_suspend, xgene_rtc_resume);
#ifdef CONFIG_OF
static const struct of_device_id xgene_rtc_of_match[] = {
{.compatible = "apm,xgene-rtc" },
+ {.compatible = "snps,dw-apb-rtc" },
{ }
};
MODULE_DEVICE_TABLE(of, xgene_rtc_of_match);
--
2.44.0
Powered by blists - more mailing lists