From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753208AbcFLBgU (ORCPT ); Sat, 11 Jun 2016 21:36:20 -0400 Received: from mail.kernel.org ([198.145.29.136]:60772 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbcFLBgS (ORCPT ); Sat, 11 Jun 2016 21:36:18 -0400 Date: Sun, 12 Jun 2016 09:35:26 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, mark.rutland@arm.com, devicetree@vger.kernel.org, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, marcel.ziswiler@toradex.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, max.krummenacher@toradex.com, galak@codeaurora.org, fabio.estevam@nxp.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] ARM: dts: imx7d: create i.MX 7Solo base device tree Message-ID: <20160612013526.GV20243@tiger> References: <20160608023709.32090-1-stefan@agner.ch> <20160608023709.32090-2-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160608023709.32090-2-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2016 at 07:37:07PM -0700, Stefan Agner wrote: > The i.MX 7 series currently consists of two SoCs: i.MX 7Solo and > 7Dual. The i.MX 7Solo implements a subset of features available on > i.MX 7Dual, hence create imx7s.dtsi as the base device tree. The > i.MX 7Dual's additional features over i.MX 7Solo are: > - Second Cortex-A7 core > - Second Gigabit Ethernet controller > - EPD (Electronc Paper Display, not yet part of the device tree) > - PCIe (not yet part of the device tree) > - Additional USB2.0 OTG controller > > Signed-off-by: Stefan Agner > --- > arch/arm/boot/dts/imx7d.dtsi | 923 +++---------------------------------------- > arch/arm/boot/dts/imx7s.dtsi | 880 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 928 insertions(+), 875 deletions(-) We should probably have a beforehand patch to rename the file, so that we can avoid this dramatic diffstat. Shawn