OSDN Git Service

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>
Fri, 18 Jul 2014 08:11:23 +0000 (16:11 +0800)
commitd2d2e54d6655d78e619bfa22e186d82ca5d6e880
tree736651092dc74f8d2872cf065d7cb25b1207578e
parenta25d67a437422a58852746d5b6312fd8d71d1ecf
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]