From 419d3f80494fd8d2368909d9ae4270df9243db2a Mon Sep 17 00:00:00 2001 From: Lina Iyer Date: Mon, 19 Oct 2020 14:48:53 -0600 Subject: [PATCH] dt-bindings: Define FAST_PATH_TCS for use in RSC definition Add a new definition for fast-path TCS configuration. Change-Id: I610b14dcd893885e5b1c32c434caa7aa7102fd4c Signed-off-by: Lina Iyer Signed-off-by: Maulik Shah --- include/dt-bindings/soc/qcom,rpmh-rsc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/soc/qcom,rpmh-rsc.h b/include/dt-bindings/soc/qcom,rpmh-rsc.h index 868f998ea998..221049d6edac 100644 --- a/include/dt-bindings/soc/qcom,rpmh-rsc.h +++ b/include/dt-bindings/soc/qcom,rpmh-rsc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. */ #ifndef __DT_QCOM_RPMH_RSC_H__ @@ -10,5 +10,6 @@ #define WAKE_TCS 1 #define ACTIVE_TCS 2 #define CONTROL_TCS 3 +#define FAST_PATH_TCS 4 #endif /* __DT_QCOM_RPMH_RSC_H__ */