From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: i.MX35 devicetree support
Date: Wed, 18 Dec 2013 15:10:24 +0100 [thread overview]
Message-ID: <1387375826-4018-1-git-send-email-s.hauer@pengutronix.de> (raw)
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
next reply other threads:[~2013-12-18 14:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-18 14:10 Sascha Hauer [this message]
2013-12-18 14:10 ` [PATCH 1/2] ARM i.MX35: Add devicetree support 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387375826-4018-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).