[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6a234b6b-ac4c-4fa8-8809-df56327f7b9c@tuxon.dev>
Date: Sat, 24 Aug 2024 18:53:53 +0300
From: claudiu beznea <claudiu.beznea@...on.dev>
To: Alexander Dahl <ada@...rsis.com>
Cc: Christian Melki <christian.melki@...ata.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
"moderated list:MICROCHIP OTPC DRIVER"
<linux-arm-kernel@...ts.infradead.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1 04/12] nvmem: microchip-otpc: Add SAM9X60 support
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@...rsis.com>
> ---
> 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);
Powered by blists - more mailing lists