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@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@0 { + cpu-supply = <®_dcdc2>; + }; + }; +}; + &pio { emac_phy_reset_pin_pine64_plus: emac_phy_reset_pin@0 { allwinner,pins = "PD14"; @@ -64,6 +72,10 @@ reg_dc1dc: dc1sw { regulator-name = "dc1sw"; }; + + reg_dcdc2: dcdc2 { + regulator-name = "dcdc2"; + }; }; }; }; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"