aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/rk3228-cru.h
diff options
context:
space:
mode:
authorCaesar Wang <wxt@rock-chips.com>2016-02-15 02:33:26 -0500
committerHeiko Stuebner <heiko@sntech.de>2016-02-25 19:50:51 -0500
commit3629e70b8c78ec7a40d5c4fd1356b9dc1937d326 (patch)
treeb839db60a461113d86f34387fcdce9f52b5b655d /include/dt-bindings/clock/rk3228-cru.h
parentb682572fc55edd4efcba8b8f29ac057b27980963 (diff)
clk: rockchip: add id of the tsadc clock found on rk3228 SoCs
This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs. That will be needed by TSADC controller. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Acked-by: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings/clock/rk3228-cru.h')
-rw-r--r--include/dt-bindings/clock/rk3228-cru.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h
index a78dd891e24a..cd2e06bd6103 100644
--- a/include/dt-bindings/clock/rk3228-cru.h
+++ b/include/dt-bindings/clock/rk3228-cru.h
@@ -29,6 +29,7 @@
29#define SCLK_SDMMC 68 29#define SCLK_SDMMC 68
30#define SCLK_SDIO 69 30#define SCLK_SDIO 69
31#define SCLK_EMMC 71 31#define SCLK_EMMC 71
32#define SCLK_TSADC 72
32#define SCLK_UART0 77 33#define SCLK_UART0 77
33#define SCLK_UART1 78 34#define SCLK_UART1 78
34#define SCLK_UART2 79 35#define SCLK_UART2 79
@@ -68,6 +69,7 @@
68#define PCLK_UART0 341 69#define PCLK_UART0 341
69#define PCLK_UART1 342 70#define PCLK_UART1 342
70#define PCLK_UART2 343 71#define PCLK_UART2 343
72#define PCLK_TSADC 344
71#define PCLK_PWM 350 73#define PCLK_PWM 350
72#define PCLK_TIMER 353 74#define PCLK_TIMER 353
73#define PCLK_PERI 363 75#define PCLK_PERI 363