mirror of
https://github.com/torvalds/linux
synced 2026-07-22 10:10:47 +09:00
rtc: aspeed: add AST2700 compatible
Add support for matching the RTC controller on ASPEED AST2700 SoCs. The AST2700 RTC controller is compatible with the existing ASPEED RTC driver implementation. Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com> Link: https://patch.msgid.link/20260601-ast2700-rtc-v1-2-15d4ca46500a@aspeedtech.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
5e7f746bc1
commit
3319cfeeb8
@@ -111,6 +111,7 @@ static const struct of_device_id aspeed_rtc_match[] = {
|
||||
{ .compatible = "aspeed,ast2400-rtc", },
|
||||
{ .compatible = "aspeed,ast2500-rtc", },
|
||||
{ .compatible = "aspeed,ast2600-rtc", },
|
||||
{ .compatible = "aspeed,ast2700-rtc", },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, aspeed_rtc_match);
|
||||
|
||||
Reference in New Issue
Block a user