From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3ED67C4167D for ; Wed, 23 Nov 2022 14:08:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238311AbiKWOIa (ORCPT ); Wed, 23 Nov 2022 09:08:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238377AbiKWOIE (ORCPT ); Wed, 23 Nov 2022 09:08:04 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C53C71D0EA; Wed, 23 Nov 2022 06:04:54 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oxqMm-0008Pl-K2; Wed, 23 Nov 2022 15:04:44 +0100 From: Heiko Stuebner To: Rob Herring , Krzysztof Kozlowski , Manoj Sai Cc: Robin Murphy , Chris Morgan , Markus Reichl , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-amarula@amarulasolutions.com, Da Xue , dsx724 , Jagan Teki , Suniel Mahesh , Manoj Sai Subject: Re: [PATCH 1/1] arm64: dts: rockchip: increase spi-max-frequency of nor flash for roc-rk3399-pc Date: Wed, 23 Nov 2022 15:04:43 +0100 Message-ID: <4981984.iIbC2pHGDl@phil> In-Reply-To: <20221123094827.250657-2-abbaraju.manojsai@amarulasolutions.com> References: <20221123094827.250657-1-abbaraju.manojsai@amarulasolutions.com> <20221123094827.250657-2-abbaraju.manojsai@amarulasolutions.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Manoj, Am Mittwoch, 23. November 2022, 10:48:27 CET schrieb Manoj Sai: > Increase the spi-max-frequency of nor flash from 10Mhz to 30Mhz,this improves the > flash raw write speed by 0.9 MB/s to 1.6MB/s and the time taken to write is > get reduced from 36 seconds to 20 seconds. > > Signed-off-by: Manoj Sai > Signed-off-by: Da Xue > Signed-off-by: dsx724 who are these other people? :-) I.e. it looks like you're the author of the patch, and so it should only have your Signed-off-by line. If Da Xue and dsx724 have tested / reviewed the change, they should respond individually to the posted patch with either a "Reviewed-by: ..." or "Tested-by: ..." line. Thanks Heiko > --- > arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi > index 2f4b1b2e3ac7..8fd808a0df85 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi > @@ -735,7 +735,7 @@ &spi1 { > flash@0 { > compatible = "jedec,spi-nor"; > reg = <0>; > - spi-max-frequency = <10000000>; > + spi-max-frequency = <30000000>; > }; > }; > >