The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/leds/backlight/sky81452-backlight.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 SKY81452-backlight bindings
    2 
    3 Required properties:
    4 - compatible            : Must be "skyworks,sky81452-backlight"
    5 
    6 Optional properties:
    7 - name                  : Name of backlight device. Default is 'lcd-backlight'.
    8 - gpios                 : GPIO to use to EN pin.
    9                         See Documentation/devicetree/bindings/gpio/gpio.txt
   10 - led-sources           : List of enabled channels from 0 to 5.
   11                         See Documentation/devicetree/bindings/leds/common.txt
   12 - skyworks,ignore-pwm   : Ignore both PWM input
   13 - skyworks,dpwm-mode    : Enable DPWM dimming mode, otherwise Analog dimming.
   14 - skyworks,phase-shift  : Enable phase shift mode
   15 - skyworks,short-detection-threshold-volt
   16                         : It should be one of 4, 5, 6 and 7V.
   17 - skyworks,current-limit-mA
   18                         : It should be 2300mA or 2750mA.
   19 
   20 Example:
   21 
   22         backlight {
   23                 compatible = "skyworks,sky81452-backlight";
   24                 name = "pwm-backlight";
   25                 led-sources = <0 1 2 5>;
   26                 skyworks,ignore-pwm;
   27                 skyworks,phase-shift;
   28                 skyworks,current-limit-mA = <2300>;
   29         };

Cache object: b77bb7583d1134d6707263f19e1a2865


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.