[PATCH v7 19/22] sifive: dts: fu540: Enable L2 Cache in U-Boot
Pragnesh Patel
pragnesh.patel at sifive.com
Sat May 2 12:06:23 CEST 2020
Add L2 cache node to enable cache ways from U-Boot
Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
arch/riscv/dts/fu540-c000-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/riscv/dts/fu540-c000-u-boot.dtsi b/arch/riscv/dts/fu540-c000-u-boot.dtsi
index ab697ab93c..3c3b810998 100644
--- a/arch/riscv/dts/fu540-c000-u-boot.dtsi
+++ b/arch/riscv/dts/fu540-c000-u-boot.dtsi
@@ -85,3 +85,7 @@
&qspi2 {
u-boot,dm-spl;
};
+
+&l2cache {
+ status = "okay";
+};
--
2.17.1
More information about the U-Boot
mailing list