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/arcxcnn_bl.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 Binding for ArcticSand arc2c0608 LED driver
    2 
    3 Required properties:
    4 - compatible:           should be "arc,arc2c0608"
    5 - reg:                  slave address
    6 
    7 Optional properties:
    8 - default-brightness:   brightness value on boot, value from: 0-4095
    9 - label:                The name of the backlight device
   10                         See Documentation/devicetree/bindings/leds/common.txt
   11 - led-sources:          List of enabled channels from 0 to 5.
   12                         See Documentation/devicetree/bindings/leds/common.txt
   13 
   14 - arc,led-config-0:     setting for register ILED_CONFIG_0
   15 - arc,led-config-1:     setting for register ILED_CONFIG_1
   16 - arc,dim-freq:         PWM mode frequence setting (bits [3:0] used)
   17 - arc,comp-config:      setting for register CONFIG_COMP
   18 - arc,filter-config:    setting for register FILTER_CONFIG
   19 - arc,trim-config:      setting for register IMAXTUNE
   20 
   21 Note: Optional properties not specified will default to values in IC EPROM
   22 
   23 Example:
   24 
   25 arc2c0608@30 {
   26         compatible = "arc,arc2c0608";
   27         reg = <0x30>;
   28         default-brightness = <500>;
   29         label = "lcd-backlight";
   30         linux,default-trigger = "backlight";
   31         led-sources = <0 1 2 5>;
   32 };
   33 

Cache object: 41f67f9ca1c0908c53a6fa583518e7d6


[ 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.