zii,rave-sp-backlight.txt 608 B

1234567891011121314151617181920212223
  1. Zodiac Inflight Innovations RAVE Supervisory Processor Backlight Bindings
  2. RAVE SP backlight device is a "MFD cell" device corresponding to
  3. backlight functionality of RAVE Supervisory Processor. It is expected
  4. that its Device Tree node is specified as a child of the node
  5. corresponding to the parent RAVE SP device (as documented in
  6. Documentation/devicetree/bindings/mfd/zii,rave-sp.txt)
  7. Required properties:
  8. - compatible: Should be "zii,rave-sp-backlight"
  9. Example:
  10. rave-sp {
  11. compatible = "zii,rave-sp-rdu1";
  12. current-speed = <38400>;
  13. backlight {
  14. compatible = "zii,rave-sp-backlight";
  15. };
  16. }