devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: rockchip: add I2S internal clock IDs for rk3288
@ 2016-09-07 16:53 John Keeping
  2016-09-07 16:53 ` [PATCH 2/2] clk: rockchip: use identifiers for rk3288 I2S clocks John Keeping
       [not found] ` <20160907165330.14607-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: John Keeping @ 2016-09-07 16:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: John Keeping, Michael Turquette, Stephen Boyd, Heiko Stuebner,
	Rob Herring, Mark Rutland, linux-clk, linux-arm-kernel,
	linux-rockchip, devicetree

To minimize jitter on the I2S clocks, it is important that the
denominator in the fractional divider is much greater than the
numerator.  Add identifiers for these internal clocks so that the
specific clock topology and rates can be specified in the device tree.

Signed-off-by: John Keeping <john@metanate.com>
---
 include/dt-bindings/clock/rk3288-cru.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h
index 9a586e2d9c91..9526653383d9 100644
--- a/include/dt-bindings/clock/rk3288-cru.h
+++ b/include/dt-bindings/clock/rk3288-cru.h
@@ -88,6 +88,9 @@
 #define SCLK_PVTM_GPU		124
 #define SCLK_CRYPTO		125
 #define SCLK_MIPIDSI_24M	126
+#define SCLK_I2S_PRE		127
+#define SCLK_I2S_SRC		128
+#define SCLK_I2S_FRAC		129
 
 #define SCLK_MAC		151
 #define SCLK_MACREF_OUT		152
-- 
2.9.3.728.g30b24b4.dirty

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-26 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 16:53 [PATCH 1/2] clk: rockchip: add I2S internal clock IDs for rk3288 John Keeping
2016-09-07 16:53 ` [PATCH 2/2] clk: rockchip: use identifiers for rk3288 I2S clocks John Keeping
     [not found] ` <20160907165330.14607-1-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org>
2016-09-07 17:58   ` [PATCH 1/2] clk: rockchip: add I2S internal clock IDs for rk3288 Heiko Stuebner
2016-09-07 18:18     ` John Keeping
2016-09-25 21:50       ` Heiko Stuebner
2016-09-26 17:04         ` John Keeping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).