Commit 6583d1fd authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'tegra-for-5.1-arm-dt' of...

Merge tag 'tegra-for-5.1-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dt

ARM: tegra: Device tree changes for v5.1-rc1

Contains a single patch that adds the "jedec,spi-nor" compatible string
where appropriate.

* tag 'tegra-for-5.1-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  ARM: tegra: add "jedec,spi-nor" flash compatible binding
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 14ab4f43 de45b787
...@@ -1087,7 +1087,7 @@ spi@7000da00 { ...@@ -1087,7 +1087,7 @@ spi@7000da00 {
status = "okay"; status = "okay";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
spi-flash@0 { spi-flash@0 {
compatible = "winbond,w25q32dw"; compatible = "winbond,w25q32dw", "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <20000000>; spi-max-frequency = <20000000>;
}; };
......
...@@ -1656,7 +1656,7 @@ spi@7000da00 { ...@@ -1656,7 +1656,7 @@ spi@7000da00 {
status = "okay"; status = "okay";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
spi-flash@0 { spi-flash@0 {
compatible = "winbond,w25q32dw"; compatible = "winbond,w25q32dw", "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <20000000>; spi-max-frequency = <20000000>;
}; };
......
...@@ -355,7 +355,7 @@ spi@7000da00 { ...@@ -355,7 +355,7 @@ spi@7000da00 {
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
flash@0 { flash@0 {
compatible = "winbond,w25q32dw"; compatible = "winbond,w25q32dw", "jedec,spi-nor";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
reg = <0>; reg = <0>;
}; };
......
...@@ -879,7 +879,7 @@ spi@7000da00 { ...@@ -879,7 +879,7 @@ spi@7000da00 {
status = "okay"; status = "okay";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
spi-flash@0 { spi-flash@0 {
compatible = "winbond,w25q32dw"; compatible = "winbond,w25q32dw", "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <20000000>; spi-max-frequency = <20000000>;
}; };
......
...@@ -287,7 +287,7 @@ spi@7000c380 { ...@@ -287,7 +287,7 @@ spi@7000c380 {
status = "okay"; status = "okay";
spi-max-frequency = <48000000>; spi-max-frequency = <48000000>;
spi-flash@0 { spi-flash@0 {
compatible = "winbond,w25q80bl"; compatible = "winbond,w25q80bl", "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <48000000>; spi-max-frequency = <48000000>;
}; };
......
...@@ -1886,7 +1886,7 @@ spi@7000da00 { ...@@ -1886,7 +1886,7 @@ spi@7000da00 {
status = "okay"; status = "okay";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
spi-flash@1 { spi-flash@1 {
compatible = "winbond,w25q32"; compatible = "winbond,w25q32", "jedec,spi-nor";
reg = <1>; reg = <1>;
spi-max-frequency = <20000000>; spi-max-frequency = <20000000>;
}; };
......
...@@ -360,7 +360,7 @@ spi@7000da00 { ...@@ -360,7 +360,7 @@ spi@7000da00 {
status = "okay"; status = "okay";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
spi-flash@1 { spi-flash@1 {
compatible = "winbond,w25q32"; compatible = "winbond,w25q32", "jedec,spi-nor";
reg = <1>; reg = <1>;
spi-max-frequency = <20000000>; spi-max-frequency = <20000000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment