richtek,rt5190a-regulator.h 398 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__
  3. #define __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__
  4. /*
  5. * BUCK/LDO mode constants which may be used in devicetree properties
  6. * (eg. regulator-allowed-modes).
  7. * See the manufacturer's datasheet for more information on these modes.
  8. */
  9. #define RT5190A_OPMODE_AUTO 0
  10. #define RT5190A_OPMODE_FPWM 1
  11. #endif