clk: sunxi: Add additional RTC compatible strings
authorSamuel Holland <samuel@sholland.org>
Sun, 1 May 2022 03:38:36 +0000 (22:38 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 26 Jun 2022 10:22:53 +0000 (11:22 +0100)
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>
drivers/clk/sunxi/clk_sun6i_rtc.c

index 0c280d2..697b187 100644 (file)
@@ -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" },
        { }
 };