]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: add VF610 clock support
authorJingchang Lu <b35083@freescale.com>
Tue, 28 May 2013 09:12:20 +0000 (17:12 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:15 +0000 (15:45 +0800)
commit1f2c5fd5f0486566f73aa0149577d5f69df90bcc
tree5e9efc42a5ea2bbe29ad6961dbeda1dffd1737f8
parentb99c9964d794d0025c48bf1b73cf91d70aea747a
ARM: imx: add VF610 clock support

Add clock support for Vybrid VF610. It uses dtc macro support to
define all clock IDs in vf610-clock.h to keep clock IDs coherence
between kernel and DT.

Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Documentation/devicetree/bindings/clock/vf610-clock.txt [new file with mode: 0644]
arch/arm/mach-imx/clk-vf610.c [new file with mode: 0644]
include/dt-bindings/clock/vf610-clock.h [new file with mode: 0644]