Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478398 > unrolled thread

[PATCH 3/7] clk: gxbb: expose spifc clock

Started byJerome Brunet <jbrunet@baylibre.com>
First post2016-09-07 17:20 +0200
Last post2016-09-08 20:20 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/7] clk: gxbb: expose spifc clock Jerome Brunet <jbrunet@baylibre.com> - 2016-09-07 17:20 +0200
    Re: [PATCH 3/7] clk: gxbb: expose spifc clock Stephen Boyd <sboyd@codeaurora.org> - 2016-09-07 23:30 +0200
      Re: [PATCH 3/7] clk: gxbb: expose spifc clock Kevin Hilman <khilman@baylibre.com> - 2016-09-08 20:20 +0200

#1478398 — [PATCH 3/7] clk: gxbb: expose spifc clock

FromJerome Brunet <jbrunet@baylibre.com>
Date2016-09-07 17:20 +0200
Subject[PATCH 3/7] clk: gxbb: expose spifc clock
Message-ID<seMNQ-1pB-21@gated-at.bofh.it>
SPI clock is needed for the spifc driver, expose to DT
(and comment out in the clk driver)

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 drivers/clk/meson/gxbb.h              | 2 +-
 include/dt-bindings/clock/gxbb-clkc.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index a2adf34..5abe266 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -202,7 +202,7 @@
 #define CLKID_ABUF		  31
 #define CLKID_HIU_IFACE		  32
 #define CLKID_ASSIST_MISC	  33
-#define CLKID_SPI		  34
+/* CLKID_SPI */
 #define CLKID_I2S_SPDIF		  35
 #define CLKID_ETH		  36
 #define CLKID_DEMUX		  37
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
index f889d80..dcf3776 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -7,6 +7,7 @@
 
 #define CLKID_CPUCLK		1
 #define CLKID_CLK81		12
+#define CLKID_SPI		34
 #define CLKID_ETH		36
 
 #endif /* __GXBB_CLKC_H */
-- 
2.7.4

[toc] | [next] | [standalone]


#1478617

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-09-07 23:30 +0200
Message-ID<seSzU-5iP-29@gated-at.bofh.it>
In reply to#1478398
On 09/07, Jerome Brunet wrote:
> SPI clock is needed for the spifc driver, expose to DT
> (and comment out in the clk driver)
> 
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---

Acked-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [next] | [standalone]


#1479428

FromKevin Hilman <khilman@baylibre.com>
Date2016-09-08 20:20 +0200
Message-ID<sfc5A-OX-25@gated-at.bofh.it>
In reply to#1478617
Stephen Boyd <sboyd@codeaurora.org> writes:

> On 09/07, Jerome Brunet wrote:
>> SPI clock is needed for the spifc driver, expose to DT
>> (and comment out in the clk driver)
>> 
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>

Applied,

Kevin

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web