linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Jon Hunter <jonathanh@nvidia.com>
To: "Rafał Miłecki" <zajec5@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	"Stephen Warren" <swarren@wwwdotorg.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	linux-tegra@vger.kernel.org
Cc: <linux-mtd@lists.infradead.org>
Subject: Re: [PATCH] ARM: tegra: add "jedec,spi-nor" flash compatible binding
Date: Tue, 15 Jan 2019 15:09:46 +0000	[thread overview]
Message-ID: <cd7aed36-7a89-e129-9db5-16237f9e40e6@nvidia.com> (raw)
In-Reply-To: <1439705605-9127-1-git-send-email-zajec5@gmail.com>


On 16/08/2015 07:13, Rafał Miłecki wrote:
> Starting with commit 8947e396a829 ("Documentation: dt: mtd: replace
> "nor-jedec" binding with "jedec, spi-nor"") we have "jedec,spi-nor"
> binding indicating support for JEDEC identification.
> 
> Use it for all flashes that are supposed to support READ ID op according
> to the datasheets.
> 
> Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
> ---
>  arch/arm/boot/dts/tegra114-dalmore.dts    | 2 +-
>  arch/arm/boot/dts/tegra124-jetson-tk1.dts | 2 +-
>  arch/arm/boot/dts/tegra124-nyan.dtsi      | 2 +-
>  arch/arm/boot/dts/tegra124-venice2.dts    | 2 +-
>  arch/arm/boot/dts/tegra20-trimslice.dts   | 2 +-
>  arch/arm/boot/dts/tegra30-beaver.dts      | 2 +-
>  arch/arm/boot/dts/tegra30-cardhu.dtsi     | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
> index 8b7aa0d..5de23de 100644
> --- a/arch/arm/boot/dts/tegra114-dalmore.dts
> +++ b/arch/arm/boot/dts/tegra114-dalmore.dts
> @@ -1082,7 +1082,7 @@
>  		status = "okay";
>  		spi-max-frequency = <25000000>;
>  		spi-flash@0 {
> -			compatible = "winbond,w25q32dw";
> +			compatible = "winbond,w25q32dw", "jedec,spi-nor";
>  			reg = <0>;
>  			spi-max-frequency = <20000000>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
> index bd43ed6..44097c6 100644
> --- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
> +++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
> @@ -1611,7 +1611,7 @@
>  		status = "okay";
>  		spi-max-frequency = <25000000>;
>  		spi-flash@0 {
> -			compatible = "winbond,w25q32dw";
> +			compatible = "winbond,w25q32dw", "jedec,spi-nor";
>  			reg = <0>;
>  			spi-max-frequency = <20000000>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi
> index a9aec23..7d26f49 100644
> --- a/arch/arm/boot/dts/tegra124-nyan.dtsi
> +++ b/arch/arm/boot/dts/tegra124-nyan.dtsi
> @@ -343,7 +343,7 @@
>  		spi-max-frequency = <25000000>;
>  
>  		flash@0 {
> -			compatible = "winbond,w25q32dw";
> +			compatible = "winbond,w25q32dw", "jedec,spi-nor";
>  			spi-max-frequency = <25000000>;
>  			reg = <0>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts
> index 79e724b..4decb3c 100644
> --- a/arch/arm/boot/dts/tegra124-venice2.dts
> +++ b/arch/arm/boot/dts/tegra124-venice2.dts
> @@ -866,7 +866,7 @@
>  		status = "okay";
>  		spi-max-frequency = <25000000>;
>  		spi-flash@0 {
> -			compatible = "winbond,w25q32dw";
> +			compatible = "winbond,w25q32dw", "jedec,spi-nor";
>  			reg = <0>;
>  			spi-max-frequency = <20000000>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra20-trimslice.dts b/arch/arm/boot/dts/tegra20-trimslice.dts
> index d99af4e..c4cff8b 100644
> --- a/arch/arm/boot/dts/tegra20-trimslice.dts
> +++ b/arch/arm/boot/dts/tegra20-trimslice.dts
> @@ -282,7 +282,7 @@
>  		status = "okay";
>  		spi-max-frequency = <48000000>;
>  		spi-flash@0 {
> -			compatible = "winbond,w25q80bl";
> +			compatible = "winbond,w25q80bl", "jedec,spi-nor";
>  			reg = <0>;
>  			spi-max-frequency = <48000000>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra30-beaver.dts b/arch/arm/boot/dts/tegra30-beaver.dts
> index 3dede39..c9d230c 100644
> --- a/arch/arm/boot/dts/tegra30-beaver.dts
> +++ b/arch/arm/boot/dts/tegra30-beaver.dts
> @@ -1884,7 +1884,7 @@
>  		status = "okay";
>  		spi-max-frequency = <25000000>;
>  		spi-flash@1 {
> -			compatible = "winbond,w25q32";
> +			compatible = "winbond,w25q32", "jedec,spi-nor";
>  			reg = <1>;
>  			spi-max-frequency = <20000000>;
>  		};
> diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi
> index bb1ca15..df7f845 100644
> --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi
> +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi
> @@ -354,7 +354,7 @@
>  		status = "okay";
>  		spi-max-frequency = <25000000>;
>  		spi-flash@1 {
> -			compatible = "winbond,w25q32";
> +			compatible = "winbond,w25q32", "jedec,spi-nor";
>  			reg = <1>;
>  			spi-max-frequency = <20000000>;
>  		};
> 

Looks like this one got lost, but still applies cleanly so ...

Acked-by: Jon Hunter <jonathanh@nvidia.com>

Cheers
Jon

-- 
nvpublic

  parent reply	other threads:[~2019-01-15 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-16  6:13 [PATCH] ARM: tegra: add "jedec,spi-nor" flash compatible binding Rafał Miłecki
2016-02-22  6:20 ` Rafał Miłecki
2016-02-22 18:04 ` Brian Norris
2019-01-15 15:09 ` Jon Hunter [this message]
2019-02-06 13:16 ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cd7aed36-7a89-e129-9db5-16237f9e40e6@nvidia.com \
    --to=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=swarren@wwwdotorg.org \
    --cc=thierry.reding@gmail.com \
    --cc=zajec5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).