Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335904
| From | Michael Turquette <mturquette@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs |
| Date | 2016-02-17 00:00 +0100 |
| Message-ID | <r2WL8-5PS-23@gated-at.bofh.it> (permalink) |
| References | <r2lVf-6g1-5@gated-at.bofh.it> <r2lVh-6g1-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Quoting Caesar Wang (2016-02-14 23:33:26) > 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> > --- > > include/dt-bindings/clock/rk3228-cru.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h > index a78dd89..cd2e06b 100644 > --- a/include/dt-bindings/clock/rk3228-cru.h > +++ b/include/dt-bindings/clock/rk3228-cru.h > @@ -29,6 +29,7 @@ > #define SCLK_SDMMC 68 > #define SCLK_SDIO 69 > #define SCLK_EMMC 71 > +#define SCLK_TSADC 72 > #define SCLK_UART0 77 > #define SCLK_UART1 78 > #define SCLK_UART2 79 > @@ -68,6 +69,7 @@ > #define PCLK_UART0 341 > #define PCLK_UART1 342 > #define PCLK_UART2 343 > +#define PCLK_TSADC 344 > #define PCLK_PWM 350 > #define PCLK_TIMER 353 > #define PCLK_PERI 363 > -- > 1.9.1 >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND PATCH 0/8] Support and fixes the rk3228 SoCS for thermal Caesar Wang <wxt@rock-chips.com> - 2016-02-15 08:40 +0100
[RESEND PATCH 3/8] thermal: rockchip: fix a impossible condition caused by the warning Caesar Wang <wxt@rock-chips.com> - 2016-02-15 08:40 +0100
[RESEND PATCH 4/8] thermal: rockchip: fix calculation error for code_to_temp Caesar Wang <wxt@rock-chips.com> - 2016-02-15 08:40 +0100
[RESEND PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs Caesar Wang <wxt@rock-chips.com> - 2016-02-15 08:40 +0100
Re: [RESEND PATCH 1/8] clk: rockchip: add id of the tsadc clock found on rk3228 SoCs Michael Turquette <mturquette@baylibre.com> - 2016-02-17 00:00 +0100
[RESEND PATCH 6/8] thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399 Caesar Wang <wxt@rock-chips.com> - 2016-02-15 08:40 +0100
Re: [RESEND PATCH 0/8] Support and fixes the rk3228 SoCS for thermal Heiko Stuebner <heiko@sntech.de> - 2016-02-16 00:30 +0100
csiph-web