Skip to content

Commit 375cccc

Browse files
lumagGeorgi Djakov
authored andcommitted
dt-bindings: interconnect/msm8996-cbf: add defines to be used by CBF
On msm8996 CBF interconnects power and performance CPU clusters. Add corresponding interconnect defines to be used in device trees. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Tested-by: Yassine Oudjana <y.oudjana@protonmail.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230512001334.2983048-2-dmitry.baryshkov@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent ac9a786 commit 375cccc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (C) 2023 Linaro Ltd. All rights reserved.
4+
*/
5+
6+
#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8996_CBF_H
7+
#define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8996_CBF_H
8+
9+
#define MASTER_CBF_M4M 0
10+
#define SLAVE_CBF_M4M 1
11+
12+
#endif

0 commit comments

Comments
 (0)