Hi Gary,
On Mon, Sep 7, 2015 at 1:57 PM, Gary Bisson
[off-list ref] wrote:
quoted hunk
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-nit6xlite.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2015 Boundary Devices, Inc.
+ * Copyright 2012 Freescale Semiconductor, Inc.
+ * Copyright 2011 Linaro Ltd.
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
Could you do this dual license GPLv2/X11?
Take a look at arch/arm/boot/dts/imx6qdl-cubox-i.dtsi for a reference.
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+/dts-v1/;
+#include "imx6dl.dtsi"
+#include "imx6qdl-nit6xlite.dtsi"
+
+/ {
+ model = "Freescale i.MX6 Solo Nitrogen6_Lite Board";
+ compatible = "fsl,imx6dl-nit6xlite", "fsl,imx6dl";
As this board is manufactured by Boundary Devices and not by Freescale
shouldn't this be:
model = "Boundary Devices i.MX6 Solo Nitrogen6_Lite Board";
compatible = "boundarydevices,imx6dl-nit6xlite", "fsl,imx6dl";
Then you can add the symbol for Boundary Devices at
Documentation/devicetree/bindings/vendor-prefixes.txt in a separate
patch.
Regards,
Fabio Estevam