All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings
@ 2022-05-01  3:38 Samuel Holland
  2022-05-01  3:38 ` [PATCH 2/2] clk: sunxi: Add support for the D1 CCU Samuel Holland
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Samuel Holland @ 2022-05-01  3:38 UTC (permalink / raw)
  To: u-boot, Jagan Teki, Andre Przywara
  Cc: Samuel Holland, Lukasz Majewski, Sean Anderson

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>
---

 drivers/clk/sunxi/clk_sun6i_rtc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/sunxi/clk_sun6i_rtc.c b/drivers/clk/sunxi/clk_sun6i_rtc.c
index 0c280d221b..697b187a82 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" },
 	{ }
 };
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-27  0:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01  3:38 [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings Samuel Holland
2022-05-01  3:38 ` [PATCH 2/2] clk: sunxi: Add support for the D1 CCU Samuel Holland
2022-05-04 20:23   ` Andre Przywara
2022-06-11 15:44   ` Sean Anderson
2022-05-04 19:46 ` [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings Andre Przywara
2022-06-27  0:11 ` Andre Przywara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.