From mboxrd@z Thu Jan 1 00:00:00 1970 From: jingchang.lu@freescale.com (Jingchang Lu) Date: Sun, 26 Oct 2014 14:57:11 +0000 Subject: [PATCHv6 0/6] ARM: imx: Add Freescale LS1021A SoC and board support In-Reply-To: <20141026002354.GC6973@tiger> References: <1414145327-23541-1-git-send-email-jingchang.lu@freescale.com>, <20141026002354.GC6973@tiger> Message-ID: <1414335419636.17637@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ________________________________________ From: Shawn Guo Sent: Sunday, October 26, 2014 8:23 AM To: Lu Jingchang-B35083 Cc: arnd at arndb.de; mark.rutland at arm.com; linux-arm-kernel at lists.infradead.org; devicetree at vger.kernel.org Subject: Re: [PATCHv6 0/6] ARM: imx: Add Freescale LS1021A SoC and board support On Fri, Oct 24, 2014 at 06:08:41PM +0800, Jingchang Lu wrote: >> This series contain the support for Freescale LS1021A CPU and LS1021A-QDS >> and LS1021A-TWR board. >> >> The LS1021A SoC combines two ARM Cortex-A7 cores that have been optimized >> for high reliability and pack the highest level of integration available > >for sub-3W embedded communications processors and with a comprehensive >> enablement model focused on ease of programmability. >> >> The LS1021A SoC shares IPs with i.MX family, Vybrid family and Freescale >> PowerPC platform. >> >> For the detail information about LS1021A SoC, please refer to the RM doc. >> >> --- >> changes in v6: >> add dts patch description. >> remove '-' from QDS and TWR board dts name for consistence with u-boot. >I'm not sure it's a good idea. The most idiomatic DTS naming schema is just -.dts. Many our PowerPC platforms doesn't have '-' between SoCs and board names. This becomes a project requirement when integrating in our SDK release, and I have renamed these board names internally, so I also rename them on upstream for consistence. Thanks. Best Regards, Jingchang >Shawn