Back to home page

OSCL-LXR

 
 

    


0001 Zodiac Inflight Innovations RAVE Supervisory Processor Backlight Bindings
0002 
0003 RAVE SP backlight device is a "MFD cell" device corresponding to
0004 backlight functionality of RAVE Supervisory Processor. It is expected
0005 that its Device Tree node is specified as a child of the node
0006 corresponding to the parent RAVE SP device (as documented in
0007 Documentation/devicetree/bindings/mfd/zii,rave-sp.txt)
0008 
0009 Required properties:
0010 
0011 - compatible: Should be "zii,rave-sp-backlight"
0012 
0013 Example:
0014 
0015         rave-sp {
0016                 compatible = "zii,rave-sp-rdu1";
0017                 current-speed = <38400>;
0018 
0019                 backlight {
0020                         compatible = "zii,rave-sp-backlight";
0021                 };
0022         }
0023