From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pragnesh Patel Date: Sat, 9 May 2020 20:00:34 +0530 Subject: [PATCH v8 19/21] sifive: dts: fu540: Enable L2 Cache in U-Boot In-Reply-To: <20200509143037.26009-1-pragnesh.patel@sifive.com> References: <20200509143037.26009-1-pragnesh.patel@sifive.com> Message-ID: <20200509143037.26009-20-pragnesh.patel@sifive.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add L2 cache node to enable cache ways from U-Boot Signed-off-by: Pragnesh Patel Reviewed-by: Bin Meng --- 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 fc91a7c987..42e43522ed 100644 --- a/arch/riscv/dts/fu540-c000-u-boot.dtsi +++ b/arch/riscv/dts/fu540-c000-u-boot.dtsi @@ -82,3 +82,7 @@ &qspi2 { u-boot,dm-spl; }; + +&l2cache { + status = "okay"; +}; -- 2.17.1