From f7a96c377f97c2acd4e9c58a9d78706635a7f186 Mon Sep 17 00:00:00 2001
From: Clemens Terasa <clemens.terasa@garz-fricke.com>
Date: Fri, 15 Jul 2022 15:54:53 +0200
Subject: [PATCH] arm: dts: Nallino: Add keypad GPIO names

Add the names for the keypad GPIOs. By default thse should be muxed as
GPIO (inputs). By using the gpiod tooling it should be possible to make
use of them.

BCS 746-000993
---
 arch/arm/boot/dts/garzfricke/imx6ull-nallino.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/garzfricke/imx6ull-nallino.dts b/arch/arm/boot/dts/garzfricke/imx6ull-nallino.dts
index 7eb2925930d6a..060af113495c9 100644
--- a/arch/arm/boot/dts/garzfricke/imx6ull-nallino.dts
+++ b/arch/arm/boot/dts/garzfricke/imx6ull-nallino.dts
@@ -253,6 +253,20 @@ &can1 {
 	status = "okay";
 };
 
+&gpio2 {
+	gpio-line-names = "", "", "", "", "", "", "", "",
+			  "", "", "", "", "", "", "kprow7", "kpcol7",
+			  "", "", "", "", "", "", "", "",
+			  "", "", "", "", "", "", "", "";
+};
+
+&gpio4 {
+	gpio-line-names = "", "", "", "", "", "", "", "",
+			  "", "", "", "", "", "", "", "",
+			  "", "", "", "", "", "", "", "",
+			  "", "spi1_sclk", "spi1_sso", "spi1_mosi", "spi1_miso", "", "", "";
+};
+
 &i2c1 { /* RTC, PMIC, EEPROM, Temp */
 	clock-frequency = <100000>;
 	pinctrl-names = "default", "gpio";
-- 
GitLab