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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 887B9C433EF for ; Fri, 8 Apr 2022 10:01:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:CC:References:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7e080EqK9f+2W6kSUAVV1GaXYiubg5RBa0BNA39KZw4=; b=tXm6qBrf9iMkl8 cuFRrNZG47NpYL8Ligk03JbnbjB18J9L+XeH8Yo8+CegtI0YZucJ9hj3kHddaPpmq1Hssc/ray+hl UUNdmFBUnC6o3EZBaMcX03JmUD5es/VnGoY+1l8XNd7zVEw+cjOP3ByvVgN1Q0jd816Vfuzb7qARm VksFsKrFTnPeW2gC4ms499rghlaZA9zTNh9n92VZMmev8qT9HJMR2oblyRXMfOHbRFObZhbT+k8J4 cbMi5t56JPziUqWn0IbyKNKps7SGBnxP2rWCkAOFz9Ob2j8m4/3fu7Kgkx6R9MOTLVovYHQhCVVTc c/fZRuEI8oMkvChEWiGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nclPR-00GEAJ-VZ; Fri, 08 Apr 2022 10:00:06 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nclPO-00GE94-LM for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 10:00:04 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2389xqt7094973; Fri, 8 Apr 2022 04:59:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1649411992; bh=Qxh9h/7hom6A7f6DA/CW/UTXGlQ1UMPgyD6L7Vo46R4=; h=Date:Subject:To:References:CC:From:In-Reply-To; b=Ynn4T485V4AZSozgKLZEuOkCcIWIAhst9eYt+nM0CahSte/Vv3utbcZes+U++fDm3 X0YiMXj6z6Erh6KKUdTM5zVFj8LaY/Q1XGx43LnoCWlVlO/rC2k1VX/cYN9iNSnpVS f7DqB5x4cAmA/ukgtsB9T1fT6ePh9ZyxSdSXDDz0= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2389xqxb072682 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Apr 2022 04:59:52 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 8 Apr 2022 04:59:51 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 8 Apr 2022 04:59:51 -0500 Received: from [10.250.100.73] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2389xnw9014761; Fri, 8 Apr 2022 04:59:50 -0500 Message-ID: <0a6007fe-aa5e-fc2e-bf3a-fd877deebee3@ti.com> Date: Fri, 8 Apr 2022 12:59:49 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 1/2] ARM: dts: keystone: align SPI NOR node name with dtschema Content-Language: en-US To: Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar , Rob Herring , Krzysztof Kozlowski , , , References: <20220407143140.295092-1-krzysztof.kozlowski@linaro.org> CC: Roger Quadros From: Grygorii Strashko In-Reply-To: <20220407143140.295092-1-krzysztof.kozlowski@linaro.org> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_030002_834115_E9AFA472 X-CRM114-Status: GOOD ( 13.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 07/04/2022 17:31, Krzysztof Kozlowski wrote: > The node names should be generic and SPI NOR dtschema expects "flash". > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/keystone-k2e-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2g-ice.dts | 2 +- > arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2l-evm.dts | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts > index 66fec5f5d081..8f49883a675e 100644 > --- a/arch/arm/boot/dts/keystone-k2e-evm.dts > +++ b/arch/arm/boot/dts/keystone-k2e-evm.dts > @@ -137,7 +137,7 @@ partition@180000 { > }; > > &spi0 { > - nor_flash: n25q128a11@0 { > + nor_flash: flash@0 { > #address-cells = <1>; > #size-cells = <1>; > compatible = "Micron,n25q128a11"; > diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts > index d800f26b6275..88be868cf71e 100644 > --- a/arch/arm/boot/dts/keystone-k2g-evm.dts > +++ b/arch/arm/boot/dts/keystone-k2g-evm.dts > @@ -392,7 +392,7 @@ &qspi { > pinctrl-0 = <&qspi_pins>; > cdns,rclk-en; > > - flash0: m25p80@0 { > + flash0: flash@0 { > compatible = "s25fl512s", "jedec,spi-nor"; > reg = <0>; > spi-tx-bus-width = <1>; > diff --git a/arch/arm/boot/dts/keystone-k2g-ice.dts b/arch/arm/boot/dts/keystone-k2g-ice.dts > index 2a2d38cf0fff..bd84d7f0f2fe 100644 > --- a/arch/arm/boot/dts/keystone-k2g-ice.dts > +++ b/arch/arm/boot/dts/keystone-k2g-ice.dts > @@ -325,7 +325,7 @@ &qspi { > cdns,rclk-en; > status = "okay"; > > - flash0: m25p80@0 { > + flash0: flash@0 { > compatible = "s25fl256s1", "jedec,spi-nor"; > reg = <0>; > spi-tx-bus-width = <1>; > diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts > index ad4e22afe133..f968af0bfad3 100644 > --- a/arch/arm/boot/dts/keystone-k2hk-evm.dts > +++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts > @@ -161,7 +161,7 @@ dtt@50 { > }; > > &spi0 { > - nor_flash: n25q128a11@0 { > + nor_flash: flash@0 { > #address-cells = <1>; > #size-cells = <1>; > compatible = "Micron,n25q128a11"; > diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts > index e200533d26a4..32619b3c5804 100644 > --- a/arch/arm/boot/dts/keystone-k2l-evm.dts > +++ b/arch/arm/boot/dts/keystone-k2l-evm.dts > @@ -110,7 +110,7 @@ partition@180000 { > }; > > &spi0 { > - nor_flash: n25q128a11@0 { > + nor_flash: flash@0 { > #address-cells = <1>; > #size-cells = <1>; > compatible = "Micron,n25q128a11"; Thank you Reviewed-by: Grygorii Strashko -- Best regards, Grygorii, Ukraine _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel