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 0950a05..6eb62c0 100644 (file)
        disable-wp;
 };
 
+&pwm1 {
+       status = "okay";
+};
+
+&pwm2 {
+       status = "okay";
+};
+
+&pwm3 {
+       status = "okay";
+};
+
 &pinctrl {
        pcfg_output_low: pcfg-output-low {
                output-low;