svn commit: r281859 - head/sys/boot/fdt/dts/arm

Luiz Otavio O Souza loos at FreeBSD.org
Wed Apr 22 17:35:59 UTC 2015


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 {


More information about the svn-src-head mailing list