diff options
| author | Yu Chien Peter Lin <[email protected]> | 2023-02-06 16:10:48 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-02-17 19:07:48 +0800 |
| commit | c1b88196807e1dd797aea6cc7ddb0dce02b4e898 (patch) | |
| tree | ec1bb1c7873da8c127ef423a049291c4d737d93b /arch | |
| parent | d8a146d19b9a39a9b90aa40c8e61c5d0ddfa17e5 (diff) | |
riscv: ae350: dts: Update L2 cache compatible string
Update the compatible string of L2 cache.
Signed-off-by: Yu Chien Peter Lin <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/dts/ae350_32.dts | 2 | ||||
| -rw-r--r-- | arch/riscv/dts/ae350_64.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts index 96ef8bd8ddb..61af6d5465e 100644 --- a/arch/riscv/dts/ae350_32.dts +++ b/arch/riscv/dts/ae350_32.dts @@ -112,7 +112,7 @@ }; L2: l2-cache@e0500000 { - compatible = "v5l2cache"; + compatible = "cache"; cache-level = <2>; cache-size = <0x40000>; reg = <0xe0500000 0x40000>; diff --git a/arch/riscv/dts/ae350_64.dts b/arch/riscv/dts/ae350_64.dts index cddbaec98ad..8c7db29b4f2 100644 --- a/arch/riscv/dts/ae350_64.dts +++ b/arch/riscv/dts/ae350_64.dts @@ -112,7 +112,7 @@ }; L2: l2-cache@e0500000 { - compatible = "v5l2cache"; + compatible = "cache"; cache-level = <2>; cache-size = <0x40000>; reg = <0x0 0xe0500000 0x0 0x40000>; |
