]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: The rate for auxclk is 22.59792 by default
authorTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 21:25:14 +0000 (13:25 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 21:25:14 +0000 (13:25 -0800)
The rate for auxclk is 22.59792 by default.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm814x-clocks.dtsi

index 26001585673add86c25b11874d4a98c3a55ec691..e0ea6a93a22ed722392295828c21802ac54dae2d 100644 (file)
                reg = <0x0040>;
        };
 
-       /* Optional auxosc, 20 - 30 MHz range, assume 27 MHz by default */
+       /* Optional auxosc, 20 - 30 MHz range, assume 22.5729 MHz by default */
        auxosc_ck: auxosc_ck {
                #clock-cells = <0>;
                compatible = "fixed-clock";
-               clock-frequency = <27000000>;
+               clock-frequency = <22572900>;
        };
 
        /* Optional 32768Hz crystal or clock on RTCOSC pins */