]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sun4i: dt: add pinmux configuration for the PWM
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 28 Apr 2014 16:17:10 +0000 (18:17 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 28 Apr 2014 19:08:37 +0000 (12:08 -0700)
Add the pinctrl descriptions for both PWM channels of the Allwinner A10.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi

index fe845ebc27bec1ca7c678205b2871256df6f5531..8810ce459c0fd8bea9640dcafee9437a8649ec33 100644 (file)
                        #size-cells = <0>;
                        #gpio-cells = <3>;
 
+                       pwm0_pins_a: pwm0@0 {
+                               allwinner,pins = "PB2";
+                               allwinner,function = "pwm";
+                               allwinner,drive = <0>;
+                               allwinner,pull = <0>;
+                       };
+
+                       pwm1_pins_a: pwm1@0 {
+                               allwinner,pins = "PI3";
+                               allwinner,function = "pwm";
+                               allwinner,drive = <0>;
+                               allwinner,pull = <0>;
+                       };
+
                        uart0_pins_a: uart0@0 {
                                allwinner,pins = "PB22", "PB23";
                                allwinner,function = "uart0";