Re: [PATCH] clk: at91: Add peripheral clock for PTC

2020-05-26 Thread Stephen Boyd
Quoting Codrin Ciubotariu (2020-05-15 07:27:20)
> PMC generates the peripheral clock for the PTC.
> 
> Signed-off-by: Codrin Ciubotariu 
> ---

Applied to clk-next


[PATCH] clk: at91: Add peripheral clock for PTC

2020-05-15 Thread Codrin Ciubotariu
PMC generates the peripheral clock for the PTC.

Signed-off-by: Codrin Ciubotariu 
---
 drivers/clk/at91/sama5d2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/at91/sama5d2.c b/drivers/clk/at91/sama5d2.c
index ff7e3f727082..73b287fbecb8 100644
--- a/drivers/clk/at91/sama5d2.c
+++ b/drivers/clk/at91/sama5d2.c
@@ -89,6 +89,7 @@ static const struct {
{ .n = "i2s1_clk",.id = 55, .r = { .min = 0, .max = 8300 }, },
{ .n = "can0_clk",.id = 56, .r = { .min = 0, .max = 8300 }, },
{ .n = "can1_clk",.id = 57, .r = { .min = 0, .max = 8300 }, },
+   { .n = "ptc_clk", .id = 58, .r = { .min = 0, .max = 8300 }, },
{ .n = "classd_clk",  .id = 59, .r = { .min = 0, .max = 8300 }, },
 };
 
-- 
2.25.1