aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>2014-11-14 10:32:25 -0500
committerHeiko Stuebner <heiko@sntech.de>2014-11-15 15:16:30 -0500
commitefb66e93d13da5a7b11b3a8dbb24a6fb29141752 (patch)
treeab6394b8e99a973abebe0c8d9f1fc8034eed9696 /arch
parent6df127f37c21596321ad46376e3aea1548084e04 (diff)
ARM: dts: rockchip: enable PWM on Radxa Rock
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/rk3188-radxarock.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index 0950a0524947..6eb62c053055 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -243,6 +243,18 @@
243 disable-wp; 243 disable-wp;
244}; 244};
245 245
246&pwm1 {
247 status = "okay";
248};
249
250&pwm2 {
251 status = "okay";
252};
253
254&pwm3 {
255 status = "okay";
256};
257
246&pinctrl { 258&pinctrl {
247 pcfg_output_low: pcfg-output-low { 259 pcfg_output_low: pcfg-output-low {
248 output-low; 260 output-low;