s2mps11.txt 341 B

1234567891011121314151617
  1. SAMSUNG, S2MPS11 PMIC
  2. This file describes the binding info for the PMIC driver:
  3. - drivers/power/pmic/s2mps11.c
  4. Required properties:
  5. - compatible: "samsung,s2mps11-pmic"
  6. - reg = 0x66
  7. With those two properties, the pmic device can be used for read/write only.
  8. Example:
  9. s2mps11@66 {
  10. compatible = "samsung,s2mps11-pmic";
  11. reg = <0x66>;
  12. };