clk: at91: Add peripheral clock for PTC
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Fri, 15 May 2020 14:27:20 +0000 (17:27 +0300)
committerStephen Boyd <sboyd@kernel.org>
Wed, 27 May 2020 03:21:36 +0000 (20:21 -0700)
PMC generates the peripheral clock for the PTC.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lkml.kernel.org/r/20200515142720.290206-1-codrin.ciubotariu@microchip.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/at91/sama5d2.c

index ff7e3f7..73b287f 100644 (file)
@@ -89,6 +89,7 @@ static const struct {
        { .n = "i2s1_clk",    .id = 55, .r = { .min = 0, .max = 83000000 }, },
        { .n = "can0_clk",    .id = 56, .r = { .min = 0, .max = 83000000 }, },
        { .n = "can1_clk",    .id = 57, .r = { .min = 0, .max = 83000000 }, },
+       { .n = "ptc_clk",     .id = 58, .r = { .min = 0, .max = 83000000 }, },
        { .n = "classd_clk",  .id = 59, .r = { .min = 0, .max = 83000000 }, },
 };