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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user