Skip to content

Commit 5349329

Browse files
clk: at91: sam9x7: correct the max frequency for qspi gclk
Correct the max frequency for QSPI GCLK as 200MHz Fixes: d6df2c2 ("clk: at91: sam9x7: add sam9x7 pmc driver") Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
1 parent 05d41b7 commit 5349329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/at91/sam9x7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ static const struct {
650650
{
651651
.n = "qspi_gclk",
652652
.id = 35,
653-
.r = { .max = 20000000 },
653+
.r = { .max = 200000000 },
654654
.pp = { "audiopll_divpmcck", "plla_div2pmcck", },
655655
.pp_mux_table = { 6, 8, },
656656
.pp_count = 2,

0 commit comments

Comments
 (0)