ARM: clk-imx6sl: Remove csi_lcdif_sels[]
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 19 Aug 2014 18:21:11 +0000 (15:21 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:06:45 +0000 (10:06 +0800)
commitbad66c3ebdcdb4043bdcfe24ddab4802d5fc4327
tree9be062c3ee19fa3b9af80af10a4f51054a9714be
parent21231f81f13db2883f11664b67fc6fb2690e6af2
ARM: clk-imx6sl: Remove csi_lcdif_sels[]

Currently csi_lcdif_sels[] is a shared array for the providing the possible
clock parents for csi and lcdif blocks.

This is not correct, as csi and lcdif do not share the same clock parents.

Introduce csi_sels[] for the csi and lcdif_axi_sels[] for the lcdif clocks in
order to describe the parents correctly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx6sl.c