ARM64: dts: meson-gxl: Add missing pinctrl pins groups
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 23 Mar 2017 10:41:11 +0000 (11:41 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 24 Mar 2017 19:25:20 +0000 (12:25 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index dd1b0bc..269458b 100644 (file)
                        };
                };
 
+               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",
                        };
                };
 
+               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";
                                function = "pwm_ao_b";
                        };
                };
+
+               pwm_ao_b_6_pins: pwm_ao_b_6 {
+                       mux {
+                               groups = "pwm_ao_b_6";
+                               function = "pwm_ao_b";
+                       };
+               };
        };
 };
 
                        };
                };
 
+               nor_pins: nor {
+                       mux {
+                               groups = "nor_d",
+                                      "nor_q",
+                                      "nor_c",
+                                      "nor_cs";
+                               function = "nor";
+                       };
+               };
+
                sdcard_pins: sdcard {
                        mux {
                                groups = "sdcard_d0",