Skip to content

Commit

Permalink
arm64: dts: stratix10: add status to qspi dts node
Browse files Browse the repository at this point in the history
Add status = "okay" to QSPI node.

Fixes: 0cb140d ("arm64: dts: stratix10: Add QSPI support for Stratix10")
Cc: linux-stable <stable@vger.kernel.org> # >= v5.6
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
  • Loading branch information
Dinh Nguyen committed Jul 15, 2020
1 parent 60176e6 commit 263a026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
};

&qspi {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
};

&qspi {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 263a026

Please sign in to comment.