All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH] wandboard: disable RevD1 support with use-mainline-bsp
@ 2017-10-15 13:14 Trevor Woerner
  2017-10-15 13:27 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2017-10-15 13:14 UTC (permalink / raw)
  To: meta-freescale

use-mainline-bsp uses linux-fslc (as opposed to linux-wandboard otherwise)
which doesn't currently have the RevD1 definitions.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/wandboard.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index e07046d..8eaf58e 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -29,6 +29,12 @@ KERNEL_DEVICETREE = " \
     imx6q-wandboard-revd1.dtb \
     imx6qp-wandboard-revd1.dtb \
 "
+KERNEL_DEVICETREE_use-mainline-bsp = " \
+    imx6dl-wandboard.dtb \
+    imx6dl-wandboard-revb1.dtb \
+    imx6q-wandboard.dtb \
+    imx6q-wandboard-revb1.dtb \
+"
 
 KERNEL_IMAGETYPE = "zImage"
 
-- 
2.14.1.459.g238e487ea



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

end of thread, other threads:[~2017-10-15 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-15 13:14 [3rdparty][PATCH] wandboard: disable RevD1 support with use-mainline-bsp Trevor Woerner
2017-10-15 13:27 ` Fabio Estevam
2017-10-15 16:43   ` Trevor Woerner

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.