From patchwork Thu Sep 5 20:12:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikunj Kela X-Patchwork-Id: 13792981 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6A77FCE7A99 for ; Thu, 5 Sep 2024 20:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=WdZmBG0Qn3m95qrKq0kN7iSjKHyqrRrZ0qphiCEjm1g=; b=WKEDpz0HR6QuGWyNmjICz9wU/q CU9heA9Jm+54dAQEn7xOg+gIpaCU+K1kSMvMucCvLPQtcYmyMBNk/dxB7Z+/JjnoTNASbKvS7aT2z XNYl7Wbeg3na3OowWksxPsV0DYRsIr94Og7eI0tyYF3qKtl7hlmTxhTJ1cEzBMI1+tmsDJcnoVqWV MFS0suw1iDHOw0Ho4LvIMOinVpNOYWw2uUOL8aAFhKEPd5txjD8BHP1emFD7hSPKo3QPFFgY2zUld H7dAvxPKrJlN2ijLmXxB7A8vYAP7KR72R3grs6j0/Yb/SyPiLwsOyKS5FmtTboVmt9XEhZ1MG8Hqd ErxHKqhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smIs1-00000009i1N-3dG9; Thu, 05 Sep 2024 20:14:21 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1smIqN-00000009hlY-2Zvy for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2024 20:12:40 +0000 Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 485IPwSt021611; Thu, 5 Sep 2024 20:12:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=WdZmBG0Qn3m95qrKq0kN7i SjKHyqrRrZ0qphiCEjm1g=; b=Qwe48Cl8BW9yHU49Gphh6hojXTaMv73jJbyB/d FpQKFkBHwVr9UZMWN02rHDp3zSHHVIBJd3qSJGeOzyqj6zLi/2j3IaFXg/U1ckwm EJjKDy94cLZz8p7G/JVt00/csiuCOzIH85GSYiBo0jZ6Awba2cURcXnuf0YuYPgm Hi6/K1TKJfi41sisYaW88Eh8Hu9KhyJDNuwubaq9fCdeJKf1hPgY4EUU2EjHxvIX 5E8VuP+Olkkh9kh5HVWRxHsctTDoLqRl1XBiXsz37nCjX9hOOayfQC9DYrU9oUoY 25BqfTgaSUN7iS1KsVffdQ1FoedTnDRiC4tM04RAMZxiyg4w== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 41fhwu06rx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 05 Sep 2024 20:12:32 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 485KCWpB014182 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 5 Sep 2024 20:12:32 GMT Received: from hu-nkela-lv.qualcomm.com (10.49.16.6) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 5 Sep 2024 13:12:29 -0700 From: Nikunj Kela To: , , , CC: , , , , , , , Nikunj Kela , "Krzysztof Kozlowski" Subject: [PATCH v3] dt-bindings: firmware: arm,scmi: allow multiple virtual instances Date: Thu, 5 Sep 2024 13:12:17 -0700 Message-ID: <20240905201217.3815113-1-quic_nkela@quicinc.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 4KeDDcMrcS9i_kO9O45S30M87pN3ANkh X-Proofpoint-ORIG-GUID: 4KeDDcMrcS9i_kO9O45S30M87pN3ANkh X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-05_15,2024-09-05_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 lowpriorityscore=0 malwarescore=0 mlxlogscore=999 adultscore=0 priorityscore=1501 bulkscore=0 mlxscore=0 phishscore=0 suspectscore=0 impostorscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2408220000 definitions=main-2409050149 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240905_131239_688230_344E212C X-CRM114-Status: GOOD ( 12.79 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This change extends scmi node name so as to allow multiple virtual SCMI instances. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Nikunj Kela --- Changes in v3: - Added Reviewed-by tag - Removed the patch from original series[1] Changes in v2: - Fixed scmi nodename pattern [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/ --- Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml index 54d7d11bfed4..5d79b15a1610 100644 --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml @@ -27,7 +27,7 @@ anyOf: properties: $nodename: - const: scmi + pattern: '^scmi(-[0-9]+)?$' compatible: oneOf: