aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 00:06:32 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:58:04 +0530
commitd09f063a04bea982ef554105f73bfbaf56dc5ab4 (patch)
treefbe7aef720e4854011a1597286de3f51e491462d /drivers/clk/Kconfig
parent2983ad55a13e9afcdf1a3d8f55eea038c0a0e8a3 (diff)
downloadu-boot-d09f063a04bea982ef554105f73bfbaf56dc5ab4.zip
u-boot-d09f063a04bea982ef554105f73bfbaf56dc5ab4.tar.gz
u-boot-d09f063a04bea982ef554105f73bfbaf56dc5ab4.tar.bz2
clk: ti: add mux clock driver
The driver manages a register-mapped multiplexer with multiple input clock signals or parents, one of which can be selected as output. It uses routines provided by the common clock framework (ccf). The code is based on the drivers/clk/ti/mux.c driver of the Linux kernel version 5.9-rc7. For DT binding details see: - Documentation/devicetree/bindings/clock/ti/mux.txt Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 4dfbad7..9e54929 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -179,6 +179,7 @@ source "drivers/clk/renesas/Kconfig"
source "drivers/clk/sunxi/Kconfig"
source "drivers/clk/sifive/Kconfig"
source "drivers/clk/tegra/Kconfig"
+source "drivers/clk/ti/Kconfig"
source "drivers/clk/uniphier/Kconfig"
config ICS8N3QV01