Skip to content

Commit b33a1ac

Browse files
committed
ARM: dts: at91: sama5d2: allow 24 Mhz clock as input for PLL
The PLL input range needs to be able to allow 24 Mhz crystal as input Update the range accordingly. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 2ac5ac0 commit b33a1ac

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
@@ -494,7 +494,7 @@
494494
interrupts = <AT91_PMC_LOCKA>;
495495
clocks = <&main>;
496496
reg = <0>;
497-
atmel,clk-input-range = <12000000 12000000>;
497+
atmel,clk-input-range = <12000000 24000000>;
498498
#atmel,pll-clk-output-range-cells = <4>;
499499
atmel,pll-clk-output-ranges = <600000000 1200000000 0 0>;
500500
};

0 commit comments

Comments
 (0)