Skip to content

Commit cd07cc1

Browse files
osctobenoglitch
authored andcommitted
ARM: dts: at91: enable AUDIOPLL as source for PCKx
Datasheet for SAMA5D2x mentions 6 sources for PCKx, the last being AUDIOPLL. 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 2e1aea2 commit cd07cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
#address-cells = <1>;
559559
#size-cells = <0>;
560560
interrupt-parent = <&pmc>;
561-
clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>;
561+
clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>, <&mck>, <&audio_pll_pmc>;
562562

563563
prog0: prog0 {
564564
#clock-cells = <0>;

0 commit comments

Comments
 (0)