Re: [linux-sunxi] Re: [PATCH v5 2/7] ARM: dts: sun8i: v40: bananapi-m2-berry: Add GPIO pin-bank regulator supplies

From: Pablo SebastiÃn Greco
Date: Thu May 02 2019 - 06:25:01 EST



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@xxxxxxxxxxxxxxxxx>
---
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