Commit 0e710f1f authored by Aleksei Mamlin's avatar Aleksei Mamlin Committed by Maxime Ripard

ARM: dts: sun7i: Enable PWM controller on Wexler TAB7200 tablet

Wexler TAB7200 tablet use channel 0 of the PWM controller for backlight dimming
Signed-off-by: default avatarAleksei Mamlin <mamlinav@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 2c102c38
......@@ -154,6 +154,12 @@ usb0_id_detect_pin: usb0_id_detect_pin@0 {
};
};
&pwm {
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pins_a>;
status = "okay";
};
&reg_dcdc2 {
regulator-always-on;
regulator-min-microvolt = <1000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment