Hi Stefan,
On Wed, Nov 27, 2019 at 09:07:40AM +0200, Stefan Mavrodiev wrote:
On 11/26/19 6:27 PM, Maxime Ripard wrote:As far as I can tell, the A64 has regulators for PC, PD, PE, PG and
Hi Stefan,Sure. Should the supplies defined as regulators names be added also to the
On Tue, Nov 26, 2019 at 01:05:08PM +0200, Stefan Mavrodiev wrote:
On A64-OLinuXino boards, PG9 is used for USB1 enable/disable. TheThe equal sign should have spaces around it.
port is supplied by DLDO4, which is disabled by default. The patch
adds the regulator as vcc-pg, which is later used by the pinctrl.
Signed-off-by: Stefan Mavrodiev <stefan@xxxxxxxxxx>
---
arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
index 01a9a52edae4..c9d8c9c4ef20 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
@@ -163,6 +163,10 @@
status = "okay";
};
+&pio {
+ vcc-pg-supply=<®_dldo4>;
Also, can you please list all the bank supplies while you're at it?
pio node?
For example reg_aldo1 is named "vcc-pe".
PL, so you should list those (PL being under r_pio)
Also, since the commit message will be different for better representationEither way works for me as long as the commit message matches the changes.
of the changes, should I send the next
patch as v2 or as a new one?
Thanks!
Maxime