diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-04-20 19:06:49 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-25 22:47:06 +0200 |
commit | 003e6eb71ed3c884d55443cdb95b909374ade7bc (patch) | |
tree | eaf09048646a89498144561e6ed2b0e7ab6bd6c9 /include/dt-bindings | |
parent | f73b5042b9a9c45477246acd478bf49487197a31 (diff) | |
download | linux-003e6eb71ed3c884d55443cdb95b909374ade7bc.tar.bz2 |
clk: rockchip: rename rga clock-id on rk3399
The rga clock supplying the working clock on the rk3399 is actually
called rga-core in the manual. As the clock id has neither been
assigned nor released with a full kernel release, we can still change
the id to the more appropriate naming.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3399-cru.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 3370bde7fa38..91852ee13801 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -72,7 +72,7 @@ #define SCLK_MACREF_OUT 106 #define SCLK_VOP0_PWM 107 #define SCLK_VOP1_PWM 108 -#define SCLK_RGA 109 +#define SCLK_RGA_CORE 109 #define SCLK_ISP0 110 #define SCLK_ISP1 111 #define SCLK_HDMI_CEC 112 |