Allwinner A64 SoC has separate supplies for PC, PD, PE, PG and PL. Usually supplies are linked via the 'regulator-name' property of regulator nodes. However when regulators are shared we need to declare the additional links in the pinctrl node. Signed-off-by: Harald Geyer <harald@xxxxxxxxx> --- arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts index aff0660b899c..cc316ef2e2d6 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts @@ -197,6 +197,11 @@ &ohci1 { status = "okay"; }; +&pio { + vcc-pc-supply = <®_dcdc1>; + vcc-pg-supply = <®_aldo2>; +}; + &pwm { status = "okay"; }; -- 2.35.2