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

Commit dd79deed authored by Mulu He's avatar Mulu He Committed by Tingwei Zhang
Browse files

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



DCC is a hardware engine to write and read registers for system debug.

Change-Id: I17b40bbc9956af8d72a5123472b9a351c7b9e4d3
Signed-off-by: default avatarMulu He <muluhe@codeaurora.org>
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent cf071408
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