devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for SolidRun's IMX6 board
@ 2013-12-17 19:41 Russell King - ARM Linux
       [not found] ` <20131217194130.GA4360-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2013-12-17 19:41 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Ian Campbell, Kumar Gala,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland,
	Pawel Moll, Rob Herring

So, this patch series adds support for SolidRun's new platform which
is similar in size to a well known board named after a type of fruit.
These two patches add the basic support for the platform, without HDMI.

Having discussed the timing of this with Rabeeh, I have his blessing to
post this now.

The platform is made up from two boards:
- A microsom board, which is re-used in the Cubox-I.  This board comes
  in a couple of different configurations:
  - AR8035 gigabit ethernet phy fitted
  - AR8030 fast ethernet phy fitted
  In order to support these two configurations, I have split the Ethernet
  support from the rest of the microsom.  When the AR8030 versions are
  available and known, I'll add the imx6qdl-microsom-ar8030.dtsi file.
- The base board.

Not many changes are required to the code - the only requirement is the
need to add AR8035 ethernet phy configuration support to the IMX6Q code.

 arch/arm/boot/dts/Makefile                     |    1 +
 arch/arm/boot/dts/imx6dl-hummingboard.dts      |   90 ++++++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi |   58 +++++++++++++++
 arch/arm/boot/dts/imx6qdl-microsom.dtsi        |   80 +++++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig           |    4 +
 arch/arm/mach-imx/mach-imx6q.c                 |   35 +++++++++
 6 files changed, 268 insertions(+), 0 deletions(-)
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-18  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 19:41 [PATCH 0/2] Add support for SolidRun's IMX6 board Russell King - ARM Linux
     [not found] ` <20131217194130.GA4360-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-12-17 19:42   ` [PATCH 1/2] ARM: imx: initial SolidRun HummingBoard support Russell King
2013-12-18  6:39     ` Shawn Guo

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).