Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v6.13.7
 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
11#ifndef __DT_BINDINGS_PALMAS_H
12#define __DT_BINDINGS_PALMAS_H
13
14/* External control pins */
15#define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
16#define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
17#define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
18
19#endif /* __DT_BINDINGS_PALMAS_H */
v4.6
 
 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
10#ifndef __DT_BINDINGS_PALMAS_H
11#define __DT_BINDINGS_PALMAS_H
12
13/* External control pins */
14#define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
15#define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
16#define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
17
18#endif /* __DT_BINDINGS_PALMAS_H */