From: Andre Przywara <andre.przywara@arm.com>
To: Samuel Holland <samuel@sholland.org>
Cc: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>
Subject: Re: [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings
Date: Wed, 4 May 2022 20:46:45 +0100 [thread overview]
Message-ID: <20220504204645.6997483d@slackpad.lan> (raw)
In-Reply-To: <20220501033837.9155-1-samuel@sholland.org>
On Sat, 30 Apr 2022 22:38:36 -0500
Samuel Holland <samuel@sholland.org> wrote:
> 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>
Given the trivial implementation of this clock ;-) ...
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
> ---
>
> 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" },
> { }
> };
>
next prev parent reply other threads:[~2022-05-05 0:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Andre Przywara [this message]
2022-06-27 0:11 ` [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings Andre Przywara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220504204645.6997483d@slackpad.lan \
--to=andre.przywara@arm.com \
--cc=jagan@amarulasolutions.com \
--cc=lukma@denx.de \
--cc=samuel@sholland.org \
--cc=seanga2@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox