diff options
author | Chris Zhong <zyw@rock-chips.com> | 2015-11-26 15:50:15 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-11-26 11:13:32 +0100 |
commit | c6d49fbcfcc44264c31f93866c9a713491e4a5fe (patch) | |
tree | e11eab4554dd71f2beffb39d655726e83bbc1f92 /include/dt-bindings | |
parent | 8b0d55e962137bf92f9342ec78e1d8e5fd1c03be (diff) |
clk: rockchip: add id for mipidsi sclk on rk3288
Adds a new id for the sclk supplying the mipidsi on rk3288 socs.
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3288-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index 9e0a5e9acee9..be88eaf6b053 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -87,6 +87,7 @@ #define SCLK_PVTM_CORE 123 #define SCLK_PVTM_GPU 124 #define SCLK_CRYPTO 125 +#define SCLK_MIPIDSI_24M 126 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152 |