ARM: dts: rockchip: enable PWM on Radxa Rock
authorJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Fri, 14 Nov 2014 15:32:25 +0000 (16:32 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 15 Nov 2014 20:16:30 +0000 (21:16 +0100)
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>
arch/arm/boot/dts/rk3188-radxarock.dts

index 0950a052494703dd28e8f568d4f9c85764c0c30f..6eb62c0530551796920ef5d808677acfa7d3069b 100644 (file)
        disable-wp;
 };
 
+&pwm1 {
+       status = "okay";
+};
+
+&pwm2 {
+       status = "okay";
+};
+
+&pwm3 {
+       status = "okay";
+};
+
 &pinctrl {
        pcfg_output_low: pcfg-output-low {
                output-low;
This page took 0.025666 seconds and 5 git commands to generate.