From: Alexandre Belloni Date: Mon, 28 Apr 2014 16:17:14 +0000 (+0200) Subject: ARM: sunxi: dt: add PWM support for the cubietruck X-Git-Tag: v3.16-rc1~30^2~41^2~21^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96ac3b343d40957b253bbbf8fc81efbdbed9f25d;p=thirdparty%2Fkernel%2Flinux.git ARM: sunxi: dt: add PWM support for the cubietruck Enable the PWM for both PWM channels on the cubietruck. They can be found on connector CN8. Signed-off-by: Alexandre Belloni Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts index cb25d3c8da583..0c3bd127a5fde 100644 --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts @@ -63,6 +63,12 @@ }; }; + pwm: pwm@01c20e00 { + pinctrl-names = "default"; + pinctrl-0 = <&pwm0_pins_a>, <&pwm1_pins_a>; + status = "okay"; + }; + uart0: serial@01c28000 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>;