Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/dt: sama5d4 master clock can run at 200MHz now

After the change of frequency a SAMA5D4 can reach, we have to modify the
maximum clock specification for the master clock, up to 200MHz now.

It avoids the wrong message saying that "master clk is overclocked" for this
configuration.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

+1 -1
+1 -1
arch/arm/boot/dts/sama5d4.dtsi
··· 451 451 interrupt-parent = <&pmc>; 452 452 interrupts = <AT91_PMC_MCKRDY>; 453 453 clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>; 454 - atmel,clk-output-range = <125000000 177000000>; 454 + atmel,clk-output-range = <125000000 200000000>; 455 455 atmel,clk-divisors = <1 2 4 3>; 456 456 }; 457 457