]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: keystone: Enable TISCI clocks if K3_ARCH
authorNishanth Menon <nm@ti.com>
Tue, 28 Aug 2018 00:50:56 +0000 (19:50 -0500)
committerStephen Boyd <sboyd@kernel.org>
Tue, 2 Oct 2018 19:55:15 +0000 (12:55 -0700)
K3_ARCH uses TISCI for clocks as well. Enable the same
for the driver support.

Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Makefile
drivers/clk/keystone/Kconfig

index a84c5573cabeae1ede83c2e597e8d310bc98d307..ed344eb717cc440dd1c5cbbd2c4daccba3e7691e 100644 (file)
@@ -73,6 +73,7 @@ obj-$(CONFIG_ARCH_HISI)                       += hisilicon/
 obj-y                                  += imgtec/
 obj-$(CONFIG_ARCH_MXC)                 += imx/
 obj-$(CONFIG_MACH_INGENIC)             += ingenic/
+obj-$(CONFIG_ARCH_K3)                  += keystone/
 obj-$(CONFIG_ARCH_KEYSTONE)            += keystone/
 obj-$(CONFIG_MACH_LOONGSON32)          += loongson1/
 obj-y                                  += mediatek/
index 7e9f0176578a6d09e2170105943d0c6505602f69..b04927d06cd1033924483ff33318d1e82f439f98 100644 (file)
@@ -7,7 +7,7 @@ config COMMON_CLK_KEYSTONE
 
 config TI_SCI_CLK
        tristate "TI System Control Interface clock drivers"
-       depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF
+       depends on (ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST) && OF
        depends on TI_SCI_PROTOCOL
        default ARCH_KEYSTONE
        ---help---