riscv: ae350: dts: Update L2 cache compatible string
authorYu Chien Peter Lin <peterlin@andestech.com>
Mon, 6 Feb 2023 08:10:48 +0000 (16:10 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 17 Feb 2023 11:07:48 +0000 (19:07 +0800)
Update the compatible string of L2 cache.

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/dts/ae350_32.dts
arch/riscv/dts/ae350_64.dts
drivers/cache/cache-v5l2.c

index 96ef8bd..61af6d5 100644 (file)
        };
 
        L2: l2-cache@e0500000 {
-               compatible = "v5l2cache";
+               compatible = "cache";
                cache-level = <2>;
                cache-size = <0x40000>;
                reg = <0xe0500000 0x40000>;
index cddbaec..8c7db29 100644 (file)
        };
 
        L2: l2-cache@e0500000 {
-               compatible = "v5l2cache";
+               compatible = "cache";
                cache-level = <2>;
                cache-size = <0x40000>;
                reg = <0x0 0xe0500000 0x0 0x40000>;
index e782430..c6d3a8f 100644 (file)
@@ -184,7 +184,7 @@ static int v5l2_probe(struct udevice *dev)
 }
 
 static const struct udevice_id v5l2_cache_ids[] = {
-       { .compatible = "v5l2cache" },
+       { .compatible = "cache" },
        {}
 };