Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625883
| From | Eddie Cai <eddie.cai.linux@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] clk: rockchip: add SCLK_TESTCLKOUT1 id |
| Date | 2017-04-19 09:40 +0200 |
| Message-ID | <txSnv-vJ-1@gated-at.bofh.it> (permalink) |
| References | <txSnv-vJ-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/2] clk: rockchip: add SCLK_TESTCLKOUT1 id Eddie Cai <eddie.cai.linux@gmail.com> - 2017-04-19 09:40 +0200
csiph-web