arm64: dts: allwinner: a64: olinuxino: Add bank supply regulators
Allwinner A64 SoC has separate supplies for PC, PD, PE, PG and PL. This patch adds regulators for them to the pinctrl node. Exception is PL which is used by the RSB bus. To avoid circular dependencies, VCC-PL is omitted. On boards with eMMC, VCC-PC is supplied by ELDO1, instead of DCDC1. Signed-off-by: Stefan Mavrodiev <stefan@olimex.com> [Maxime: Changed the r_pio comment a bit] Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Родитель
88432f5f84
Коммит
f0c3b29f56
|
@ -21,3 +21,7 @@
|
||||||
cap-mmc-hw-reset;
|
cap-mmc-hw-reset;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pio {
|
||||||
|
vcc-pc-supply = <®_eldo1>;
|
||||||
|
};
|
||||||
|
|
|
@ -163,6 +163,23 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pio {
|
||||||
|
vcc-pc-supply = <®_dcdc1>;
|
||||||
|
vcc-pd-supply = <®_dcdc1>;
|
||||||
|
vcc-pe-supply = <®_aldo1>;
|
||||||
|
vcc-pg-supply = <®_dldo4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&r_pio {
|
||||||
|
/*
|
||||||
|
* FIXME: We can't add that supply for now since it would
|
||||||
|
* create a circular dependency between pinctrl, the regulator
|
||||||
|
* and the RSB Bus.
|
||||||
|
*
|
||||||
|
* vcc-pl-supply = <®_aldo2>;
|
||||||
|
*/
|
||||||
|
};
|
||||||
|
|
||||||
&r_rsb {
|
&r_rsb {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче