svn commit: r305351 - head/sys/boot/fdt/dts/arm64

Jared McNeill jmcneill at FreeBSD.org
Sat Sep 3 15:24:31 UTC 2016


Author: jmcneill
Date: Sat Sep  3 15:24:30 2016
New Revision: 305351
URL: https://svnweb.freebsd.org/changeset/base/305351

Log:
  Add cpu-supply xref to cpu at 0

Modified:
  head/sys/boot/fdt/dts/arm64/pine64_plus.dts

Modified: head/sys/boot/fdt/dts/arm64/pine64_plus.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm64/pine64_plus.dts	Sat Sep  3 15:23:59 2016	(r305350)
+++ head/sys/boot/fdt/dts/arm64/pine64_plus.dts	Sat Sep  3 15:24:30 2016	(r305351)
@@ -31,6 +31,14 @@
 
 #include <dt-bindings/gpio/gpio.h>
 
+/ {
+	cpus {
+		cpu at 0 {
+			cpu-supply = <&reg_dcdc2>;
+		};
+	};
+};
+
 &pio {
 	emac_phy_reset_pin_pine64_plus: emac_phy_reset_pin at 0 {
 		allwinner,pins = "PD14";
@@ -64,6 +72,10 @@
 			reg_dc1dc: dc1sw {
 				regulator-name = "dc1sw";
 			};
+
+			reg_dcdc2: dcdc2 {
+				regulator-name = "dcdc2";
+			};
 		};
 	};
 };


More information about the svn-src-all mailing list