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

Commit 3efc272f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: soc: qcom: Add dt-bindings support for DCC"

parents 0924bacf dd79deed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ It can also perform CRC over the same configuration or memory space.
Required properties:

- compatible : name of the component used for driver matching, should be
	       "qcom,dcc" or "qcom,dcc_v2"
	       "qcom,dcc" or "qcom,dcc-v2"

- reg : physical base address and length of the register set(s), SRAM and XPU
	of the component.
+13 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_QCOM_DCC_V2_H
#define __DT_BINDINGS_QCOM_DCC_V2_H

#define DCC_READ	0
#define DCC_WRITE	1
#define DCC_LOOP	2

#endif