From patchwork Wed Aug 28 20:37:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikunj Kela X-Patchwork-Id: 13781909 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D91D21B29BF; Wed, 28 Aug 2024 20:38:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724877519; cv=none; b=LmX0U6Jqef21nstimhwO+gWB6MNFT0/sdOw6hEGzTMcoptZ87X6/GlTQn7n5gqi/oGcyxEKriv2tbkQB9dDhccmbBXAeN4cROJdUUFUeea2k6quz8M3EHf/xZ+Ji4whDOFVBf/b5/HUtFz5t65CrFMBDXjRrSU05HOdr4lhzGo4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724877519; c=relaxed/simple; bh=a9xxwhc5Um959NriT4kJUm6LQEvFnJ1Uaz9BK7tQsuc=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=K2l4/DPpsUgvg5sragCdtictWY37Ec9muu2wZ0lijlqBVsLToZTkc9t3ByPItnYe5CzlDlk+0pZ1LVq3Vgd7HXAJ6D1o6K/m5ZoxyY5Ha5XgFvcyAQsuahtZY8RQAYFciVfUUwAgbQE1vDg0Wi9cYaTjtt5NuPFKtU9SeUO7h/c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=palDJu5q; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="palDJu5q" Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 47SJM4ca019847; Wed, 28 Aug 2024 20:38:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= 7vT84wHVN5PMHF3e2+k6lgT1EVOpb60yOkqJ4YVUK2k=; b=palDJu5qS97Nf0M1 bois/3GRkgQQS6AvhbmWRMYyWVSQdrIFwoV9oOpFgnRyClxq9vx2lrt+cXANtmQ2 nZqrd0KWHZKkDJcKNQ0xkhwlJnGa9TIOYDHCnLl6xs24SzHaO33ThD5TJWCeFnaD 64sY9uI1o9o+ZJsJ5WBUlLq+z2iSlR3+CqqgsUUyeK1Kr1Id5NuM7pz14LAEt9hD mpSTdZw9++LebUry+BinbxvNJnp6JNMCnODxmZ+RE4qm/xqE4l6OLhOUqzcKG2Xe T7Ufw2u3fjqKrw4JzR2I2x5VKjyERNvUoa/1jQLbRyBrOSfAh6dRBOOxSpcMyGyz 7x+KwQ== Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 419q2xu0q9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 28 Aug 2024 20:38:17 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 47SKcGG0004737 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 28 Aug 2024 20:38:16 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; Wed, 28 Aug 2024 13:38:12 -0700 From: Nikunj Kela To: , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , Nikunj Kela Subject: [PATCH 20/22] dt-bindings: firmware: arm,scmi: allow multiple virtual instances Date: Wed, 28 Aug 2024 13:37:19 -0700 Message-ID: <20240828203721.2751904-21-quic_nkela@quicinc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240828203721.2751904-1-quic_nkela@quicinc.com> References: <20240828203721.2751904-1-quic_nkela@quicinc.com> Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nalasex01c.na.qualcomm.com (10.47.97.35) 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-ORIG-GUID: v61IzpuH02kqb_fVJI67VcQrWsS3W43a X-Proofpoint-GUID: v61IzpuH02kqb_fVJI67VcQrWsS3W43a X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-08-28_08,2024-08-28_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 mlxscore=0 clxscore=1015 priorityscore=1501 lowpriorityscore=0 spamscore=0 impostorscore=0 mlxlogscore=999 phishscore=0 adultscore=0 bulkscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408280149 This change extends scmi node name so as to allow multiple virtual SCMI instances. Signed-off-by: Nikunj Kela --- 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 211f5254adf2..a168be6dd30c 100644 --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml @@ -24,7 +24,7 @@ description: | properties: $nodename: - const: scmi + pattern: '^scmi\.*' compatible: oneOf: