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 /include | |
parent | b61753a4c44eb372078e5e719686c383f91834b2 (diff) | |
download | linux-7e2a9035c1dbc4632f1897a8fe580fc90f33c013.tar.gz linux-7e2a9035c1dbc4632f1897a8fe580fc90f33c013.tar.bz2 linux-7e2a9035c1dbc4632f1897a8fe580fc90f33c013.zip |
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 'include')
-rw-r--r-- | include/dt-bindings/clock/rv1108-cru.h (renamed from include/dt-bindings/clock/rk1108-cru.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/rk1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h index 9350a5527a36..ae26f8105914 100644 --- a/include/dt-bindings/clock/rk1108-cru.h +++ b/include/dt-bindings/clock/rv1108-cru.h @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK1108_H -#define _DT_BINDINGS_CLK_ROCKCHIP_RK1108_H +#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RV1108_H +#define _DT_BINDINGS_CLK_ROCKCHIP_RV1108_H /* pll id */ #define PLL_APLL 0 @@ -266,4 +266,4 @@ #define ARST_DSP_EDP_PERF 184 #define ARST_DSP_EPP_PERF 185 -#endif /* _DT_BINDINGS_CLK_ROCKCHIP_RK1108_H */ +#endif /* _DT_BINDINGS_CLK_ROCKCHIP_RV1108_H */ |