From ca857d351bd8b6774b7719ceb4838e3496d3425f Mon Sep 17 00:00:00 2001 From: Jaiju Yesudasan Date: Wed, 1 Feb 2017 15:15:40 +0530 Subject: [PATCH] soc: qcom: Define macro to indicate service identifier for scm call Added new service identifier macro for scm call. The service is for getting system bandwidth information. Change-Id: I0a67fe039753ea30c81bcdb34612d79d6bc6082c Signed-off-by: Jaiju Yesudasan --- include/soc/qcom/scm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h index ac8b2ebadbdd..ad57eda97f9d 100644 --- a/include/soc/qcom/scm.h +++ b/include/soc/qcom/scm.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -30,6 +30,7 @@ #define SCM_SVC_SMMU_PROGRAM 0x15 #define SCM_SVC_QDSS 0x16 #define SCM_SVC_TZSCHEDULER 0xFC +#define SCM_SVC_BW 0xFD #define SCM_FUSE_READ 0x7 #define SCM_CMD_HDCP 0x01