]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: meson8: add the PWM_E and PWM_F pins
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 15 Jun 2017 21:33:45 +0000 (23:33 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 16 Jun 2017 19:07:10 +0000 (12:07 -0700)
This adds the definition of the PWM_E (CBUS) and PWM_F (AOBUS) to
meson8.dtsi, allowing devices to use them. PWM_E can be used on some
devices to generate the 32.768kHz clock for the SDIO wifi module, while
PWM_F can be used to control the power LED.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi

index c5d73b99977315344072346dcebbbc6d93acf0ea..5ff7903964c61d65eeaef65e37e457b344272155 100644 (file)
                                function = "remote";
                        };
                };
+
+               pwm_f_ao_pins: pwm-f-ao {
+                       mux {
+                               groups = "pwm_f_ao";
+                               function = "pwm_f_ao";
+                       };
+               };
        };
 };
 
                                function = "ethernet";
                        };
                };
+
+               pwm_e_pins: pwm-e {
+                       mux {
+                               groups = "pwm_e";
+                               function = "pwm_e";
+                       };
+               };
        };
 };