From patchwork Wed Sep 13 09:57:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shazad Hussain X-Patchwork-Id: 723337 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 839B5CA5535 for ; Wed, 13 Sep 2023 09:58:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231948AbjIMJ6V (ORCPT ); Wed, 13 Sep 2023 05:58:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230286AbjIMJ6U (ORCPT ); Wed, 13 Sep 2023 05:58:20 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB79E198C; Wed, 13 Sep 2023 02:58:16 -0700 (PDT) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38D6K2kw024066; Wed, 13 Sep 2023 09:58:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=SW5XMfAAgQgsQs0sqd4hiosdx6Wy0xqQAEdYoH6RRwc=; b=k9Y5cjBCP7lo4+qGjscXiQoP+kjjz/2Zw6DLuuikpys3MD7FdAFaxSkHYpkycK4BMzlG 8S7LNlqBJuWlsUy94X+eaDgUfSaSGIL/lvluL79u/81bh9TD/lzEqjlUZRKbCuiW37bI ABBla7AxVlRrASH3TOi/FV0+bP/brbdlVy9y42GwkA+KGm3XJZEVsMv8p/7WEzvwppTw 1Yl7pggcOmevX8AJXCA9+PaV+m6Dlqxnu4Ra1GWsIj2iBPy3pNDBKk7qO1E2qxpB0XBq 5+ZVrijesiy5gcI/27RRQSag/mQpdxS3blmh5BMtRfv5WaeGWUcAcR5wizGtKRM/VwqS GA== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3t2y7w1bjj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Sep 2023 09:58:07 +0000 Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 38D9w64a021574 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Sep 2023 09:58:06 GMT Received: from hu-shazhuss-hyd.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Wed, 13 Sep 2023 02:58:00 -0700 From: Shazad Hussain To: , , , , , , CC: , , Shazad Hussain , , , Subject: [PATCH v1] dt-bindings: mailbox: Add protocol and client ID for SAIL and GPDSP's Date: Wed, 13 Sep 2023 15:27:33 +0530 Message-ID: <20230913095733.27382-1-quic_shazhuss@quicinc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: EkzXhLsWyP6Ushv0Al8yXD7HCqCkfReU X-Proofpoint-GUID: EkzXhLsWyP6Ushv0Al8yXD7HCqCkfReU X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-13_02,2023-09-05_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1011 phishscore=0 malwarescore=0 mlxlogscore=771 adultscore=0 lowpriorityscore=0 spamscore=0 priorityscore=1501 mlxscore=0 suspectscore=0 bulkscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2308100000 definitions=main-2309130077 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add more protocol and client ID for SAIL and GPDSP's which can be used in device tree properties. Signed-off-by: Shazad Hussain --- include/dt-bindings/mailbox/qcom-ipcc.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h index fbfa3febc66d..4ef14cba6bdd 100644 --- a/include/dt-bindings/mailbox/qcom-ipcc.h +++ b/include/dt-bindings/mailbox/qcom-ipcc.h @@ -33,5 +33,11 @@ #define IPCC_CLIENT_NSP1 18 #define IPCC_CLIENT_TME 23 #define IPCC_CLIENT_WPSS 24 +#define IPCC_CLIENT_SAIL0 27 +#define IPCC_CLIENT_SAIL1 28 +#define IPCC_CLIENT_SAIL2 29 +#define IPCC_CLIENT_SAIL3 30 +#define IPCC_CLIENT_GPDSP0 31 +#define IPCC_CLIENT_GPDSP1 32 #endif