From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750861AbdCNH3v (ORCPT ); Tue, 14 Mar 2017 03:29:51 -0400 Received: from mail.kernel.org ([198.145.29.136]:52700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750805AbdCNH3C (ORCPT ); Tue, 14 Mar 2017 03:29:02 -0400 Date: Tue, 14 Mar 2017 15:28:48 +0800 From: Shawn Guo To: Ken Lin Cc: kernel@pengutronix.de, fabio.estevam@nxp.com, robh+dt@kernel.org, mark.rutland@arm.com, inux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, akshay.bhat@timesys.com, peter.stretz@advantech.com Subject: Re: [PATCH] ARM: dts: imx6q-bx50v3/imx6q-b450v3/imx6q-b650v3: fix at25 spi-clk frequency issue Message-ID: <20170314072846.GJ3618@dragon> References: <20170303212032.31725-1-yungching0725@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170303212032.31725-1-yungching0725@gmail.com> 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 Sat, Mar 04, 2017 at 05:20:32AM +0800, Ken Lin wrote: > Change the maxium spi clock frequency from 20MHz to 10MHz to meet the operation voltage range requirement recommended in AT25 datasheet The commit log should be wrapped around column 72 to make it easier for read. The subject prefix is unnecessarily too long, as it only changes imx6q-bx50v3.dtsi. I fixed them this time, and apply the patch. Shawn > > Signed-off-by: Ken Lin > --- > arch/arm/boot/dts/imx6q-bx50v3.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > index f99e6efda3e2..614c40e5f772 100644 > --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi > +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi > @@ -103,7 +103,7 @@ > > m25_eeprom: m25p80@0 { > compatible = "atmel,at25"; > - spi-max-frequency = <20000000>; > + spi-max-frequency = <10000000>; > size = <0x8000>; > pagesize = <64>; > reg = <0>; > -- > 2.11.0 >