linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* i.MX35 devicetree support
@ 2013-12-18 14:10 Sascha Hauer
  2013-12-18 14:10 ` [PATCH 1/2] ARM i.MX35: Add " Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sascha Hauer @ 2013-12-18 14:10 UTC (permalink / raw)
  To: linux-arm-kernel

This adds devicetree support for the i.MX35. This was originally made
by Steffen Trumtrar and later continued by Denis Carikli. Changes since
the last posting from Denis (v8, Nov 12 2013):

- use CLK_OF_DECLARE as requested by Shawn
- add usb devicetree nodes
- add spi devicetree nodes
- add cpus devicetree node
- split uart pin groups into txd,rxd / rts,cts

Sascha

----------------------------------------------------------------
Steffen Trumtrar (2):
      ARM i.MX35: Add devicetree support.
      ARM: dts: Add support for the i.MX35.

 .../devicetree/bindings/clock/imx35-clock.txt      | 113 +++++++
 arch/arm/boot/dts/imx35-pingrp.h                   | 104 ++++++
 arch/arm/boot/dts/imx35.dtsi                       | 375 +++++++++++++++++++++
 arch/arm/mach-imx/Kconfig                          |   8 +
 arch/arm/mach-imx/Makefile                         |   1 +
 arch/arm/mach-imx/clk-imx35.c                      |  14 +
 arch/arm/mach-imx/imx35-dt.c                       |  57 ++++
 7 files changed, 672 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/imx35-clock.txt
 create mode 100644 arch/arm/boot/dts/imx35-pingrp.h
 create mode 100644 arch/arm/boot/dts/imx35.dtsi
 create mode 100644 arch/arm/mach-imx/imx35-dt.c

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-20  1:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 14:10 i.MX35 devicetree support Sascha Hauer
2013-12-18 14:10 ` [PATCH 1/2] ARM i.MX35: Add " Sascha Hauer
2013-12-19  6:46   ` Shawn Guo
2013-12-18 14:10 ` [PATCH 2/2] ARM: dts: Add support for the i.MX35 Sascha Hauer
2013-12-19  6:49   ` Shawn Guo
2013-12-19  7:38     ` Sascha Hauer
2013-12-19  9:06       ` Shawn Guo
2013-12-20  1:34 ` i.MX35 devicetree support Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).