Skip to content

Commit

Permalink
ARM: dts: sun7i: Enable PWM controller on Wexler TAB7200 tablet
Browse files Browse the repository at this point in the history
Wexler TAB7200 tablet use channel 0 of the PWM controller for backlight dimming

Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Aleksei Mamlin authored and Maxime Ripard committed Dec 18, 2015
1 parent 2c102c3 commit 0e710f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@
};
};

&pwm {
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pins_a>;
status = "okay";
};

&reg_dcdc2 {
regulator-always-on;
regulator-min-microvolt = <1000000>;
Expand Down

0 comments on commit 0e710f1

Please sign in to comment.