Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594284

[PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups
Date 2017-03-07 15:40 +0100
Message-ID <tiorn-lc-3@gated-at.bofh.it> (permalink)
References <tinOG-8fM-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add pinctrl pins nodes following the additions of missing pins in the pinctrl
driver.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 32 ++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 583c7b8..17cd546 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -103,6 +103,13 @@
 			};
 		};
 
+		uart_ao_b_0_1_pins: uart_ao_b_0_1 {
+			mux {
+				groups = "uart_tx_ao_b_0", "uart_rx_ao_b_1";
+				function = "uart_ao_b";
+			};
+		};
+
 		uart_ao_b_cts_rts_pins: uart_ao_b_cts_rts {
 			mux {
 				groups = "uart_cts_ao_b",
@@ -118,6 +125,14 @@
 			};
 		};
 
+		i2c_ao_pins: i2c_ao {
+			mux {
+				groups = "i2c_sck_ao",
+				       "i2c_sda_ao";
+				function = "i2c_ao";
+			};
+		};
+
 		pwm_ao_a_3_pins: pwm_ao_a_3 {
 			mux {
 				groups = "pwm_ao_a_3";
@@ -138,6 +153,13 @@
 				function = "pwm_ao_b";
 			};
 		};
+
+		pwm_ao_b_6_pins: pwm_ao_b_6 {
+			mux {
+				groups = "pwm_ao_b_6";
+				function = "pwm_ao_b_6";
+			};
+		};
 	};
 };
 
@@ -168,6 +190,16 @@
 			};
 		};
 
+		nor_pins: nor {
+			mux {
+				groups = "nor_d",
+				       "nor_q",
+				       "nor_c",
+				       "nor_cs";
+				function = "nor";
+			};
+		};
+
 		sdcard_pins: sdcard {
 			mux {
 				groups = "sdcard_d0",
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] pinctrl: meson: Fix and add missing pins definitions Neil Armstrong <narmstrong@baylibre.com> - 2017-03-07 15:00 +0100
  [PATCH 1/3] pinctrl: meson-gxbb: Fix typo in i2c ao groups Neil Armstrong <narmstrong@baylibre.com> - 2017-03-07 15:10 +0100
  [PATCH 2/3] pinctrl: meson-gxl: Fix inverted registers and add missing pins Neil Armstrong <narmstrong@baylibre.com> - 2017-03-07 15:10 +0100
  [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups Neil Armstrong <narmstrong@baylibre.com> - 2017-03-07 15:40 +0100

csiph-web