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


Groups > linux.kernel > #1630220

[PATCH V2 1/2] clk: rockchip: add ids for camera

From Eddie Cai <eddie.cai.linux@gmail.com>
Newsgroups linux.kernel
Subject [PATCH V2 1/2] clk: rockchip: add ids for camera
Date 2017-04-25 08:50 +0200
Message-ID <tA2sp-17M-15@gated-at.bofh.it> (permalink)
References <tA2sp-17M-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


we use SCLK_TESTCLKOUT1 and SCLK_TESTCLKOUT2 for camera, so add those ids.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
 include/dt-bindings/clock/rk3399-cru.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h
index 220a60f..22cb1df 100644
--- a/include/dt-bindings/clock/rk3399-cru.h
+++ b/include/dt-bindings/clock/rk3399-cru.h
@@ -132,6 +132,8 @@
 #define SCLK_RMII_SRC			166
 #define SCLK_PCIEPHY_REF100M		167
 #define SCLK_DDRC			168
+#define SCLK_TESTCLKOUT1		169
+#define SCLK_TESTCLKOUT2		170
 
 #define DCLK_VOP0			180
 #define DCLK_VOP1			181
-- 
1.9.1

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


Thread

[PATCH V2  1/2] clk: rockchip: add ids for camera Eddie Cai <eddie.cai.linux@gmail.com> - 2017-04-25 08:50 +0200

csiph-web