palmas.h 421 B

12345678910111213141516171819
  1. /*
  2. * This header provides macros for Palmas device bindings.
  3. *
  4. * Copyright (c) 2013, NVIDIA Corporation.
  5. *
  6. * Author: Laxman Dewangan <ldewangan@nvidia.com>
  7. *
  8. */
  9. #ifndef __DT_BINDINGS_PALMAS_H__
  10. #define __DT_BINDINGS_PALMAS_H
  11. /* External control pins */
  12. #define PALMAS_EXT_CONTROL_PIN_ENABLE1 1
  13. #define PALMAS_EXT_CONTROL_PIN_ENABLE2 2
  14. #define PALMAS_EXT_CONTROL_PIN_NSLEEP 3
  15. #endif /* __DT_BINDINGS_PALMAS_H */