Author: loos
Date: Wed Apr 22 17:35:58 2015
New Revision: 281859
URL: https://svnweb.freebsd.org/changeset/base/281859

Log:
  Fix the SDHCI clock frequency for RPI2, the default clock (for the newer
  firmware versions) is 250MHz.

Modified:
  head/sys/boot/fdt/dts/arm/bcm2836.dtsi

Modified: head/sys/boot/fdt/dts/arm/bcm2836.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/bcm2836.dtsi      Wed Apr 22 17:09:02 2015        
(r281858)
+++ head/sys/boot/fdt/dts/arm/bcm2836.dtsi      Wed Apr 22 17:35:58 2015        
(r281859)
@@ -431,7 +431,7 @@
                        interrupts = <70>;
                        interrupt-parent = <&intc>;
 
-                       clock-frequency = <2500000000>; /* Set by VideoCore */
+                       clock-frequency = <250000000>;  /* Set by VideoCore */
                };
 
                uart0: uart0 {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to