u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Vyacheslav Bocharov" <adeep@lexina.in>
To: Neil Armstrong <narmstrong@baylibre.com>,
	Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io
Subject: [PATCH 2/5] clk: meson: fix driver name for g12a-ao clocks
Date: Wed, 20 Apr 2022 20:54:59 +0300	[thread overview]
Message-ID: <20220420175502.2449249-3-adeep@lexina.in> (raw)
In-Reply-To: <20220420175502.2449249-1-adeep@lexina.in>

Update the clk-g12a-ao driver from "axg" to "g12a"

Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
---
 drivers/clk/meson/g12a-ao.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-ao.c
index 0148529e04..17b11eb52a 100644
--- a/drivers/clk/meson/g12a-ao.c
+++ b/drivers/clk/meson/g12a-ao.c
@@ -73,7 +73,7 @@ static const struct udevice_id meson_clk_ids[] = {
 	{ }
 };
 
-U_BOOT_DRIVER(meson_clk_axg) = {
+U_BOOT_DRIVER(meson_clk_g12a_ao) = {
 	.name		= "meson_clk_g12a_ao",
 	.id		= UCLASS_CLK,
 	.of_match	= meson_clk_ids,
-- 
2.30.2


  parent reply	other threads:[~2022-04-20 17:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 17:54 [PATCH 0/5] meson: add clk and adc support for JetHub D1 (j100) Vyacheslav Bocharov
2022-04-20 17:54 ` [PATCH 1/5] clk: meson: add minimal driver for axg-ao clocks Vyacheslav Bocharov
     [not found]   ` <2cfa21b7-5ace-422e-f0ad-8b5c322a65b6@gmail.com>
2022-04-21  5:57     ` Vyacheslav Bocharov
2022-04-20 17:54 ` Vyacheslav Bocharov [this message]
2022-04-20 17:55 ` [PATCH 3/5] adc: meson-saradc: add AXG variant Vyacheslav Bocharov
2022-04-20 17:55 ` [PATCH 4/5] board: amlogic: jethub j100: enable saradc in dts Vyacheslav Bocharov
2022-04-20 17:55 ` [PATCH 5/5] board: amlogic: jethub j100: enable saradc in config Vyacheslav Bocharov

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=20220420175502.2449249-3-adeep@lexina.in \
    --to=adeep@lexina.in \
    --cc=lukma@denx.de \
    --cc=narmstrong@baylibre.com \
    --cc=seanga2@gmail.com \
    --cc=u-boot-amlogic@groups.io \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).