diff options
author | Paweł Jarosz <paweljarosz3691@gmail.com> | 2016-01-19 13:09:19 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-01-26 01:07:26 +0100 |
commit | b682572fc55edd4efcba8b8f29ac057b27980963 (patch) | |
tree | 6bf06506e112f57fa660e65de386a284d4bcc56c /include/dt-bindings | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-b682572fc55edd4efcba8b8f29ac057b27980963.tar.bz2 |
clk: rockchip: Add new id for rk3066 tsadc clock
This patch adds new id for the sclk supplying the tsadc on rk3066 socs.
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3188-cru-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index 8df77a7c030b..4f53e70f68ee 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h @@ -55,6 +55,7 @@ #define SCLK_TIMER6 90 #define SCLK_JTAG 91 #define SCLK_SMC 92 +#define SCLK_TSADC 93 #define DCLK_LCDC0 190 #define DCLK_LCDC1 191 |