Skip to content

Commit

Permalink
ARM: dts: rockchip: enable PWM on Radxa Rock
Browse files Browse the repository at this point in the history
This enables user space access to the 3 PWM available on the Radxa Rock headers.

Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Julien CHAUVEAU authored and Heiko Stuebner committed Nov 15, 2014
1 parent 6df127f commit efb66e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/rk3188-radxarock.dts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@
disable-wp;
};

&pwm1 {
status = "okay";
};

&pwm2 {
status = "okay";
};

&pwm3 {
status = "okay";
};

&pinctrl {
pcfg_output_low: pcfg-output-low {
output-low;
Expand Down

0 comments on commit efb66e9

Please sign in to comment.