From 10ebc5877236aa05302908247b3680dc50f7f147 Mon Sep 17 00:00:00 2001 From: Xiao Feng Date: Mon, 1 Feb 2016 14:22:11 +0800 Subject: [PATCH] clk: rockchip: add ids for mipi on rk3366 Change-Id: Ie7c26e9fa1bc5459fcdeefc69a3175a0a50b8260 Signed-off-by: Xiao Feng --- include/dt-bindings/clock/rk3366-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/rk3366-cru.h b/include/dt-bindings/clock/rk3366-cru.h index 84f5f562011b..e3621c7cd0b8 100644 --- a/include/dt-bindings/clock/rk3366-cru.h +++ b/include/dt-bindings/clock/rk3366-cru.h @@ -88,6 +88,7 @@ #define SCLK_USBPHY480M 121 #define SCLK_WIFI_WPLL 122 #define SCLK_WIFI_USBPHY480M 123 +#define SCLK_MIPIDSI_24M 124 #define DCLK_VOP_FULL 170 #define DCLK_VOP_LITE 171 @@ -158,6 +159,7 @@ #define PCLK_BUS 361 #define PCLK_PERI0 362 #define PCLK_PERI1 363 +#define PCLK_MIPI_DSI0 364 /* hclk gates */ #define HCLK_I2S_8CH 448 -- 2.34.1