Re: [PATCH v2 7/7] media: iris: add platform data for kaanapali
From: Krzysztof Kozlowski
Date: Fri Feb 27 2026 - 10:54:35 EST
On 27/02/2026 15:11, Vikash Garodia wrote:
> +
> +#include <dt-bindings/media/qcom,iris.h>
> +
> +#define VIDEO_REGION_VM0_SECURE_NP_ID 1
> +#define VIDEO_REGION_VM0_NONSECURE_NP_ID 5
> +
> +static const char *const kaanapali_clk_reset_table[] = {
> + "bus0",
> + "bus1",
> + "core",
> + "vcodec0_core",
> +};
How many copies do you want of this? Data definition never goes to
headers. That's standard C rules.
Best regards,
Krzysztof