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 /arch/arm/boot | |
parent | b61753a4c44eb372078e5e719686c383f91834b2 (diff) | |
download | linux-stable-7e2a9035c1dbc4632f1897a8fe580fc90f33c013.tar.gz linux-stable-7e2a9035c1dbc4632f1897a8fe580fc90f33c013.tar.bz2 linux-stable-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 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/rk1108.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk1108.dtsi b/arch/arm/boot/dts/rk1108.dtsi index d6194bff7afe..4867342b88d4 100644 --- a/arch/arm/boot/dts/rk1108.dtsi +++ b/arch/arm/boot/dts/rk1108.dtsi @@ -41,7 +41,7 @@ #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/arm-gic.h> -#include <dt-bindings/clock/rk1108-cru.h> +#include <dt-bindings/clock/rv1108-cru.h> #include <dt-bindings/pinctrl/rockchip.h> / { #address-cells = <1>; |