summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/imx6sl-clock.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: clk-imx6sl: refine clock tree for SSIShengjiu Wang2014-09-161-1/+4
| | | | | | | Each SSI has "ssi", "ssi_ipg" clocks, and they share same gate bits. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: imx6sl: add BYPASS support for PLL clocksShawn Guo2014-09-161-1/+26
| | | | | | | | This is the same change for imx6sl clock driver as "ARM: imx6q: add BYPASS support for PLL clocks" for imx6q. The difference is that only anaclk1 is available on imx6sl. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: imx6sl: add missing enet clock for imx6slFugang Duan2014-06-171-1/+2
| | | | | | | There's a enet clock gate missing in clock tree, thus add it. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: imx6sl: Add missing spba clock to clock treeNicolin Chen2013-12-311-1/+2
| | | | | | | We are missing spba clock in imx6sl's clock tree, thus add it. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx6sl: Add missing pll4_audio_div to the clock treeNicolin Chen2013-12-311-1/+2
| | | | | | | There's a dividor for pll4_audio clock missing in clock tree, thus add it. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: rename IMX6SL_CLK_CLK_END to IMX6SL_CLK_ENDShawn Guo2013-12-311-1/+1
| | | | | | | The macro name IMX6SL_CLK_CLK_END is a little insane. Rename it to IMX6SL_CLK_END. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: add clock support for imx6slShawn Guo2013-06-171-0/+148
Add clock support for i.MX6 SoloLite. It uses the dtc marco support to define all clock IDs in imx6sl-clock.h, which will be included by both clock driver and device tree sources, so that the data will stay sync all the time between kernel and DT. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
OpenPOWER on IntegriCloud