diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-23 06:41:11 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-24 15:25:20 -0400 |
commit | ca02e3f9b1853ff82565a3262146a710f5af7ebb (patch) | |
tree | 7517483ce680f0ad63e07614c783959119b585fd | |
parent | e19e64aaf4057cc7ba20d4f573bcda8ea0df8a8c (diff) |
ARM64: dts: meson-gxl: Add missing pinctrl pins groups
Add pinctrl pins nodes following the additions of missing pins in the pinctrl
driver.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index dd1b0bcfdc94..269458b05fd4 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | |||
@@ -103,6 +103,13 @@ | |||
103 | }; | 103 | }; |
104 | }; | 104 | }; |
105 | 105 | ||
106 | uart_ao_b_0_1_pins: uart_ao_b_0_1 { | ||
107 | mux { | ||
108 | groups = "uart_tx_ao_b_0", "uart_rx_ao_b_1"; | ||
109 | function = "uart_ao_b"; | ||
110 | }; | ||
111 | }; | ||
112 | |||
106 | uart_ao_b_cts_rts_pins: uart_ao_b_cts_rts { | 113 | uart_ao_b_cts_rts_pins: uart_ao_b_cts_rts { |
107 | mux { | 114 | mux { |
108 | groups = "uart_cts_ao_b", | 115 | groups = "uart_cts_ao_b", |
@@ -118,6 +125,14 @@ | |||
118 | }; | 125 | }; |
119 | }; | 126 | }; |
120 | 127 | ||
128 | i2c_ao_pins: i2c_ao { | ||
129 | mux { | ||
130 | groups = "i2c_sck_ao", | ||
131 | "i2c_sda_ao"; | ||
132 | function = "i2c_ao"; | ||
133 | }; | ||
134 | }; | ||
135 | |||
121 | pwm_ao_a_3_pins: pwm_ao_a_3 { | 136 | pwm_ao_a_3_pins: pwm_ao_a_3 { |
122 | mux { | 137 | mux { |
123 | groups = "pwm_ao_a_3"; | 138 | groups = "pwm_ao_a_3"; |
@@ -138,6 +153,13 @@ | |||
138 | function = "pwm_ao_b"; | 153 | function = "pwm_ao_b"; |
139 | }; | 154 | }; |
140 | }; | 155 | }; |
156 | |||
157 | pwm_ao_b_6_pins: pwm_ao_b_6 { | ||
158 | mux { | ||
159 | groups = "pwm_ao_b_6"; | ||
160 | function = "pwm_ao_b"; | ||
161 | }; | ||
162 | }; | ||
141 | }; | 163 | }; |
142 | }; | 164 | }; |
143 | 165 | ||
@@ -168,6 +190,16 @@ | |||
168 | }; | 190 | }; |
169 | }; | 191 | }; |
170 | 192 | ||
193 | nor_pins: nor { | ||
194 | mux { | ||
195 | groups = "nor_d", | ||
196 | "nor_q", | ||
197 | "nor_c", | ||
198 | "nor_cs"; | ||
199 | function = "nor"; | ||
200 | }; | ||
201 | }; | ||
202 | |||
171 | sdcard_pins: sdcard { | 203 | sdcard_pins: sdcard { |
172 | mux { | 204 | mux { |
173 | groups = "sdcard_d0", | 205 | groups = "sdcard_d0", |