diff options
author | Huang Lin <hl@rock-chips.com> | 2014-12-18 16:13:45 -0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-01-12 21:39:38 +0100 |
commit | 19da34b40e779992442e66d42f3e9bcbfc1c5874 (patch) | |
tree | f155d137d6857ef5ac08b1008ed366380ca8e743 /include/dt-bindings | |
parent | 19ce828cbc08003ec35076f704f258bbecb1f721 (diff) | |
download | linux-19da34b40e779992442e66d42f3e9bcbfc1c5874.tar.gz linux-19da34b40e779992442e66d42f3e9bcbfc1c5874.tar.bz2 linux-19da34b40e779992442e66d42f3e9bcbfc1c5874.zip |
clk: rockchip: add clock IDs for the PVTM clocks
Process-Voltage-Temperature Monitor has two clocks, PVTM_CORE and
PVTM_GPU.
Signed-off-by: Huang Lin <hl@rock-chips.com>
Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3288-cru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index d6b59aeed553..69baf6e9b0fe 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -81,6 +81,8 @@ #define SCLK_SDIO1_SAMPLE 120 #define SCLK_EMMC_SAMPLE 121 #define SCLK_USBPHY480M_SRC 122 +#define SCLK_PVTM_CORE 123 +#define SCLK_PVTM_GPU 124 #define DCLK_VOP0 190 #define DCLK_VOP1 191 |