[PATCH v1 04/12] nvmem: microchip-otpc: Add SAM9X60 support
claudiu beznea
claudiu.beznea at tuxon.dev
Sat Aug 24 08:53:53 PDT 2024
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 at thorsis.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);
More information about the linux-arm-kernel
mailing list