ARM64: dts: meson-gxl: add the pwm_ao_b pin
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 22 Jan 2017 21:05:28 +0000 (22:05 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 27 Jan 2017 19:00:41 +0000 (11:00 -0800)
This adds the pwm_ao_b pin to allow boards which have an LED connected
to GPIOAO_9 to use the leds-pwm driver (by activating the pwm_AO_ab node
and passing the pwm_ao_b_pin pinctrl-reference).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index bdf2305..5f1100a 100644 (file)
                                function = "remote_input_ao";
                        };
                };
+
+               pwm_ao_b_pins: pwm_ao_b {
+                       mux {
+                               groups = "pwm_ao_b";
+                               function = "pwm_ao_b";
+                       };
+               };
        };
 };