Re: [PATCH v1 04/12] nvmem: microchip-otpc: Add SAM9X60 support
From: claudiu beznea
Date: Sat Aug 24 2024 - 11:54:03 EST
On 21.08.2024 13:59, Alexander Dahl wrote:
> Register layout is almost identical to sama7g5 OTPC.
Can you please mention some major differences?
>
> Signed-off-by: Alexander Dahl <ada@xxxxxxxxxxx>
> ---
> drivers/nvmem/microchip-otpc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/nvmem/microchip-otpc.c b/drivers/nvmem/microchip-otpc.c
> index bd3383eabdf6..b8ed7412dbca 100644
> --- a/drivers/nvmem/microchip-otpc.c
> +++ b/drivers/nvmem/microchip-otpc.c
> @@ -271,6 +271,7 @@ static int mchp_otpc_probe(struct platform_device *pdev)
>
> static const struct of_device_id __maybe_unused mchp_otpc_ids[] = {
> { .compatible = "microchip,sama7g5-otpc", },
> + { .compatible = "microchip,sam9x60-otpc", },
> { },
> };
> MODULE_DEVICE_TABLE(of, mchp_otpc_ids);