1025-riscv-dts-visionfive1-enable-QSPI.patch 582 B

1234567891011121314151617181920
  1. From 21e0e009b1bffea86890fcbf6e1be4c4121258ef Mon Sep 17 00:00:00 2001
  2. From: Zoltan HERPAI <[email protected]>
  3. Date: Fri, 11 Aug 2023 11:28:27 +0200
  4. Subject: [PATCH 1025/1025] riscv: dts: visionfive1: enable QSPI
  5. Signed-off-by: Zoltan HERPAI <[email protected]>
  6. ---
  7. .../riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts | 4 ++++
  8. 1 file changed, 4 insertions(+)
  9. --- a/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
  10. +++ b/arch/riscv/boot/dts/starfive/jh7100-starfive-visionfive-v1.dts
  11. @@ -37,3 +37,7 @@
  12. reg = <0>;
  13. };
  14. };
  15. +
  16. +&qspi {
  17. + status = "okay";
  18. +};