ARM: at91/dt: sama5d4 master clock can run at 200MHz now
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 1 Dec 2015 13:42:37 +0000 (14:42 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 15 Dec 2015 11:20:24 +0000 (12:20 +0100)
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>
arch/arm/boot/dts/sama5d4.dtsi

index 47eaa22..8ad5431 100644 (file)
                                        interrupt-parent = <&pmc>;
                                        interrupts = <AT91_PMC_MCKRDY>;
                                        clocks = <&clk32k>, <&main>, <&plladiv>, <&utmi>;
-                                       atmel,clk-output-range = <125000000 177000000>;
+                                       atmel,clk-output-range = <125000000 200000000>;
                                        atmel,clk-divisors = <1 2 4 3>;
                                };