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


Groups > linux.kernel > #1613999

[PATCH v2 1/8] dt-bindings: clock: gxbb: expose spdif clock gates

From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/8] dt-bindings: clock: gxbb: expose spdif clock gates
Date 2017-03-31 15:10 +0200
Message-ID <tr4tr-52J-15@gated-at.bofh.it> (permalink)
References <tr4tr-52J-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Expose the clock gates required for the spdif output

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

diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 9d949244b104..0d535f7e7aed 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -209,7 +209,7 @@
 /* CLKID_ETH */
 #define CLKID_DEMUX		  37
 /* CLKID_AIU_GLUE */
-#define CLKID_IEC958		  39
+/* CLKID_IEC958 */
 /* CLKID_I2S_OUT */
 #define CLKID_AMCLK		  41
 #define CLKID_AIFIFO2		  42
@@ -251,7 +251,7 @@
 #define CLKID_GCLK_VENCI_INT	  78
 #define CLKID_DAC_CLK		  79
 /* CLKID_AOCLK_GATE */
-#define CLKID_IEC958_GATE	  81
+/* CLKID_IEC958_GATE */
 #define CLKID_ENC480P		  82
 #define CLKID_RNG1		  83
 #define CLKID_GCLK_VENCI_INT1	  84
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
index cce6cb5418f1..1d4614bc8154 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -18,6 +18,7 @@
 #define CLKID_SAR_ADC		23
 #define CLKID_ETH		36
 #define CLKID_AIU_GLUE		38
+#define CLKID_IEC958		39
 #define CLKID_I2S_OUT		40
 #define CLKID_MIXER_IFACE	44
 #define CLKID_AIU		47
@@ -30,6 +31,7 @@
 #define CLKID_SANA		69
 #define CLKID_GCLK_VENCI_INT0	77
 #define CLKID_AOCLK_GATE	80
+#define CLKID_IEC958_GATE	81
 #define CLKID_AO_I2C		93
 #define CLKID_SD_EMMC_A		94
 #define CLKID_SD_EMMC_B		95
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/8] clk: meson: gxbb: more clock controller update for audio support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 1/8] dt-bindings: clock: gxbb: expose spdif clock gates Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 3/8] clk: meson: add audio clock divider support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 2/8] clk: meson: gxbb: protect against holes in the onecell_data array Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 4/8] clk: meson: gxbb: add cts_amclk Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 5/8] clk: meson: gxbb: add cts_mclk_i958 Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 6/8] clk: meson: gxbb: add cts_i958 clock Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200
  [PATCH v2 7/8] dt-bindings: clock: gxbb: expose i2s master clock Jerome Brunet <jbrunet@baylibre.com> - 2017-03-31 15:10 +0200

csiph-web