[PATCH v2] clk: at91: sam9x7: Add peripheral clock id for pmecc

Balamanikandan Gunasundar posted 1 patch 5 months ago
drivers/clk/at91/sam9x7.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] clk: at91: sam9x7: Add peripheral clock id for pmecc
Posted by Balamanikandan Gunasundar 5 months ago
Add pmecc instance id in peripheral clock description.

Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
---
Changes in v2:
- Removed Acked-by tag that was added by mistake

 drivers/clk/at91/sam9x7.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/at91/sam9x7.c b/drivers/clk/at91/sam9x7.c
index ffab32b047a0..bce60f7393d5 100644
--- a/drivers/clk/at91/sam9x7.c
+++ b/drivers/clk/at91/sam9x7.c
@@ -403,6 +403,7 @@ static const struct {
 	{ .n = "pioD_clk",	.id = 44, },
 	{ .n = "tcb1_clk",	.id = 45, },
 	{ .n = "dbgu_clk",	.id = 47, },
+	{ .n = "pmecc_clk",     .id = 48, },
 	/*
 	 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we
 	 * need to keep it enabled in case there is no Linux consumer for it.
-- 
2.34.1
Re: [PATCH v2] clk: at91: sam9x7: Add peripheral clock id for pmecc
Posted by Nicolas Ferre 4 months, 3 weeks ago
On 09/09/2025 at 12:38, Balamanikandan Gunasundar wrote:
> Add pmecc instance id in peripheral clock description.
> 
> Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>

Added to clk-microchip with fix of tab vs. space (made by Claudiu).

Thanks, regards,
   Nicolas

> ---
> Changes in v2:
> - Removed Acked-by tag that was added by mistake
> 
>   drivers/clk/at91/sam9x7.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/at91/sam9x7.c b/drivers/clk/at91/sam9x7.c
> index ffab32b047a0..bce60f7393d5 100644
> --- a/drivers/clk/at91/sam9x7.c
> +++ b/drivers/clk/at91/sam9x7.c
> @@ -403,6 +403,7 @@ static const struct {
>   	{ .n = "pioD_clk",	.id = 44, },
>   	{ .n = "tcb1_clk",	.id = 45, },
>   	{ .n = "dbgu_clk",	.id = 47, },
> +	{ .n = "pmecc_clk",     .id = 48, },
>   	/*
>   	 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we
>   	 * need to keep it enabled in case there is no Linux consumer for it.