diff options
author | Samuel Holland <samuel@sholland.org> | 2022-04-30 22:38:36 -0500 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-06-26 11:22:53 +0100 |
commit | 33112ae0214ed6b260fc982329d02253eab3e35d (patch) | |
tree | 36ec40f2074bac6254a14657c46b522dd95973f9 | |
parent | 957a3b982082627ac474fd1c88a5cfc0a28543ae (diff) |
clk: sunxi: Add additional RTC compatible strings
Compatible strings for some new RTC hardware variants were added to
the binding. Add them to the driver in preparation for supporting
those new SoCs.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r-- | drivers/clk/sunxi/clk_sun6i_rtc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/clk_sun6i_rtc.c b/drivers/clk/sunxi/clk_sun6i_rtc.c index 0c280d221ba..697b187a823 100644 --- a/drivers/clk/sunxi/clk_sun6i_rtc.c +++ b/drivers/clk/sunxi/clk_sun6i_rtc.c @@ -24,6 +24,8 @@ static const struct udevice_id sun6i_rtc_ids[] = { { .compatible = "allwinner,sun8i-v3-rtc" }, { .compatible = "allwinner,sun50i-h5-rtc" }, { .compatible = "allwinner,sun50i-h6-rtc" }, + { .compatible = "allwinner,sun50i-h616-rtc" }, + { .compatible = "allwinner,sun50i-r329-rtc" }, { } }; |