Add cpu-supply xref to cpu@0
This commit is contained in:
parent
b18b1b0015
commit
1738b325d0
@ -31,6 +31,14 @@
|
|||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
cpus {
|
||||||
|
cpu@0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
emac_phy_reset_pin_pine64_plus: emac_phy_reset_pin@0 {
|
emac_phy_reset_pin_pine64_plus: emac_phy_reset_pin@0 {
|
||||||
allwinner,pins = "PD14";
|
allwinner,pins = "PD14";
|
||||||
@ -64,6 +72,10 @@
|
|||||||
reg_dc1dc: dc1sw {
|
reg_dc1dc: dc1sw {
|
||||||
regulator-name = "dc1sw";
|
regulator-name = "dc1sw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reg_dcdc2: dcdc2 {
|
||||||
|
regulator-name = "dcdc2";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user