dlg,da9063-regulator.h 439 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _DT_BINDINGS_REGULATOR_DLG_DA9063_H
  3. #define _DT_BINDINGS_REGULATOR_DLG_DA9063_H
  4. /*
  5. * These buck mode constants may be used to specify values in device tree
  6. * properties (e.g. regulator-initial-mode).
  7. * A description of the following modes is in the manufacturers datasheet.
  8. */
  9. #define DA9063_BUCK_MODE_SLEEP 1
  10. #define DA9063_BUCK_MODE_SYNC 2
  11. #define DA9063_BUCK_MODE_AUTO 3
  12. #endif