From patchwork Tue Aug 6 04:19:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 817156 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 D01273BBF5; Tue, 6 Aug 2024 04:20:15 +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=1722918017; cv=none; b=dMdTmCLBhal0RIbgPJSQaWuCaLk1m8Od1qMLj0gEeIPlOFpyZR6ta4EVPq5G/ndPTUG0XoZl7qqa0j1SWaOUmPIez82te8cWqaLWUfr7DIqrkJri0FFzAyMEtn7lZ33dGI4wsTrwdhkswbAIDMrSMLKfKw8avsndS9V8NBgwIxo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918017; c=relaxed/simple; bh=6IE6QFQ72YSl/W2wpLgCCNdm1yydIP1VEiuopPhl3l0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=EVJS8x0OcO12EaQBUKzoEcFIF8G/wn9vnNploufv4V/kLxrFjNR+IlBocIjVn7WrZHMg2Qyl/0o2LTP4xwPMNFaEbEse41reHE3IyVlKePYBJs3YFokEk8FyMFV5BtB0jKAEJpLypYWI4tSSF+CDmQ0ruWTHHh+LSCPq+bN20Hc= 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=Do6Ar4aV; 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="Do6Ar4aV" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4762AUCX011343; Tue, 6 Aug 2024 04:20:00 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= NCzPLq1YhkXmXatuzryj9TKstLbraoqnirLEPDQUSAk=; b=Do6Ar4aVbFuYjyra atGA+f5Sb5jvRA1paI6QumVJN3l6bxltrR7cMJw1DlKcl5RWH7TK7QS4udBx7bos 83dJMPS2nfG11UJrfwUIhnEz/Da5Oh7KV1nV+7sdati2hMQwZ7gYm+krJ9eoHu+o fKUH6FQ8ZdZxEpJIxOpQlJ5btf5fhpXjZejtLecdnXdeNr4Xt91Av1r2DZKHg55w bkVVq9TOt23pmHN8HIyHTqxPYXyxR0eUXykBtofF/p+n2Zvog1wy/L+RmQgUBky+ Qn7L5P7qsmW9xQokKuBot0bRfWcIq27PN9ep41eFcozY4uosdTLNGYi3b0KLfz96 NQyFUg== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40scx6p3jv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Aug 2024 04:20:00 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4764Jx9s024838 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 6 Aug 2024 04:19:59 GMT Received: from tengfan-gv.ap.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 5 Aug 2024 21:19:54 -0700 From: Tengfei Fan Date: Tue, 6 Aug 2024 12:19:27 +0800 Subject: [PATCH 1/4] dt-bindings: arm: qcom,ids: add SoC ID for QCS9100 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240806-add_qcs9100_soc_id-v1-1-04d14081f304@quicinc.com> References: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> In-Reply-To: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley CC: , , , , Tengfei Fan X-Mailer: b4 0.15-dev-a66ce X-Developer-Signature: v=1; a=ed25519-sha256; t=1722917991; l=644; i=quic_tengfan@quicinc.com; s=20240709; h=from:subject:message-id; bh=6IE6QFQ72YSl/W2wpLgCCNdm1yydIP1VEiuopPhl3l0=; b=se+KgH06g+s9j5Uo8Q2dzvnTYHL+5NhZrn6qXIKQnDh10Fktu26gniKcBd/RgzdfWtL3Fsj3Z q+2SdtXwON7B/74TYJFSdVNihb1ZrvSiCYxwcELU5mhcIt0zAliq//9 X-Developer-Key: i=quic_tengfan@quicinc.com; a=ed25519; pk=4VjoTogHXJhZUM9XlxbCAcZ4zmrLeuep4dfOeKqQD0c= X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 5fF7tVCE4QIntKjOL_-y9P2iYyWpWKGS X-Proofpoint-GUID: 5fF7tVCE4QIntKjOL_-y9P2iYyWpWKGS 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-06_02,2024-08-02_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 malwarescore=0 bulkscore=0 clxscore=1015 suspectscore=0 phishscore=0 spamscore=0 adultscore=0 lowpriorityscore=0 mlxscore=0 priorityscore=1501 mlxlogscore=569 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408060029 Add the ID for the Qualcomm QCS9100 SoC. Signed-off-by: Tengfei Fan Reviewed-by: Krzysztof Kozlowski --- include/dt-bindings/arm/qcom,ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index d6c9e9472121..d0396e8c9af6 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -274,6 +274,7 @@ #define QCOM_ID_QCM8550 604 #define QCOM_ID_IPQ5300 624 #define QCOM_ID_IPQ5321 650 +#define QCOM_ID_QCS9100 667 /* * The board type and revision information, used by Qualcomm bootloaders and From patchwork Tue Aug 6 04:19:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 818671 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 EB74F1BBBF0; Tue, 6 Aug 2024 04:20:17 +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=1722918019; cv=none; b=YaQb9neFl7yD6oGZLX4o/zsYomeX07jGzEmJr/xMo5aAP6E+TxwnOUEVnJCLeklYvW1eMxwLwGphg/nxl9zDxL1kFUdb4ix3Cofv8o5ztnd1QvEJfiStwWPTlgWH+DdsJVPN1SiZqZ4gkjkHzNNw/AGXkFstVvOcahxsi1W4/Aw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918019; c=relaxed/simple; bh=H7IVRNOpmTH/1XkIWZ3scT/YHvGez1NLJANfZWlQIkY=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=VNuIhtxLlTovv7VOspEfg3anUnxNcjL1UqGKdjipGwfTjqvf804N9vLr36C8EDHj0OHkHrOBweXKm/9kSKjq2UUJ6TaikOqgQf/ZiZSiZ8E2avaCR1Hvv919k8YN1mHpbbVphnkZRmdpbDhSYS4pcBE59cNVS94kdxV3HXMkfyc= 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=LHCCo6Td; 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="LHCCo6Td" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4762AUCY011343; Tue, 6 Aug 2024 04:20:03 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= Y7whRdMz8Fapt/xgxsKLfNPhYp7Z3zFwkorzOhjM1wk=; b=LHCCo6Td7dNrMW+Y GYqUNAuuUWksTMzo6kRWJMKEjEC0bJQzVTE1s0a0ndzf7uXkB5ZUM1OvWtJmn3QE 1N31QTYdWWXJk2I9oPoHueZP9YdGscYVVwLa4Ks0ZnMWNv8k1PMdijPYZG0H5/K1 LejXAJ8aVlh2PDey8CddVNsaAEtHqbsS92W0KXIWT1RU9pD993VMchn04paJLd0F jPGNjdpuIRI8wIbu4y/mu5nChlYFWQTLKgOC75+WFihR8L/l5avrvr87a2HpBPfw SsLF3fUvvtQfcXeDo/7j2BZUJKh+71/fn4pkhzvWgzNfahJ6maTTY5RPsUH8r4/S uSpV5g== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40scx6p3k1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Aug 2024 04:20:02 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA01.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4764K1kw005579 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 6 Aug 2024 04:20:01 GMT Received: from tengfan-gv.ap.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 5 Aug 2024 21:19:57 -0700 From: Tengfei Fan Date: Tue, 6 Aug 2024 12:19:28 +0800 Subject: [PATCH 2/4] soc: qcom: socinfo: add QCS9100 ID Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240806-add_qcs9100_soc_id-v1-2-04d14081f304@quicinc.com> References: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> In-Reply-To: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley CC: , , , , Tengfei Fan X-Mailer: b4 0.15-dev-a66ce X-Developer-Signature: v=1; a=ed25519-sha256; t=1722917991; l=635; i=quic_tengfan@quicinc.com; s=20240709; h=from:subject:message-id; bh=H7IVRNOpmTH/1XkIWZ3scT/YHvGez1NLJANfZWlQIkY=; b=g6x/0eaCQ3wvCc7Ok3k34HGw6bOKkI88xpNwm5P9HOtqEX+vBnPHVAVCa1UrkcmmmnU35NBvJ F2rh14ua6dsAZoN/QkW/WD0zoS5kt7GVmLRIOxi6XYdCEpmkePPTlmo X-Developer-Key: i=quic_tengfan@quicinc.com; a=ed25519; pk=4VjoTogHXJhZUM9XlxbCAcZ4zmrLeuep4dfOeKqQD0c= X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 9xqiaf5FPxVvROMmhOBCYjSmq9mvnfpz X-Proofpoint-GUID: 9xqiaf5FPxVvROMmhOBCYjSmq9mvnfpz 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-06_02,2024-08-02_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 malwarescore=0 bulkscore=0 clxscore=1015 suspectscore=0 phishscore=0 spamscore=0 adultscore=0 lowpriorityscore=0 mlxscore=0 priorityscore=1501 mlxlogscore=725 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408060029 Add the ID for the Qualcomm QCS9100 SoC. Signed-off-by: Tengfei Fan --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index d7359a235e3c..6de6afd518c5 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -441,6 +441,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(QCM8550) }, { qcom_board_id(IPQ5300) }, { qcom_board_id(IPQ5321) }, + { qcom_board_id(QCS9100) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id) From patchwork Tue Aug 6 04:19:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 817157 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.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 44EB82AE72; Tue, 6 Aug 2024 04:20:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918009; cv=none; b=GvM5g8LIGOTTUsABVpEWEG2JY/slTjnjPtNNf0s3d3kfUliRA6p+pZqmmNoai0EVeCLmP55SGbC/IFe+8A+lJiFMbc8KBjkjUPnnSULCHxOZP0g8wQ/9121sTLLMKvTkcTvqI74EWHAKlCzeXZ+rZGaXfQJdeYB1a3l7bGs42y0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918009; c=relaxed/simple; bh=9NQUd50qUH/NSy1cCVazRKF7SJh06+94/K/ADQEslPI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=apqifbd0G7kaEYyRiSR0qnvAEKwF9W/tsh6NtljWmAxIVliv++eDU60mSOwn/b2maEtLRAO7aFaueJ1Sc9hT9QoGraDDwP7NVuZBo9/YqIs0Gp5/gws5carH/WrP8n91MPQnX6TBDKydfHtmlG3jDZCLGHnU0aMKDh8RGhV+tfc= 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=VUnDiYYW; arc=none smtp.client-ip=205.220.168.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="VUnDiYYW" Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4763022i023732; Tue, 6 Aug 2024 04:20:05 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= rHRm4tLOB3Jmd9GjRKx3EEyn8c2nCkrSR5qpHJ+ZdKk=; b=VUnDiYYWKyTVOQIw /jeDZPXdGf2+KF4eQMKtIRwqn53IDlLTtexl+HuA2OfXz4YEulMkvxvcMFALhH9R O3YjpKZ8t96tYyMW04y1TluREgvMGnAPNgepArcr2EFC8/sxhZKhfmesDXMuoWIv dtJTYNKWOGXqZb2VtOGsq+g5lopRl/429871DAx1b8gzTgBJbc4ljdi2fnhYX4LA V5iTrUj4waU4gA75JHe743jvjtGCi+oSIyJnAF1BwPdwl2T8+zzk23J1bJkcVEyi SEMGUVUuXa6bzeStKz7sOCim8jrBJORoCmXC3VKDw9lj8TvDEJ3M61mloPysimJb oCXaCw== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40sbgrx1dt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Aug 2024 04:20:05 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4764K4gk021019 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 6 Aug 2024 04:20:04 GMT Received: from tengfan-gv.ap.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 5 Aug 2024 21:19:59 -0700 From: Tengfei Fan Date: Tue, 6 Aug 2024 12:19:29 +0800 Subject: [PATCH 3/4] dt-bindings: arm: qcom: Document QCS9100 compatible Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240806-add_qcs9100_soc_id-v1-3-04d14081f304@quicinc.com> References: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> In-Reply-To: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley CC: , , , , Tengfei Fan X-Mailer: b4 0.15-dev-a66ce X-Developer-Signature: v=1; a=ed25519-sha256; t=1722917991; l=845; i=quic_tengfan@quicinc.com; s=20240709; h=from:subject:message-id; bh=9NQUd50qUH/NSy1cCVazRKF7SJh06+94/K/ADQEslPI=; b=VJ3sWIbYQE7n4er1eWAGBYFzh/ZlenJY9he2CfCH3TrxQJixqPE/8/Qh4OAIUTaNrQD+ApJwQ x2fOBqWEQiuCNSRhJiGa23zokNqKmVp4PrXneYNLVV/U6b1h5Vy5/J9 X-Developer-Key: i=quic_tengfan@quicinc.com; a=ed25519; pk=4VjoTogHXJhZUM9XlxbCAcZ4zmrLeuep4dfOeKqQD0c= X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: uV_l02WrpoTGkCshtvxRll41tkU_Frev X-Proofpoint-GUID: uV_l02WrpoTGkCshtvxRll41tkU_Frev 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-06_02,2024-08-02_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=770 impostorscore=0 malwarescore=0 suspectscore=0 phishscore=0 mlxscore=0 priorityscore=1501 lowpriorityscore=0 bulkscore=0 adultscore=0 spamscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408060028 Add the compatible for QCS9100 SoC. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f08e13b61172..71368b08eab8 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -43,6 +43,7 @@ description: | msm8998 qcs404 qcs8550 + qcs9100 qcm2290 qcm6490 qdu1000 @@ -900,6 +901,7 @@ properties: - qcom,sa8775p-ride - qcom,sa8775p-ride-r3 - const: qcom,sa8775p + - const: qcom,qcs9100 - items: - enum: From patchwork Tue Aug 6 04:19:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 818672 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.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 0557A1BB69E; Tue, 6 Aug 2024 04:20:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918012; cv=none; b=UgTm5NsMdezhSE5ODd7K1E90gdhTpavOLteA3z+dJDiSZ3NDW197UB8i711td0xl4XvXnvIZWSftM5dhYm3p2VxNvTFBpaQT+9HPrEX383tPMDWpZiVtzDKNf0T6NjUfeI0C9aD0HEGmqkfGwzOCcMR/WefmEbohxrynyxnssHM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722918012; c=relaxed/simple; bh=J5tdLIt3xF8ghmxcP6qpo3rSMVwyQoiEiaJAVJ6Ev4E=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=qq6HDLdAI36cWFGVrqA/ZZEcH3ZKgJFTAaKGDt1lkZdD57JyvdJPjySEk5+ZrV1de0tK6skmNoI76Av5sttJSX18GtQVCnII5pkfJ8fJHEYRsfFPosJC5X0WgEbkWrr3/JeK6GWHIkGcQX9j4oMzQuAXDa0ByAmS/1VTXPjECWo= 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=OM71CJbN; arc=none smtp.client-ip=205.220.168.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="OM71CJbN" Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4762pmPo028269; Tue, 6 Aug 2024 04:20:08 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= IjjdgfaWmaPaxw2SAF7b9w2/Pejfse/vfPZ2yaHdJXw=; b=OM71CJbNDOHBsa6W oRUtYYJeqKdKaM2+W5Q2VzpzEEbmFAlj3KCwUitCqUihQ0w/FH3dV08C2w3J5Avd pyBRdcNOBnk8ts1vBEfecM3h3mLYbShz59Y99y7m/1e3mGVzTty+ksT0LokXbeHp GMEIdEOn+1xEIZuTvKNg2CmrKOM9Mv7HEV99nksVpcQ8Kh/fxlxLQDrD8eWaoX+l m0Y3vI4ISGNwLd3lqJUW0PDpwyP5j38/rrt1rkEvFBKXz/zAal44T7LO5AmXO5ID 4ZsPBC7jQChUh1b6P1C3DH55yKXLFZTbR+xRR7I573Ml+CaqLipzHV0jEjB4g7oo q8etMA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40sdae5wr3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Aug 2024 04:20:07 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4764K6BN021111 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 6 Aug 2024 04:20:06 GMT Received: from tengfan-gv.ap.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 5 Aug 2024 21:20:02 -0700 From: Tengfei Fan Date: Tue, 6 Aug 2024 12:19:30 +0800 Subject: [PATCH 4/4] arm64: dts: qcom: sa8775p-ride: Add QCS9100 compatible Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240806-add_qcs9100_soc_id-v1-4-04d14081f304@quicinc.com> References: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> In-Reply-To: <20240806-add_qcs9100_soc_id-v1-0-04d14081f304@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley CC: , , , , Tengfei Fan X-Mailer: b4 0.15-dev-a66ce X-Developer-Signature: v=1; a=ed25519-sha256; t=1722917991; l=1297; i=quic_tengfan@quicinc.com; s=20240709; h=from:subject:message-id; bh=J5tdLIt3xF8ghmxcP6qpo3rSMVwyQoiEiaJAVJ6Ev4E=; b=Glz34zRkOcXpEHv81jL3Wdq5VK7v3iRcOt+RkWpPw8Xl+HANOv5sbHD1pLBAftNtGm3ClsgNY rU8+iHtypjiDD5GF8M5keSg0rz7WJhX+CFQ1UWfyWHz3fQEOXsbJmMk X-Developer-Key: i=quic_tengfan@quicinc.com; a=ed25519; pk=4VjoTogHXJhZUM9XlxbCAcZ4zmrLeuep4dfOeKqQD0c= X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: i3eZF9uWxo0Or3-nj-TNoy9iDUNnJEqv X-Proofpoint-GUID: i3eZF9uWxo0Or3-nj-TNoy9iDUNnJEqv 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-06_02,2024-08-02_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 mlxlogscore=513 spamscore=0 adultscore=0 bulkscore=0 phishscore=0 mlxscore=0 priorityscore=1501 suspectscore=0 lowpriorityscore=0 impostorscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408060029 Add QCS9100 compatible in sa8775p ride and sa8775p ride r3 board DTS. QCS9100 references SA8775p, they share the same SoC DTSI and board DTS. Signed-off-by: Tengfei Fan --- arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts | 2 +- arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts index ae065ae92478..14f0cf2f2350 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts @@ -9,7 +9,7 @@ / { model = "Qualcomm SA8775P Ride Rev3"; - compatible = "qcom,sa8775p-ride-r3", "qcom,sa8775p"; + compatible = "qcom,sa8775p-ride-r3", "qcom,sa8775p", "qcom,qcs9100"; }; ðernet0 { diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts index 2e87fd760dbd..8fdfc3abd51f 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts @@ -9,7 +9,7 @@ / { model = "Qualcomm SA8775P Ride"; - compatible = "qcom,sa8775p-ride", "qcom,sa8775p"; + compatible = "qcom,sa8775p-ride", "qcom,sa8775p", "qcom,qcs9100"; }; ðernet0 {