Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594129
| From | Elaine Zhang <zhangqing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/5] clk: rockchip: add clock ids for timer10-15 of RK3368 SoCs |
| Date | 2017-03-07 12:10 +0100 |
| Message-ID | <tilab-6G6-35@gated-at.bofh.it> (permalink) |
| References | <tilaa-6G6-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> --- include/dt-bindings/clock/rk3368-cru.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h index 2bf23eda8938..aeb83e581a11 100644 --- a/include/dt-bindings/clock/rk3368-cru.h +++ b/include/dt-bindings/clock/rk3368-cru.h @@ -81,6 +81,12 @@ #define SCLK_SFC 126 #define SCLK_MAC 127 #define SCLK_MACREF_OUT 128 +#define SCLK_TIMER10 133 +#define SCLK_TIMER11 134 +#define SCLK_TIMER12 135 +#define SCLK_TIMER13 136 +#define SCLK_TIMER14 137 +#define SCLK_TIMER15 138 #define DCLK_VOP 190 #define MCLK_CRYPTO 191 -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] clk: rockchip: fix up the clk for RK3368 SoC Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 12:10 +0100 [PATCH v2 3/5] clk: rockchip: add clock ids for timer10-15 of RK3368 SoCs Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 12:10 +0100 [PATCH v2 5/5] clk: rockchip: rk3368: add some clks as critical Elaine Zhang <zhangqing@rock-chips.com> - 2017-03-07 14:50 +0100 Re: [PATCH v2 0/5] clk: rockchip: fix up the clk for RK3368 SoC Heiko Stübner <heiko@sntech.de> - 2017-03-10 11:50 +0100
csiph-web