[PATCH v8 19/21] sifive: dts: fu540: Enable L2 Cache in U-Boot
Jagan Teki
jagan at amarulasolutions.com
Sun May 10 17:14:00 CEST 2020
On Sat, May 9, 2020 at 8:02 PM Pragnesh Patel <pragnesh.patel at sifive.com> wrote:
>
> 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 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";
> +};
Squash with next commit.
More information about the U-Boot
mailing list