diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-02-05 12:05:00 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-02-06 01:05:04 +0100 |
commit | 686458aa752362f86d881d7fa4576c9f175b2d9b (patch) | |
tree | 52238c75805305d269d533f6a375f76baee9097a /include/dt-bindings/clock | |
parent | fabb841c5b16721298cfe649b569a4fa40af28a6 (diff) | |
download | linux-686458aa752362f86d881d7fa4576c9f175b2d9b.tar.bz2 |
clk: rockchip: add clock id for SCLK_VIP_OUT on rk3368
Needed to provide clocks for cameras.
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210205110502.1850669-3-heiko@sntech.de
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/rk3368-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h index f89683295935..83c72a163fd3 100644 --- a/include/dt-bindings/clock/rk3368-cru.h +++ b/include/dt-bindings/clock/rk3368-cru.h @@ -78,6 +78,7 @@ #define SCLK_TIMER13 136 #define SCLK_TIMER14 137 #define SCLK_TIMER15 138 +#define SCLK_VIP_OUT 139 #define DCLK_VOP 190 #define MCLK_CRYPTO 191 |