palmas.h 458 B

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