]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx6qdl: switch to use macro for clock ID
authorShawn Guo <shawn.guo@freescale.com>
Sun, 15 Jun 2014 11:35:10 +0000 (19:35 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Sun, 22 Jun 2014 04:32:33 +0000 (12:32 +0800)
commitd3c6b4a16246532167f65f2d00795ed820486b88
tree07b160b9e8db589fe0f3e49eb0aa47d09716ea53
parente2f49e5c007b9566456463273ffe621689ec0a87
ARM: imx6qdl: switch to use macro for clock ID

Instead of using enum for clock ID, let's switch imx6qdl clock driver to
use macro.  In this case, device tree can reuse these macros to improve
readability.

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