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] i.MX6: Add devicetree support
Date: Thu, 30 May 2013 13:49:19 +0200	[thread overview]
Message-ID: <1369914567-15650-1-git-send-email-s.hauer@pengutronix.de> (raw)

This adds devicetree support for i.MX6 and switches the sabresd
and sabrelite board over to devicetree probing.

Sascha

----------------------------------------------------------------
Sascha Hauer (8):
      mtd: m25p80: add devicetree support
      ARM: i.MX6: Fix CCM compatible node
      ARM: i.MX6: skip devices register when devicetree is present
      ARM: i.MX6: Add devicetree files
      ARM: i.MX6: add imx31 compatible entry for GPT
      ARM: i.MX6: Add usdhc aliases
      ARM: i.MX6 sabrelite: switch to devicetree probing
      ARM: i.MX6 sabresd: Switch to devicetree probing

 arch/arm/boards/freescale-mx6-sabrelite/board.c    |  156 +--
 arch/arm/boards/freescale-mx6-sabresd/board.c      |  143 +--
 arch/arm/configs/freescale-mx6-sabrelite_defconfig |   28 +-
 arch/arm/dts/Makefile                              |    2 +
 arch/arm/dts/imx6q-pinfunc.h                       | 1041 ++++++++++++++++++++
 arch/arm/dts/imx6q-sabrelite.dts                   |  174 ++++
 arch/arm/dts/imx6q-sabresd.dts                     |   43 +
 arch/arm/dts/imx6q.dtsi                            |  358 +++++++
 arch/arm/dts/imx6qdl-sabresd.dtsi                  |   87 ++
 arch/arm/dts/imx6qdl.dtsi                          |  840 ++++++++++++++++
 arch/arm/mach-imx/Kconfig                          |    1 +
 arch/arm/mach-imx/clk-imx6.c                       |    2 +-
 arch/arm/mach-imx/imx6.c                           |    3 +
 drivers/mtd/devices/m25p80.c                       |    9 +
 14 files changed, 2621 insertions(+), 266 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-pinfunc.h
 create mode 100644 arch/arm/dts/imx6q-sabrelite.dts
 create mode 100644 arch/arm/dts/imx6q-sabresd.dts
 create mode 100644 arch/arm/dts/imx6q.dtsi
 create mode 100644 arch/arm/dts/imx6qdl-sabresd.dtsi
 create mode 100644 arch/arm/dts/imx6qdl.dtsi

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

             reply	other threads:[~2013-05-30 11:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30 11:49 Sascha Hauer [this message]
2013-05-30 11:49 ` [PATCH 1/8] mtd: m25p80: add " Sascha Hauer
2013-05-30 11:49 ` [PATCH 2/8] ARM: i.MX6: Fix CCM compatible node Sascha Hauer
2013-05-30 11:49 ` [PATCH 3/8] ARM: i.MX6: skip devices register when devicetree is present Sascha Hauer
2013-05-30 11:49 ` [PATCH 4/8] ARM: i.MX6: Add devicetree files Sascha Hauer
2013-05-30 11:49 ` [PATCH 5/8] ARM: i.MX6: add imx31 compatible entry for GPT Sascha Hauer
2013-05-30 11:49 ` [PATCH 6/8] ARM: i.MX6: Add usdhc aliases Sascha Hauer
2013-05-30 11:49 ` [PATCH 7/8] ARM: i.MX6 sabrelite: switch to devicetree probing Sascha Hauer
2013-05-30 11:49 ` [PATCH 8/8] ARM: i.MX6 sabresd: Switch " 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=1369914567-15650-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