]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/am335x-evmsk.dts
Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwm
[~andy/linux] / arch / arm / boot / dts / am335x-evmsk.dts
index a6c5033be442293721e4c615d61ef4e47198984d..4f339fa91c5772b7eaaa4c9a306a1d6808387765 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>;
        };