Skip to content

Commit

Permalink
ARM: imx: add clock support for imx6sl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Jun 17, 2013
1 parent c1e31d1 commit 45fe681
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/clock/imx6sl-clock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Clock bindings for Freescale i.MX6 SoloLite

Required properties:
- compatible: Should be "fsl,imx6sl-ccm"
- reg: Address and length of the register set
- #clock-cells: Should be <1>

The clock consumer should specify the desired clock by having the clock
ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sl-clock.h
for the full list of i.MX6 SoloLite clock IDs.
Loading

0 comments on commit 45fe681

Please sign in to comment.