From: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
Cc: max.krummenacher-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org,
marcel.ziswiler-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org,
fabio.estevam-3arQi8VN3Tc@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
Subject: [PATCH v2 0/5] ARM: dts: imx7d: add i.MX 7Solo and Colibri iMX7S/D dts
Date: Sun, 26 Jun 2016 01:47:50 -0700 [thread overview]
Message-ID: <20160626084755.21925-1-stefan@agner.ch> (raw)
The two SoC's i.MX 7Solo and i.MX 7Dual are very similar, but there
are some differences worth dividing the current i.MX 7Dual base device
tree. This patchset adds new base device tree imx7s.dtsi which is meant
to be used for i.MX 7Solo boards. Note that the SoC _family_ is called
imx7d/IMX7D throughout the kernel.
The third patch uses the new PMIC device tree binding (merge pending,
bindings have been acked by Rob Herring):
https://lkml.org/lkml/2016/6/25/212
Changes since v1:
- Add additional commit before recreating imx7d.dtsi to keep diffstat nice
- Define SD-card detect to be GPIO_ACTIVE_LOW
- Use compatible toradex,colibri-imx7(s|d)-eval-v3 (with dashes and v3)
- Various device tree properties fixed/altered as suggested by Shawn
- Specify 1P0D regulator supply
Stefan Agner (5):
ARM: imx: add support for i.MX 7Solo
ARM: dts: imx7d: use imx7s.dtsi as base device tree
ARM: dts: imx7d: recreate imx7d.dtsi with i.MX 7Dual specifics
ARM: dts: imx7d: move input header into base device tree
ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support
arch/arm/boot/dts/Makefile | 4 +-
arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 148 +++++
arch/arm/boot/dts/imx7-colibri.dtsi | 571 +++++++++++++++++
arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 1 -
arch/arm/boot/dts/imx7d-colibri-eval-v3.dts | 66 ++
arch/arm/boot/dts/imx7d-colibri.dtsi | 54 ++
arch/arm/boot/dts/imx7d-nitrogen7.dts | 1 -
arch/arm/boot/dts/imx7d-sdb.dts | 1 -
arch/arm/boot/dts/imx7d.dtsi | 923 ++--------------------------
arch/arm/boot/dts/imx7s-colibri-eval-v3.dts | 51 ++
arch/arm/boot/dts/imx7s-colibri.dtsi | 50 ++
arch/arm/boot/dts/imx7s.dtsi | 881 ++++++++++++++++++++++++++
arch/arm/mach-imx/mach-imx7d.c | 1 +
13 files changed, 1873 insertions(+), 879 deletions(-)
create mode 100644 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
create mode 100644 arch/arm/boot/dts/imx7-colibri.dtsi
create mode 100644 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts
create mode 100644 arch/arm/boot/dts/imx7d-colibri.dtsi
create mode 100644 arch/arm/boot/dts/imx7s-colibri-eval-v3.dts
create mode 100644 arch/arm/boot/dts/imx7s-colibri.dtsi
create mode 100644 arch/arm/boot/dts/imx7s.dtsi
--
2.8.3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2016-06-26 8:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 8:47 Stefan Agner [this message]
2016-06-26 8:47 ` [PATCH v2 1/5] ARM: imx: add support for i.MX 7Solo Stefan Agner
2016-06-26 8:47 ` [PATCH v2 2/5] ARM: dts: imx7d: use imx7s.dtsi as base device tree Stefan Agner
2016-06-26 8:47 ` [PATCH v2 3/5] ARM: dts: imx7d: recreate imx7d.dtsi with i.MX 7Dual specifics Stefan Agner
2016-06-26 8:47 ` [PATCH v2 4/5] ARM: dts: imx7d: move input header into base device tree Stefan Agner
2016-06-26 8:47 ` [PATCH v2 5/5] ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support Stefan Agner
[not found] ` <20160626084755.21925-1-stefan-XLVq0VzYD2Y@public.gmane.org>
2016-06-28 2:46 ` [PATCH v2 0/5] ARM: dts: imx7d: add i.MX 7Solo and Colibri iMX7S/D dts 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=20160626084755.21925-1-stefan@agner.ch \
--to=stefan-xlvq0vzyd2y@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=fabio.estevam-3arQi8VN3Tc@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=marcel.ziswiler-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=max.krummenacher-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).