Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwm
[cascardo/linux.git] / arch / arm / boot / dts / am335x-evmsk.dts
index a6c5033..4f339fa 100644 (file)
@@ -14,6 +14,7 @@
 /dts-v1/;
 
 #include "am33xx.dtsi"
+#include <dt-bindings/pwm/pwm.h>
 
 / {
        model = "TI AM335x EVM-SK";
 
        backlight {
                compatible = "pwm-backlight";
-               pwms = <&ecap2 0 50000 1>;
+               pwms = <&ecap2 0 50000 PWM_POLARITY_INVERTED>;
                brightness-levels = <0 58 61 66 75 90 125 170 255>;
                default-brightness-level = <8>;
        };