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: Mao Jinlong <jinlmao@codeaurora.org>
This commit is contained in:
Mao Jinlong
2019-05-23 22:05:37 +08:00
parent eedfb9604c
commit c3ba5d3ae6

View File

@@ -1,6 +1,6 @@
/* 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