starfive: add new target for StarFive JH7100/7110 SoC
[openwrt/staging/981213.git] / target / linux / starfive / patches-6.1 / 1025-riscv-dts-visionfive1-enable-QSPI.patch
1 From 21e0e009b1bffea86890fcbf6e1be4c4121258ef Mon Sep 17 00:00:00 2001
2 From: Zoltan HERPAI <wigyori@uid0.hu>
3 Date: Fri, 11 Aug 2023 11:28:27 +0200
4 Subject: [PATCH 1025/1025] riscv: dts: visionfive1: enable QSPI
5
6 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
7 ---
8 .../riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts | 4 ++++
9 1 file changed, 4 insertions(+)
10
11 --- a/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
12 +++ b/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
13 @@ -37,3 +37,7 @@
14 reg = <0>;
15 };
16 };
17 +
18 +&qspi {
19 + status = "okay";
20 +};