From 9c14511ec9f21b45aef8e0e087a2d9ff1a7c5337 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 23 Jun 2024 14:47:31 +0000 Subject: [PATCH] Sun Jun 23 14:46:47 UTC 2024 Kernel update --- bsp/drivers/gpu/panfrost/panfrost_gpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/drivers/gpu/panfrost/panfrost_gpu.c b/bsp/drivers/gpu/panfrost/panfrost_gpu.c index 7e9844470f..8f2f06a83a 100644 --- a/bsp/drivers/gpu/panfrost/panfrost_gpu.c +++ b/bsp/drivers/gpu/panfrost/panfrost_gpu.c @@ -208,6 +208,8 @@ static const struct panfrost_model gpu_models[] = { GPU_MODEL(g52, 0x7002), GPU_MODEL(g31, 0x7003, GPU_REV(g31, 1, 0)), + GPU_MODEL(g57, 0x9001, + GPU_REV(g57, 0, 0)), }; static void panfrost_gpu_init_features(struct panfrost_device *pfdev)