summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYu Chien Peter Lin <peterlin@andestech.com>2023-02-06 11:10:48 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-02-17 14:07:48 +0300
commitc1b88196807e1dd797aea6cc7ddb0dce02b4e898 (patch)
treeec1bb1c7873da8c127ef423a049291c4d737d93b /drivers
parentd8a146d19b9a39a9b90aa40c8e61c5d0ddfa17e5 (diff)
downloadu-boot-c1b88196807e1dd797aea6cc7ddb0dce02b4e898.tar.xz
riscv: ae350: dts: Update L2 cache compatible string
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cache/cache-v5l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cache/cache-v5l2.c b/drivers/cache/cache-v5l2.c
index e782430c57..c6d3a8f893 100644
--- a/drivers/cache/cache-v5l2.c
+++ b/drivers/cache/cache-v5l2.c
@@ -184,7 +184,7 @@ static int v5l2_probe(struct udevice *dev)
}
static const struct udevice_id v5l2_cache_ids[] = {
- { .compatible = "v5l2cache" },
+ { .compatible = "cache" },
{}
};