zii,rave-sp-pwrbutton.txt 609 B

12345678910111213141516171819202122
  1. Zodiac Inflight Innovations RAVE Supervisory Processor Power Button Bindings
  2. RAVE SP input device is a "MFD cell" device corresponding to power
  3. button 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-pwrbutton"
  9. Example:
  10. rave-sp {
  11. compatible = "zii,rave-sp-rdu1";
  12. current-speed = <38400>;
  13. pwrbutton {
  14. compatible = "zii,rave-sp-pwrbutton";
  15. };
  16. }