arm64: dts: meson-g12-common: add more pwm_f options
authorGary Bisson <gary.bisson@boundarydevices.com>
Wed, 12 Jan 2022 21:16:41 +0000 (22:16 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 17 Jan 2022 09:45:34 +0000 (10:45 +0100)
Add missing PWM_F pin muxing for GPIOA_11 and GPIOZ_12.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220112211642.2248901-3-gary.bisson@boundarydevices.com
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

index 517519e6e87f147a2b613d793e6ad9e851870452..c20b869238870327d13d70d9be536eeaf6e20fbc 100644 (file)
                                                };
                                        };
 
+                                       pwm_f_z_pins: pwm-f-z {
+                                               mux {
+                                                       groups = "pwm_f_z";
+                                                       function = "pwm_f";
+                                                       bias-disable;
+                                               };
+                                       };
+
+                                       pwm_f_a_pins: pwm-f-a {
+                                               mux {
+                                                       groups = "pwm_f_a";
+                                                       function = "pwm_f";
+                                                       bias-disable;
+                                               };
+                                       };
+
                                        pwm_f_x_pins: pwm-f-x {
                                                mux {
                                                        groups = "pwm_f_x";