Skip to content

Commit 99e1074

Browse files
codrin989bebarino
authored andcommitted
clk: at91: Add peripheral clock for PTC
PMC generates the peripheral clock for the PTC. Signed-off-by: Codrin Ciubotariu <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8f3d9f3 commit 99e1074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/at91/sama5d2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static const struct {
8989
{ .n = "i2s1_clk", .id = 55, .r = { .min = 0, .max = 83000000 }, },
9090
{ .n = "can0_clk", .id = 56, .r = { .min = 0, .max = 83000000 }, },
9191
{ .n = "can1_clk", .id = 57, .r = { .min = 0, .max = 83000000 }, },
92+
{ .n = "ptc_clk", .id = 58, .r = { .min = 0, .max = 83000000 }, },
9293
{ .n = "classd_clk", .id = 59, .r = { .min = 0, .max = 83000000 }, },
9394
};
9495

0 commit comments

Comments
 (0)