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

Emmanuel Vadot manu at FreeBSD.org
Mon Oct 24 21:09:50 UTC 2016


Author: manu
Date: Mon Oct 24 21:09:48 2016
New Revision: 307883
URL: https://svnweb.freebsd.org/changeset/base/307883

Log:
  Add needed cpu-supply property for cpufreq.
  
  Patch is merged upstream, in the meantime add it in our DTS.

Modified:
  head/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts

Modified: head/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts	Mon Oct 24 21:05:23 2016	(r307882)
+++ head/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts	Mon Oct 24 21:09:48 2016	(r307883)
@@ -41,3 +41,7 @@
 		};
 	};
 };
+
+&cpu0 {
+	cpu-supply = <&reg_dcdc2>;
+};


More information about the svn-src-all mailing list