diff options
author | Robby Cai <r63905@freescale.com> | 2015-06-04 18:03:04 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-09-17 09:23:37 -0500 |
commit | e196331e735fcc02757cb8884d19ab460a5bbb0d (patch) | |
tree | ac37b6be6a4ab692ea24e5390ae20c21f7b7bb66 /include/dt-bindings | |
parent | 1e48875aad8698c1a91002aaa70768a814e208a3 (diff) |
MLK-10795-1 clock: correct the clock for CSI
correct the clock for CSI
Signed-off-by: Robby Cai <r63905@freescale.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6ul-clock.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6ul-clock.h b/include/dt-bindings/clock/imx6ul-clock.h index 4244a66da293..c343894ce603 100644 --- a/include/dt-bindings/clock/imx6ul-clock.h +++ b/include/dt-bindings/clock/imx6ul-clock.h @@ -231,7 +231,10 @@ #define IMX6UL_CLK_IPP_DI1 218 #define IMX6UL_CA7_SECONDARY_SEL 219 #define IMX6UL_CLK_PER_BCH 220 +#define IMX6UL_CLK_CSI_SEL 221 +#define IMX6UL_CLK_CSI_PODF 222 +#define IMX6UL_CLK_PLL3_120M 223 -#define IMX6UL_CLK_END 221 +#define IMX6UL_CLK_END 224 #endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */ |