Hi Tomi,

Thank you for the patch.

On Mon, Dec 19, 2022 at 04:01:36PM +0200, Tomi Valkeinen wrote:
> Add VI6_IP_VERSION_SOC_V4H so that we can identify V4H SoC.
> 
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen+rene...@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>

> ---
>  drivers/media/platform/renesas/vsp1/vsp1_regs.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/platform/renesas/vsp1/vsp1_regs.h 
> b/drivers/media/platform/renesas/vsp1/vsp1_regs.h
> index 8c9333f76858..c61e8dafeecf 100644
> --- a/drivers/media/platform/renesas/vsp1/vsp1_regs.h
> +++ b/drivers/media/platform/renesas/vsp1/vsp1_regs.h
> @@ -782,6 +782,7 @@
>  #define VI6_IP_VERSION_SOC_M3N               (0x04 << 0)
>  #define VI6_IP_VERSION_SOC_E3                (0x04 << 0)
>  #define VI6_IP_VERSION_SOC_V3U               (0x05 << 0)
> +#define VI6_IP_VERSION_SOC_V4H               (0x06 << 0)
>  /* RZ/G2L SoCs have no version register, So use 0x80 for SoC Identification 
> */
>  #define VI6_IP_VERSION_SOC_RZG2L     (0x80 << 0)
>  

-- 
Regards,

Laurent Pinchart

Reply via email to