Add cpu-supply xref to cpu@0

This commit is contained in:
jmcneill 2016-09-03 15:24:30 +00:00
parent af0e7ee263
commit 5d135bbf6f

View File

@ -31,6 +31,14 @@
#include <dt-bindings/gpio/gpio.h>
/ {
cpus {
cpu@0 {
cpu-supply = <&reg_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";
};
};
};
};