[PATCH 1/3] arm64: dts: agilex: add status to qspi dts node

Dinh Nguyen dinguyen at kernel.org
Mon Jun 29 16:39:47 EDT 2020


Add status = "okay" to QSPI node.

Fixes: c4c8757b2d895 ("arm64: dts: agilex: add QSPI support for Intel
Agilex")
Cc: linux-stable <stable at vger.kernel.org> # >= v5.5
Signed-off-by: Dinh Nguyen <dinguyen at kernel.org>
---
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
index 51d948323bfd..92f478def723 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
@@ -98,6 +98,7 @@
 };
 
 &qspi {
+	status = "okay";
 	flash at 0 {
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
2.17.1




More information about the linux-arm-kernel mailing list