From: troy.kisky@boundarydevices.com (Troy Kisky)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V1 01/11] ARM: dts: imx: sabrelite: add Dual Lite/Solo support
Date: Fri, 13 Dec 2013 11:51:21 -0700 [thread overview]
Message-ID: <52AB5729.9010603@boundarydevices.com> (raw)
In-Reply-To: <201312131246.00944.marex@denx.de>
On 12/13/2013 4:46 AM, Marek Vasut wrote:
> On Friday, December 13, 2013 at 02:49:05 AM, Troy Kisky wrote:
>> This makes the structure of Sabre Lite board files the same
>> as Sabre SD board files so that they are easier to compare.
>>
>> By this, I mean that the majority of the file imx6q-sabrelite.dts
>> is moved to imx6qdl-sabrelite.dtsi so that both imx6q-sabrelite.dts
>> and imx6dl-sabrelite.dts can include it.
>>
>> Now Sabre Lite has support for Dual Lite/Solo
>> processors.
>>
>> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
>> ---
>> arch/arm/boot/dts/Makefile | 1 +
>> arch/arm/boot/dts/imx6dl-sabrelite.dts | 20 ++
>> arch/arm/boot/dts/imx6q-sabrelite.dts | 214
>> +-------------------- ...{imx6q-sabrelite.dts => imx6qdl-sabrelite.dtsi} |
>> 10 -
>> 4 files changed, 22 insertions(+), 223 deletions(-)
>> create mode 100644 arch/arm/boot/dts/imx6dl-sabrelite.dts
>> copy arch/arm/boot/dts/{imx6q-sabrelite.dts => imx6qdl-sabrelite.dtsi}
>> (96%)
>>
>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>> index 342d16d..3c6f456 100644
>> --- a/arch/arm/boot/dts/Makefile
>> +++ b/arch/arm/boot/dts/Makefile
>> @@ -149,6 +149,7 @@ dtb-$(CONFIG_ARCH_MXC) += \
>> imx6dl-gw53xx.dtb \
>> imx6dl-gw54xx.dtb \
>> imx6dl-sabreauto.dtb \
>> + imx6dl-sabrelite.dtb \
>> imx6dl-sabresd.dtb \
>> imx6dl-wandboard.dtb \
>> imx6q-arm2.dtb \
>> diff --git a/arch/arm/boot/dts/imx6dl-sabrelite.dts
>> b/arch/arm/boot/dts/imx6dl-sabrelite.dts new file mode 100644
>> index 0000000..2de0447
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/imx6dl-sabrelite.dts
>> @@ -0,0 +1,20 @@
>> +/*
>> + * Copyright 2011 Freescale Semiconductor, Inc.
>> + * Copyright 2011 Linaro Ltd.
> Are you sure about this copyright message ? Isn't this copyright BD ?
>
> Otherwise,
>
> Reviewed-by: Marek Vasut <marex@denx.de>
>
> Best regards,
> Marek Vasut
>
Maybe, but the following change doesn't seem worthy of a copyright
linux-imx6/arch/arm/boot/dts$ diff -u imx6q-sabrelite.dts
imx6dl-sabrelite.dts
--- imx6q-sabrelite.dts 2013-12-12 11:22:10.156010652 -0700
+++ imx6dl-sabrelite.dts 2013-12-12 11:22:10.156010652 -0700
@@ -11,14 +11,10 @@
*/
/dts-v1/;
-#include "imx6q.dtsi"
+#include "imx6dl.dtsi"
#include "imx6qdl-sabrelite.dtsi"
/ {
- model = "Freescale i.MX6 Quad SABRE Lite Board";
- compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
-};
-
-&sata {
- status = "okay";
+ model = "Freescale i.MX6 DualLite SABRE Lite Board";
+ compatible = "fsl,imx6dl-sabrelite", "fsl,imx6dl";
};
_______
Perhaps I should add a copyright to both?
Troy
next prev parent reply other threads:[~2013-12-13 18:51 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-13 1:49 [PATCH V1 00/11] Update Sabre Lite Troy Kisky
2013-12-13 1:49 ` [PATCH V1 01/11] ARM: dts: imx: sabrelite: add Dual Lite/Solo support Troy Kisky
2013-12-13 11:46 ` Marek Vasut
2013-12-13 18:51 ` Troy Kisky [this message]
2013-12-13 21:51 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 02/11] ARM: dts: imx6qdl-sabrelite: Add uart1 support Troy Kisky
2013-12-13 11:46 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 03/11] ARM: dts: imx6qdl-sabrelite: remove usdhc4 wp-gpio Troy Kisky
2013-12-13 11:46 ` Marek Vasut
2013-12-14 13:46 ` Shawn Guo
2013-12-16 19:42 ` Troy Kisky
2013-12-16 19:54 ` Marek Vasut
2013-12-16 23:59 ` Troy Kisky
2013-12-13 1:49 ` [PATCH V1 04/11] ARM: dts: imx6qdl-sabrelite: add comments for pinctrl_hog Troy Kisky
2013-12-13 11:47 ` Marek Vasut
2013-12-14 13:54 ` Shawn Guo
2013-12-13 1:49 ` [PATCH V1 05/11] ARM: dts: imx6qdl-sabrelite: specify pad settings Troy Kisky
2013-12-13 11:48 ` Marek Vasut
2013-12-13 18:42 ` Troy Kisky
2013-12-13 21:50 ` Marek Vasut
2013-12-14 1:44 ` Troy Kisky
2013-12-14 5:00 ` Marek Vasut
2013-12-14 13:29 ` Shawn Guo
2013-12-14 14:16 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 06/11] ARM: dts: imx6qdl-sabrelite: add gpio-keys Troy Kisky
2013-12-13 11:51 ` Marek Vasut
2013-12-13 18:45 ` Troy Kisky
2013-12-13 21:50 ` Marek Vasut
2013-12-13 21:55 ` Eric Nelson
2013-12-14 5:00 ` Marek Vasut
2013-12-14 13:57 ` Shawn Guo
2013-12-13 1:49 ` [PATCH V1 07/11] ARM: dts: imx6qdl-sabrelite: add pwms for backlights Troy Kisky
2013-12-13 11:53 ` Marek Vasut
2013-12-13 14:09 ` Eric Nelson
2013-12-13 1:49 ` [PATCH V1 08/11] ARM: dts: imx6qdl-sabrelite: add skews for Micrel phy Troy Kisky
2013-12-13 11:53 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 09/11] ARM: dts: imx6qdl-sabrelite: fix ENET group Troy Kisky
2013-12-13 11:54 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 10/11] ARM: dts: imx6qdl-sabrelite: Add over-current pin to usbotg Troy Kisky
2013-12-13 11:54 ` Marek Vasut
2013-12-13 1:49 ` [PATCH V1 11/11] ARM: dts: imx: add nitrogen6x board Troy Kisky
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=52AB5729.9010603@boundarydevices.com \
--to=troy.kisky@boundarydevices.com \
--cc=linux-arm-kernel@lists.infradead.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).