All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>,
	Stefano Babic <sbabic@denx.de>,
	Wandboard Development Mailing List
	<wandboard-dev@lists.wandboard.org>,
	Otavio Salvador <otavio@ossystems.com.br>
Subject: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
Date: Wed,  4 Oct 2017 16:22:09 -0300	[thread overview]
Message-ID: <20171004192209.31798-2-otavio@ossystems.com.br> (raw)
In-Reply-To: <20171004192209.31798-1-otavio@ossystems.com.br>

Latest Wandboard hardware revision is D1, which brings the following
new features:

 - PFUZE100 PMIC
 - AR8035 Ethernet PHY
 - Upgrade Wifi/BT chip to BCM4339/BCM43430

The new revision also adds support for QuadPlus SoC so the new Device
Tree is also added.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 conf/machine/wandboard.conf | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index c13ca3d..d11dfed 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -1,7 +1,7 @@
 #@TYPE: Machine
-#@NAME: Wandboard i.MX6 Wandboard Quad/Dual/Solo
-#@SOC: i.MX6Q/DL
-#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
+#@NAME: Wandboard i.MX6 Wandboard QuadPlus/Quad/Dual/Solo
+#@SOC: i.MX6QP/Q/DL
+#@DESCRIPTION: Machine configuration for i.MX6 Wandboard QuadPlus/Quad/Dual/Solo
 #@MAINTAINER: Alfonso Tames <alfonso@tames.com>
 
 MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
@@ -23,8 +23,11 @@ PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
 KERNEL_DEVICETREE = " \
     imx6dl-wandboard.dtb \
     imx6dl-wandboard-revb1.dtb \
+    imx6dl-wandboard-revd1.dtb \
     imx6q-wandboard.dtb \
     imx6q-wandboard-revb1.dtb \
+    imx6q-wandboard-revd1.dtb \
+    imx6qp-wandboard-revd1.dtb \
 "
 
 KERNEL_IMAGETYPE = "zImage"
-- 
2.14.2



  reply	other threads:[~2017-10-04 19:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 19:22 [3rdparty PATCH 1/2] wandboard: Revert device tree name change Otavio Salvador
2017-10-04 19:22 ` Otavio Salvador [this message]
2017-10-10 23:04   ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Trevor Woerner
2017-10-10 23:10     ` Otavio Salvador
2017-10-10 23:11       ` Fabio Estevam
2017-10-10 23:13         ` Otavio Salvador
2017-10-11 12:30           ` Trevor Woerner
2017-10-11 12:54             ` Otavio Salvador
2017-10-14 17:23         ` Fabio Estevam
2017-10-15 13:45           ` Trevor Woerner

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=20171004192209.31798-2-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=fabio.estevam@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=sbabic@denx.de \
    --cc=wandboard-dev@lists.wandboard.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.