mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] move the first i.MX board over to devicetree
Date: Tue, 21 May 2013 11:57:37 +0200	[thread overview]
Message-ID: <1369130267-8094-1-git-send-email-s.hauer@pengutronix.de> (raw)


It's time to begin switching the first i.MX board over to devicetree.

The following is based on the serveral devicetree related series
I recently sent. It switches the i.MX51 babbage board over to devicetree.

Sascha

----------------------------------------------------------------
Sascha Hauer (10):
      ARM: i.MX: remove unused .mac_addr_base in iim
      ARM: i.MX: iim: Add devicetree probe support
      ARM: i.MX51: Add devicetree files
      ARM: i.MX51: Add IIM devicetree node
      ARM: i.MX51: Fixup fec pads in dts
      ARM: i.MX51: skip devices register when devicetree is present
      ARM: i.MX51 babbage: Add spi-cs-high property to pmic
      ARM: i.MX51 babbage: provide MAC adress in devicetree
      ARM: i.MX51 babbage: Add phy reset gpio to dts
      ARM: i.MX51 babbage: switch to devicetree

 Documentation/devicetree/bindings/README           |   6 +
 .../devicetree/bindings/misc/fsl,imx-iim.txt       |  20 +
 arch/arm/boards/freescale-mx51-pdk/board.c         |  93 ---
 arch/arm/configs/freescale_mx51_babbage_defconfig  |  16 +-
 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/imx51-babbage.dts                     | 307 ++++++++
 arch/arm/dts/imx51-pinfunc.h                       | 773 +++++++++++++++++++++
 arch/arm/dts/imx51.dtsi                            | 719 +++++++++++++++++++
 arch/arm/mach-imx/iim.c                            |  64 +-
 arch/arm/mach-imx/imx25.c                          |   6 +-
 arch/arm/mach-imx/imx51.c                          |   3 +
 arch/arm/mach-imx/include/mach/iim.h               |   4 -
 12 files changed, 1902 insertions(+), 110 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/README
 create mode 100644 Documentation/devicetree/bindings/misc/fsl,imx-iim.txt
 create mode 100644 arch/arm/dts/imx51-babbage.dts
 create mode 100644 arch/arm/dts/imx51-pinfunc.h
 create mode 100644 arch/arm/dts/imx51.dtsi

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-05-21  9:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-21  9:57 Sascha Hauer [this message]
2013-05-21  9:57 ` [PATCH 01/10] ARM: i.MX: remove unused .mac_addr_base in iim Sascha Hauer
2013-05-21  9:57 ` [PATCH 02/10] ARM: i.MX: iim: Add devicetree probe support Sascha Hauer
2013-05-21  9:57 ` [PATCH 03/10] ARM: i.MX51: Add devicetree files Sascha Hauer
2013-05-21  9:57 ` [PATCH 04/10] ARM: i.MX51: Add IIM devicetree node Sascha Hauer
2013-05-21  9:57 ` [PATCH 05/10] ARM: i.MX51: Fixup fec pads in dts Sascha Hauer
2013-05-21  9:57 ` [PATCH 06/10] ARM: i.MX51: skip devices register when devicetree is present Sascha Hauer
2013-05-21  9:57 ` [PATCH 07/10] ARM: i.MX51 babbage: Add spi-cs-high property to pmic Sascha Hauer
2013-05-21  9:57 ` [PATCH 08/10] ARM: i.MX51 babbage: provide MAC adress in devicetree Sascha Hauer
2013-05-21 15:22   ` Alexander Shiyan
2013-05-21 17:53     ` Sascha Hauer
2013-05-21  9:57 ` [PATCH 09/10] ARM: i.MX51 babbage: Add phy reset gpio to dts Sascha Hauer
2013-05-21  9:57 ` [PATCH 10/10] ARM: i.MX51 babbage: switch to devicetree Sascha Hauer

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=1369130267-8094-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@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