Skip to content

Commit

Permalink
arm64: dts: agilex/stratix10: Fix qspi node compatible
Browse files Browse the repository at this point in the history
[upstream commit f126b67]

The QSPI flash node needs to have the required "jedec,spi-nor"
in the compatible string.

Fixes: 0cb140d ("arm64: dts: stratix10: Add QSPI support for Stratix10")
Cc: [email protected]
Suggested-by: Vignesh Raghavendra <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
  • Loading branch information
Dinh Nguyen authored and dinguyen702 committed Nov 2, 2020
1 parent 33adecc commit 8af591e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "n25q00a";
compatible = "micron,mt25qu02g", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <100000000>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "n25q00a";
compatible = "micron,mt25qu02g", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <100000000>;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mt25qu02g";
compatible = "micron,mt25qu02g", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <100000000>;

Expand Down

0 comments on commit 8af591e

Please sign in to comment.