Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[firefly-linux-kernel-4.4.55.git] / Documentation / pwm.txt
index 0527f615b115cb38ff5bb314dd01f1e7709493f3..ca895fd211e4e9f5f6bd0fc6a13bf60d9a0c14b2 100644 (file)
@@ -19,7 +19,8 @@ should instead register a static mapping that can be used to match PWM
 consumers to providers, as given in the following example:
 
        static struct pwm_lookup board_pwm_lookup[] = {
-               PWM_LOOKUP("tegra-pwm", 0, "pwm-backlight", NULL),
+               PWM_LOOKUP("tegra-pwm", 0, "pwm-backlight", NULL,
+                          50000, PWM_POLARITY_NORMAL),
        };
 
        static void __init board_init(void)