Message ID | 1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Am Dienstag, 10. Januar 2017, 19:59:17 CET schrieb Jacob Chen: > Add clock-ids for the isp block of the rk3288. > > > Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> applied for 4.11 Thanks Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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(+)