[PATCH 1/2] ARM: i.MX27: Introduce DT include for clock provider

Shawn Guo shawn.guo at freescale.com
Wed Jun 25 00:00:53 PDT 2014


On Sun, Jun 22, 2014 at 12:34:49PM +0400, Alexander Shiyan wrote:
> Use clock defines in order to make devicetrees more human readable.
> Additional changes included in this patch (imx27.dtsi):
> - Fix IPG clock for UART6.
> - Use EMI_AHB_GATE clock for WEIM.
> - Added GPIO_IPG_GATE clock for GPIO nodes. Currently this clock is
>   not used by the driver, but it can be added in the future.
> 
> Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
> ---
>  .../devicetree/bindings/clock/imx27-clock.txt      | 127 +-------
>  arch/arm/boot/dts/imx27-pdk.dts                    |   2 +-
>  arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts     |   2 +-
>  arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi    |   2 +-
>  arch/arm/boot/dts/imx27.dtsi                       | 115 ++++---
>  arch/arm/mach-imx/clk-imx27.c                      | 347 ++++++++++-----------
>  include/dt-bindings/clock/imx27-clock.h            | 107 +++++++
>  7 files changed, 362 insertions(+), 340 deletions(-)
>  create mode 100644 include/dt-bindings/clock/imx27-clock.h

Please split all the dts files into a second patch.

Shawn



More information about the linux-arm-kernel mailing list