Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3 authored by Linus Torvalds on 12 June 2022, 23:11:37 UTC
Linux 5.19-rc2
Tip revision: b13bacc
palmas.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This header provides macros for Palmas device bindings.
 *
 * Copyright (c) 2013, NVIDIA Corporation.
 *
 * Author: Laxman Dewangan <ldewangan@nvidia.com>
 *
 */

#ifndef __DT_BINDINGS_PALMAS_H
#define __DT_BINDINGS_PALMAS_H

/* External control pins */
#define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
#define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
#define PALMAS_EXT_CONTROL_PIN_NSLEEP	3

#endif /* __DT_BINDINGS_PALMAS_H */
back to top