aboutsummaryrefslogtreecommitdiff
path: root/target/linux/starfive/patches-6.1/1025-riscv-dts-visionfive1-enable-QSPI.patch
blob: 7d190a5fc0e22ef1719e9b3dd387175f042b8ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From 21e0e009b1bffea86890fcbf6e1be4c4121258ef Mon Sep 17 00:00:00 2001
From: Zoltan HERPAI <wigyori@uid0.hu>
Date: Fri, 11 Aug 2023 11:28:27 +0200
Subject: [PATCH 1025/1025] riscv: dts: visionfive1: enable QSPI

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
---
 .../riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts | 4 ++++
 1 file changed, 4 insertions(+)

--- a/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
+++ b/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
@@ -37,3 +37,7 @@
 		reg = <0>;
 	};
 };
+
+&qspi {
+	status = "okay";
+};