Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3ba5d3a authored by Mao Jinlong's avatar Mao Jinlong
Browse files

include: dt-bindings: Add DCC_READ_WRITE config for dcc_v2



Add DCC_READ_WRITE config for dcc_v2 to support config read_write
action in device tree.

Change-Id: I1304558190f066a5db6fdf3721428ff63ad50ac5
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent eedfb960
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_QCOM_DCC_V2_H
@@ -9,5 +9,6 @@
#define DCC_READ	0
#define DCC_WRITE	1
#define DCC_LOOP	2
#define DCC_READ_WRITE	3

#endif