clk: rockchip: Rename CLK_RV110X to CLK_RV1108

Now RV1103/6 is coming, the original CLK_RV110X is for
RV1107/8, to avoid been mis-understood, so, make this
change.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Id27803b6b2863f6949ddebb9c285c21ad1ca32ef
This commit is contained in:
Sugar Zhang
2022-01-24 16:11:34 +08:00
committed by Tao Huang
parent 5104b0274b
commit 6783f7920e
2 changed files with 4 additions and 4 deletions

View File

@@ -16,12 +16,12 @@ config CLK_PX30
help
Build the driver for PX30 Clock Driver.
config CLK_RV110X
tristate "Rockchip RV110x clock controller support"
config CLK_RV1108
tristate "Rockchip RV1108 clock controller support"
depends on ARM || COMPILE_TEST
default y
help
Build the driver for RV110x Clock Driver.
Build the driver for RV1108 Clock Driver.
config CLK_RV1126
tristate "Rockchip RV1126 clock controller support"

View File

@@ -21,7 +21,7 @@ clk-rockchip-$(CONFIG_RESET_CONTROLLER) += softrst.o
obj-$(CONFIG_ROCKCHIP_CLK_LINK) += clk-link.o
obj-$(CONFIG_CLK_PX30) += clk-px30.o
obj-$(CONFIG_CLK_RV110X) += clk-rv1108.o
obj-$(CONFIG_CLK_RV1108) += clk-rv1108.o
obj-$(CONFIG_CLK_RV1126) += clk-rv1126.o
obj-$(CONFIG_CLK_RK1808) += clk-rk1808.o
obj-$(CONFIG_CLK_RK3036) += clk-rk3036.o