Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb390193 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun5i: Add PWM channel 0 pinmux setting for A13/A10s



Add a pinmux setting for the first pwm channel. This is often used for
backlight dimming on tablets.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 51763bd7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -543,6 +543,13 @@
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			pwm0_pins: pwm0 {
				allwinner,pins = "PB2";
				allwinner,function = "pwm";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};
		};

		timer@01c20c00 {