Re: [PATCH v3 04/13] reset: eyeq: Add Mobileye EyeQ6Lplus OLB
From: Philipp Zabel
Date: Thu Feb 26 2026 - 09:05:21 EST
On Do, 2026-02-26 at 14:33 +0100, Benoît Monin wrote:
> Declare the two reset domains found in the EyeQ6Lplus OLB and add
> them to the data matched by 'mobileye,eyeq6lplus-olb' compatible.
>
> Those reset domains are identical to those present in the EyeQ5
> OLB, so no changes are needed to support them.
>
> Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Signed-off-by: Benoît Monin <benoit.monin@xxxxxxxxxxx>
> ---
> drivers/reset/Kconfig | 4 ++--
> drivers/reset/reset-eyeq.c | 31 +++++++++++++++++++++++++++++++
> 2 files changed, 33 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index 7ce151f6a7e4..0cf49495d814 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -85,9 +85,9 @@ config RESET_EIC7700
>
> config RESET_EYEQ
> bool "Mobileye EyeQ reset controller"
> - depends on MACH_EYEQ5 || MACH_EYEQ6H || COMPILE_TEST
> + depends on MACH_EYEQ5 || MACH_EYEQ6H || MACH_EYEQ6LPLUS || COMPILE_TEST
> select AUXILIARY_BUS
> - default MACH_EYEQ5 || MACH_EYEQ6H
> + default MACH_EYEQ5 || MACH_EYEQ6H || MACH_EYEQ6LPLUS
How about replacing "MACH_EYEQ5 || MACH_EYEQ6H" with just "EYEQ"
instead?
regards
Philipp