From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] TQ tqma6x board support
Date: Wed, 10 Jul 2013 15:00:09 +0200 [thread overview]
Message-ID: <1373461212-19036-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds board support for the i.MX6s/q based tqma6x. The module
comes in a i.MX6q and a i.MX6s variant, but both fit onto the same
MBa6x baseboard. The different dtsi files needed for the different
SoC variants make the devicetree files a bit complicated. Anyway,
the multiimage support makes it at least possible to generate both
images for the two SoCs from the same config.
Sascha
----------------------------------------------------------------
Sascha Hauer (3):
ARM: dts: Add i.MX6dl dtsi and pinfunc file
ARM: dts: Add more pinctrl groups for i.MX6q
ARM: i.MX6: TQ tqma6x initial board support
arch/arm/boards/Makefile | 1 +
arch/arm/boards/tqma6x/Makefile | 5 +
arch/arm/boards/tqma6x/board.c | 154 +++
arch/arm/boards/tqma6x/flash-header-tqma6dl.imxcfg | 99 ++
arch/arm/boards/tqma6x/flash-header-tqma6q.imxcfg | 104 ++
arch/arm/boards/tqma6x/lowlevel.c | 88 ++
arch/arm/configs/imx_v7_defconfig | 1 +
arch/arm/dts/Makefile | 5 +-
arch/arm/dts/imx6dl-mba6x.dts | 67 ++
arch/arm/dts/imx6dl-pinfunc.h | 1085 ++++++++++++++++++++
arch/arm/dts/imx6dl-tqma6s.dtsi | 99 ++
arch/arm/dts/imx6dl.dtsi | 438 ++++++++
arch/arm/dts/imx6q-mba6x.dts | 71 ++
arch/arm/dts/imx6q-tqma6q.dtsi | 132 +++
arch/arm/dts/imx6q-tqma6x.dts | 320 ++++++
arch/arm/dts/imx6q.dtsi | 47 +
arch/arm/dts/imx6qdl-mba6x.dtsi | 190 ++++
arch/arm/dts/imx6qdl-tqma6x.dtsi | 162 +++
arch/arm/mach-imx/Kconfig | 5 +
images/Makefile.imx | 12 +
20 files changed, 3084 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boards/tqma6x/Makefile
create mode 100644 arch/arm/boards/tqma6x/board.c
create mode 100644 arch/arm/boards/tqma6x/flash-header-tqma6dl.imxcfg
create mode 100644 arch/arm/boards/tqma6x/flash-header-tqma6q.imxcfg
create mode 100644 arch/arm/boards/tqma6x/lowlevel.c
create mode 100644 arch/arm/dts/imx6dl-mba6x.dts
create mode 100644 arch/arm/dts/imx6dl-pinfunc.h
create mode 100644 arch/arm/dts/imx6dl-tqma6s.dtsi
create mode 100644 arch/arm/dts/imx6dl.dtsi
create mode 100644 arch/arm/dts/imx6q-mba6x.dts
create mode 100644 arch/arm/dts/imx6q-tqma6q.dtsi
create mode 100644 arch/arm/dts/imx6q-tqma6x.dts
create mode 100644 arch/arm/dts/imx6qdl-mba6x.dtsi
create mode 100644 arch/arm/dts/imx6qdl-tqma6x.dtsi
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-07-10 13:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-10 13:00 Sascha Hauer [this message]
2013-07-10 13:00 ` [PATCH 1/3] ARM: dts: Add i.MX6dl dtsi and pinfunc file Sascha Hauer
2013-07-10 13:00 ` [PATCH 2/3] ARM: dts: Add more pinctrl groups for i.MX6q Sascha Hauer
2013-07-10 13:00 ` [PATCH 3/3] ARM: i.MX6: TQ tqma6x initial board support 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=1373461212-19036-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