Message ID | 1556040365-10913-3-git-send-email-pgreco@centosproject.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: sun8i: v40 Rewrite BPi M2 Berry DTS based on BPi M2 Ultra | expand |
On Tue, Apr 23, 2019 at 02:25:59PM -0300, Pablo Greco wrote: > The bananapi-m2-berry has the PMIC providing voltage to all the pin-bank > supply rails from its various regulator outputs, tie them to the pio > node. > > Signed-off-by: Pablo Greco <pgreco@centosproject.org> > --- > arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts > index f05cabd..2cb2ce0 100644 > --- a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts > +++ b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts > @@ -123,6 +123,16 @@ > status = "okay"; > }; > > +&pio { > + pinctrl-names = "default"; A pinctrl-names property without any other one? Looks good otherwise, thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
El 2/5/19 a las 04:38, Maxime Ripard escribió: > On Tue, Apr 23, 2019 at 02:25:59PM -0300, Pablo Greco wrote: >> The bananapi-m2-berry has the PMIC providing voltage to all the pin-bank >> supply rails from its various regulator outputs, tie them to the pio >> node. >> >> Signed-off-by: Pablo Greco <pgreco@centosproject.org> >> --- >> arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts >> index f05cabd..2cb2ce0 100644 >> --- a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts >> +++ b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts >> @@ -123,6 +123,16 @@ >> status = "okay"; >> }; >> >> +&pio { >> + pinctrl-names = "default"; > A pinctrl-names property without any other one? > > Looks good otherwise, thanks > Maxime Right, I'll move this to the patch that adds pinctrl-0 > -- > Maxime Ripard, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com > Pablo
diff --git a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts index f05cabd..2cb2ce0 100644 --- a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts +++ b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts @@ -123,6 +123,16 @@ status = "okay"; }; +&pio { + pinctrl-names = "default"; + vcc-pa-supply = <®_aldo2>; + vcc-pc-supply = <®_dcdc1>; + vcc-pd-supply = <®_dcdc1>; + vcc-pe-supply = <®_eldo1>; + vcc-pf-supply = <®_dcdc1>; + vcc-pg-supply = <®_dldo1>; +}; + ®_aldo3 { regulator-always-on; regulator-min-microvolt = <2700000>;
The bananapi-m2-berry has the PMIC providing voltage to all the pin-bank supply rails from its various regulator outputs, tie them to the pio node. Signed-off-by: Pablo Greco <pgreco@centosproject.org> --- arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts | 10 ++++++++++ 1 file changed, 10 insertions(+)