From ec24c2be7fa5fd635519bf9a81722b88784e8a52 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 29 Aug 2025 13:44:36 +0000 Subject: [PATCH] linux (Rockchip): rebase patches for 6.16.4 --- .../patches/linux/default/linux-1001-v4l2-rockchip.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Rockchip/patches/linux/default/linux-1001-v4l2-rockchip.patch b/projects/Rockchip/patches/linux/default/linux-1001-v4l2-rockchip.patch index 631c4ea7ea..77828b0289 100644 --- a/projects/Rockchip/patches/linux/default/linux-1001-v4l2-rockchip.patch +++ b/projects/Rockchip/patches/linux/default/linux-1001-v4l2-rockchip.patch @@ -392,9 +392,9 @@ index 8de6fd2e8eef..002b1a600f93 100644 -#define RK3288_ACLK_MAX_FREQ (400 * 1000 * 1000) +#define RK3288_ACLK_MAX_FREQ (600 * 1000 * 1000) +#define RK3399_ACLK_MAX_FREQ (400 * 1000 * 1000) - #define RK3588_ACLK_MAX_FREQ (300 * 1000 * 1000) #define ROCKCHIP_VPU981_MIN_SIZE 64 + @@ -346,13 +347,20 @@ static int rk3066_vpu_hw_init(struct hantro_dev *vpu) return 0; }