]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: add clock support for imx6sl
authorShawn Guo <shawn.guo@linaro.org>
Fri, 3 May 2013 03:06:46 +0000 (11:06 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:11 +0000 (15:45 +0800)
commit45fe6810347b0a83561a13d9ee656c899a309fc0
tree814f2fa01f53482a3063484943ac7f3dbbe0e7de
parentc1e31d126b4db6a3a8d96883fae40fe22d5eba65
ARM: imx: add clock support for imx6sl

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>
Documentation/devicetree/bindings/clock/imx6sl-clock.txt [new file with mode: 0644]
arch/arm/mach-imx/clk-imx6sl.c [new file with mode: 0644]
include/dt-bindings/clock/imx6sl-clock.h [new file with mode: 0644]