bif.txt 539 B

1234567891011121314151617181920212223
  1. BIF (Battery Interface) Controllers
  2. Optional properties:
  3. - qcom,known-device-addresses: Specifies a list of integers which correspond to
  4. the 8-bit BIF bus device addresses of BIF slaves
  5. found on the target.
  6. BIF Consumers
  7. Optional properties:
  8. - qcom,bif-ctrl: phandle of parent BIF controller device node
  9. Example:
  10. foo_ctrl: foo-controller {
  11. ...
  12. qcom,known-device-addresses = <0x80, 0x81>;
  13. };
  14. bar-consumer {
  15. ...
  16. qcom,bif-ctrl = <&foo_ctrl>;
  17. };