From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bai Ping Subject: Re: [PATCH 1/3] ARM: dts: imx: Add basic dts support for imx6qp Date: Fri, 11 Dec 2015 19:58:00 +0800 Message-ID: <566ABA48.6060508@freescale.com> References: <1449830722-26607-1-git-send-email-b51503@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-clk-owner@vger.kernel.org To: Fabio Estevam Cc: Shawn Guo , Sascha Hauer , "devicetree@vger.kernel.org" , Pawel Moll , Michael Turquette , Stephen Boyd , "robh+dt@kernel.org" , linux-clk@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On 2015/12/11 19:37, Fabio Estevam wrote: > On Fri, Dec 11, 2015 at 8:45 AM, Bai Ping wrote: >> The i.MX6Qual Plus processor is an high performance SOC of i.MX6 family. >> It has enhanced graphics performance and increased overall memory bandwidth >> compared to i.MX6Q. Most of the design are same as i.MX6Qual/Dual, so code >> for i.MX6Qual can be resued by this chip. The revision number is identied as >> i.MX6Q Rev2.0, but actually it is a new chip, as we did many change to the >> overall architecture. >> >> This patch adds basic dts file for the new i.MX6Qual Plus processor. >> >> Signed-off-by: Bai Ping >> --- >> arch/arm/boot/dts/Makefile | 2 + >> arch/arm/boot/dts/imx6q.dtsi | 2 +- >> arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 + >> arch/arm/boot/dts/imx6qp-sabreauto.dts | 67 +++++++++++++ >> arch/arm/boot/dts/imx6qp-sabresd.dts | 59 +++++++++++ >> arch/arm/boot/dts/imx6qp.dtsi | 157 ++++++++++++++++++++++++++++++ >> include/dt-bindings/clock/imx6qdl-clock.h | 16 ++- > Better split this in three patches: > > - Add imx6qp SoC support > - Add imx6qdl-sabresd support > - Add imx6qp-sabreauto support ok, I will spit this in Patch V2. thanks for you review. Jacky Bai