Skip to content

Commit 1a44f0b

Browse files
osctobenoglitch
authored andcommitted
clk: at91: add one programmable source more
On sama5d2, It's possible to have one parent more with the addition of audio-pll: allow this. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> [nicolas.ferre@microchip.com: split patch] Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
1 parent 1e40f8f commit 1a44f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/at91/clk-programmable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include "pmc.h"
1919

20-
#define PROG_SOURCE_MAX 5
20+
#define PROG_SOURCE_MAX 6
2121
#define PROG_ID_MAX 7
2222

2323
#define PROG_STATUS_MASK(id) (1 << ((id) + 8))

0 commit comments

Comments
 (0)