diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-03-17 18:18:38 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-03-22 18:03:04 +0100 |
commit | 7e2a9035c1dbc4632f1897a8fe580fc90f33c013 (patch) | |
tree | 3b7e7bef0aaeaa410e639549be11e7078f687f78 /drivers/clk/rockchip/Makefile | |
parent | b61753a4c44eb372078e5e719686c383f91834b2 (diff) |
clk: rockchip: rename RK1108 to RV1108
Rockchip finally named the SOC as RV1108, so change it.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
[include rename in rk1108.dtsi to prevent compile errors]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/Makefile')
-rw-r--r-- | drivers/clk/rockchip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile index 141971488f40..26b220c988b2 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -12,7 +12,7 @@ obj-y += clk-muxgrf.o obj-y += clk-ddr.o obj-$(CONFIG_RESET_CONTROLLER) += softrst.o -obj-y += clk-rk1108.o +obj-y += clk-rv1108.o obj-y += clk-rk3036.o obj-y += clk-rk3188.o obj-y += clk-rk3228.o |