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


Groups > linux.kernel > #1555193

[PATCH 1/4] clk: rockchip: add rk3288 isp_in clock ids

From Jacob Chen <jacob-chen@iotwrt.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] clk: rockchip: add rk3288 isp_in clock ids
Date 2017-01-10 13:00 +0100
Message-ID <sY3fP-R8-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Add clock-ids for the isp block of the rk3288.


Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
---
 include/dt-bindings/clock/rk3288-cru.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h
index 9a586e2..08de7de 100644
--- a/include/dt-bindings/clock/rk3288-cru.h
+++ b/include/dt-bindings/clock/rk3288-cru.h
@@ -168,6 +168,7 @@
 #define PCLK_WDT		368
 #define PCLK_EFUSE256		369
 #define PCLK_EFUSE1024		370
+#define PCLK_ISP_IN		371
 
 /* hclk gates */
 #define HCLK_GPS		448
-- 
2.7.4

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


Thread

[PATCH 1/4] clk: rockchip: add rk3288 isp_in clock ids Jacob Chen <jacob-chen@iotwrt.com> - 2017-01-10 13:00 +0100
  [PATCH 4/4] clk: rockchip: add rk3288 cif_out clock Jacob Chen <jacob-chen@iotwrt.com> - 2017-01-10 13:10 +0100
    Re: [PATCH 4/4] clk: rockchip: add rk3288 cif_out clock Heiko Stuebner <heiko@sntech.de> - 2017-01-13 15:00 +0100
      Re: [PATCH 4/4] clk: rockchip: add rk3288 cif_out clock Jacob Chen <jacobchen110@gmail.com> - 2017-01-16 06:00 +0100
  [PATCH 3/4] clk: rockchip: add rk3288 cif_out clock ids Jacob Chen <jacob-chen@iotwrt.com> - 2017-01-10 13:10 +0100
  [PATCH 2/4] clk: rockchip: use rk3288 isp_in clock ids Jacob Chen <jacob-chen@iotwrt.com> - 2017-01-10 13:10 +0100
    Re: [PATCH 2/4] clk: rockchip: use rk3288 isp_in clock ids Heiko Stuebner <heiko@sntech.de> - 2017-01-13 20:00 +0100
  Re: [PATCH 1/4] clk: rockchip: add rk3288 isp_in clock ids Heiko Stuebner <heiko@sntech.de> - 2017-01-13 20:00 +0100

csiph-web