u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Cc: Simon Glass <sjg@chromium.org>, Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>,
	Dirk Eibach <dirk.eibach@gdsys.cc>
Subject: [PATCH 3/3] clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01
Date: Wed, 15 Dec 2021 11:36:20 -0500	[thread overview]
Message-ID: <20211215163620.2770126-4-seanga2@gmail.com> (raw)
In-Reply-To: <20211215163620.2770126-1-seanga2@gmail.com>

This driver was missing a clock prefix. Add one.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

 configs/gazerbeam_defconfig | 2 +-
 drivers/clk/Kconfig         | 2 +-
 drivers/clk/Makefile        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/gazerbeam_defconfig b/configs/gazerbeam_defconfig
index 8232340023..4fff84ced9 100644
--- a/configs/gazerbeam_defconfig
+++ b/configs/gazerbeam_defconfig
@@ -155,7 +155,7 @@ CONFIG_REGMAP=y
 CONFIG_AXI=y
 CONFIG_IHS_AXI=y
 CONFIG_CLK=y
-CONFIG_ICS8N3QV01=y
+CONFIG_CLK_ICS8N3QV01=y
 CONFIG_CPU=y
 CONFIG_CPU_MPC83XX=y
 CONFIG_DM_PCA953X=y
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 2cd03c2515..6dc271f71b 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -80,7 +80,7 @@ config CLK_CDCE9XX
 	   Enable the clock synthesizer driver for CDCE913/925/937/949
 	   series of chips.
 
-config ICS8N3QV01
+config CLK_ICS8N3QV01
 	bool "Enable ICS8N3QV01 VCXO driver"
 	depends on CLK
 	help
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index cf559ff759..f922a7c323 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -47,7 +47,7 @@ obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk_vexpress_osc.o
 obj-$(CONFIG_CLK_XLNX_CLKWZRD) += clk-xlnx-clock-wizard.o
 obj-$(CONFIG_CLK_ZYNQ) += clk_zynq.o
 obj-$(CONFIG_CLK_ZYNQMP) += clk_zynqmp.o
-obj-$(CONFIG_ICS8N3QV01) += ics8n3qv01.o
+obj-$(CONFIG_CLK_ICS8N3QV01) += ics8n3qv01.o
 obj-$(CONFIG_MACH_PIC32) += clk_pic32.o
 obj-$(CONFIG_SANDBOX_CLK_CCF) += clk_sandbox_ccf.o
 obj-$(CONFIG_SANDBOX) += clk_sandbox.o
-- 
2.33.0


  parent reply	other threads:[~2021-12-15 16:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 16:36 [PATCH 0/3] clk: Some build infrastructure cleanups Sean Anderson
2021-12-15 16:36 ` [PATCH 1/3] clk: Alphabetize Makefile Sean Anderson
2021-12-15 16:36 ` [PATCH 2/3] clk: Alphabetize Kconfig Sean Anderson
2021-12-15 16:36 ` Sean Anderson [this message]
2022-01-15 20:40 ` [PATCH 0/3] clk: Some build infrastructure cleanups Sean Anderson

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=20211215163620.2770126-4-seanga2@gmail.com \
    --to=seanga2@gmail.com \
    --cc=dirk.eibach@gdsys.cc \
    --cc=lukma@denx.de \
    --cc=sjg@chromium.org \
    --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 NNTP newsgroup(s).