[PATCH 3/4] ARM: dts: imx: b850v3: Define GPIO line names

Ian Ray posted 4 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 3/4] ARM: dts: imx: b850v3: Define GPIO line names
Posted by Ian Ray 1 month, 2 weeks ago
Define GPIO line names for gpio4.

Signed-off-by: Ian Ray <ian.ray@gehealthcare.com>
---
 arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
index e7ccdcba2d5c..30181b5132a9 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
@@ -72,6 +72,18 @@ lvds0_out: endpoint {
 	};
 };
 
+&gpio4 {
+	gpio-line-names =
+		"", "", "", "",
+		"", "", "", "",
+		"", "", "", "",
+		"", "", "PWGIN", "",
+		"", "", "", "",
+		"", "", "", "",
+		"", "", "", "",
+		"", "", "", "";
+};
+
 &i2c2 {
 	pca9547_ddc: mux@70 {
 		compatible = "nxp,pca9547";
-- 
2.49.0
Re: [PATCH 3/4] ARM: dts: imx: b850v3: Define GPIO line names
Posted by Daniel Baluta 1 month, 2 weeks ago
On 2/17/26 14:59, Ian Ray wrote:
> @@ -72,6 +72,18 @@ lvds0_out: endpoint {
>         };
>  };
>
> +&gpio4 {
> +       gpio-line-names =
> +               "", "", "", "",
> +               "", "", "", "",
> +               "", "", "", "",
> +               "", "", "PWGIN", "",
> +               "", "", "", "",
> +               "", "", "", "",
> +               "", "", "", "",
> +               "", "", "", "";
> +};

Looking at my latest version of code this node should be a little bit up in the

file to preserve the alphabetical sorting of references modification.

e.g

+&gpio4 {

... then

comes

&ldb {


etc.
Re: [PATCH 3/4] ARM: dts: imx: b850v3: Define GPIO line names
Posted by Ian Ray 1 month, 2 weeks ago
On Tue, Feb 17, 2026 at 03:23:02PM +0200, Daniel Baluta wrote:
> CAUTION: This email originated from outside of GE HealthCare. Only open links or attachments if you trust the sender. Report suspicious emails using Outlook’s “Report” button.
> 
> On 2/17/26 14:59, Ian Ray wrote:
> > @@ -72,6 +72,18 @@ lvds0_out: endpoint {
> >         };
> >  };
> >
> > +&gpio4 {
> > +       gpio-line-names =
> > +               "", "", "", "",
> > +               "", "", "", "",
> > +               "", "", "", "",
> > +               "", "", "PWGIN", "",
> > +               "", "", "", "",
> > +               "", "", "", "",
> > +               "", "", "", "",
> > +               "", "", "", "";
> > +};
> 
> Looking at my latest version of code this node should be a little bit up in the
> 
> file to preserve the alphabetical sorting of references modification.

Good catch, thanks!  Will include in V2.

> 
> e.g
> 
> +&gpio4 {
> 
> ... then
> 
> comes
> 
> &ldb {
> 
> 
> etc.
> 
>