Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625883 > unrolled thread
| Started by | Eddie Cai <eddie.cai.linux@gmail.com> |
|---|---|
| First post | 2017-04-19 09:40 +0200 |
| Last post | 2017-04-19 09:40 +0200 |
| Articles | 1 — 1 participant |
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.
[PATCH 1/2] clk: rockchip: add SCLK_TESTCLKOUT1 id Eddie Cai <eddie.cai.linux@gmail.com> - 2017-04-19 09:40 +0200
| From | Eddie Cai <eddie.cai.linux@gmail.com> |
|---|---|
| Date | 2017-04-19 09:40 +0200 |
| Subject | [PATCH 1/2] clk: rockchip: add SCLK_TESTCLKOUT1 id |
| Message-ID | <txSnv-vJ-1@gated-at.bofh.it> |
we use SCLK_TESTCLKOUT1 for camera, so add this id. Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> --- include/dt-bindings/clock/rk3399-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 220a60f..c505a98 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -132,6 +132,7 @@ #define SCLK_RMII_SRC 166 #define SCLK_PCIEPHY_REF100M 167 #define SCLK_DDRC 168 +#define SCLK_TESTCLKOUT1 169 #define DCLK_VOP0 180 #define DCLK_VOP1 181 -- 2.10.2
Back to top | Article view | linux.kernel
csiph-web