From patchwork Wed Apr 23 09:17:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 885027 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 5D01121FF51; Wed, 23 Apr 2025 09:18:14 +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=1745399897; cv=none; b=kofkKviNYwcEpIInlJOdS1zs8WajM4EgyFJPxhFrsQruwPUMJ8PywYS1YsEx1xrAJWcBAEtPtR5V2mSx9U0igADfjfQJ6cAwMH8StyOif7kvjllKPH/7/L05bMOh5cKO2iNwIJkvuDuJlaQqvEKW7x3iVGbn+FF4874PGn+A5uQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745399897; c=relaxed/simple; bh=VdlkXnTwXpGrP6sp7HDP7TuuCWRR/qkP/h+2DMXA5RY=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=d9BEBDdtLNAdvrSFpEhqRvohh9yWbG+0Oqt16gYTFeB9A6Of3AFFwO1/6ktBbGckm0eYowK/nbxvkyOV4DjmE9czSwl+9MccV1zuWJf4MwPMf5FRaXO0Cf/lbfuzWAvBtlq70biQCpweNDRwXfysOayTkEBWDY4RWVycZPmGI5k= 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=K3VPKqRO; 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="K3VPKqRO" 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 53N0iA4T023892; Wed, 23 Apr 2025 09:18:11 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= tIINzLwUhP0TrtdUJFWXe7M2HGjHzuxaMga6LW9HvB0=; b=K3VPKqROmGm41gdc w/B/XldLzC/TGedSpI5feeaRqlAKgr2Lw91vSTMc1QEa+uBE1W5iVuswuBSuEhMn G9R1fUrtp+rUEpbv/7zM1xf3NPxFsVGM/h4LgQ8+04Z5PKya1QSoVIftORBxx75L Ta94D68XNIE7q5h6n/K8qWx+P3xCBdXbYy9yJKzeR14pd21qFgatn0NPNywukGcy kpxwus6TcEZh/+s29GiY5UagZ6ZCUgzUIou4RRQ8tNZTC06m4b9AFgSIziW2CYAr 79hPzuYCWLKIm0xgS0+71MhOCMA/O6+l5dzKnU4lSn0UZe+bs/8bwMzAC2uHK6Fi hXCrKA== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 466jh39jn3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:11 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 53N9IABd015865 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:10 GMT Received: from lijuang2-gv.ap.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.1544.9; Wed, 23 Apr 2025 02:18:04 -0700 From: Lijuan Gao Date: Wed, 23 Apr 2025 17:17:38 +0800 Subject: [PATCH 2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20250423-add_qcs615_remoteproc_support-v1-2-a94fe8799f14@quicinc.com> References: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> In-Reply-To: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> To: Bjorn Andersson , Mathieu Poirier , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , Manivannan Sadhasivam , Konrad Dybcio CC: , , , , , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1745399876; l=797; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=VdlkXnTwXpGrP6sp7HDP7TuuCWRR/qkP/h+2DMXA5RY=; b=b+wRpMpmht5Az1tqrLUjY7vvw2JILnxrC2g9L/3QcxhL/j0P5akPeRTai1UEDSGAwrJRW5M9E dyXCleZbnbjDYUeCxsH+RJ7rzPEQe8xuvhbrEndJ4fq8LrGHbOQBkgY X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= 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: v-KL3OONGZKSMaJQ7p5PKhWBOVEj26Bo X-Proofpoint-GUID: v-KL3OONGZKSMaJQ7p5PKhWBOVEj26Bo X-Proofpoint-Spam-Details-Enc: AW1haW4tMjUwNDIzMDA2MyBTYWx0ZWRfXz762HeTqAsem UjefYNufy0mClleJ7vDT3fnvfeyKkuAib1V/UAMuxZ9KlFKZ7H7vhokOu9YTuV7p873PsM92Tf4 El+r7wmJMLK4+6kltV1XXM+Hr0JJ8r6QBArBx1eZqUdKH+D2anESVPrrKGJLeyu0ZMTTxOxbUBc L3aqZdpB4YisyvYc2NitrXZmstSx/vDRP3z5BnZMDlhWZK39ZAuraKJPI5e3eHiD4/2vlKGdEPy qLT4pD1rAbYlwLnvw3EhmR1MaWPUVqQ+G7bGRNzrI/7yWltRP9YOnwFr+lWwaIQcq39eYLFrXBO QrbFhlmEl9zX93Wc9H1qWKgBEsgxIIodYZ55VVt5u3uwgLc2Nr2TCHPcU8QDj2mIv19bsynSAWp 0m/7meGtLhATByLpoIh3kcXXj3IkfZ5+fUfvxUWYdDJme1nWLfJOcC6v0HdwVUQZtaRIzYYL X-Authority-Analysis: v=2.4 cv=Mepsu4/f c=1 sm=1 tr=0 ts=6808b053 cx=c_pps a=ouPCqIW2jiPt+lZRy3xVPw==:117 a=ouPCqIW2jiPt+lZRy3xVPw==:17 a=GEpy-HfZoHoA:10 a=IkcTkHD0fZMA:10 a=XR8D0OoHHMoA:10 a=COk6AnOGAAAA:8 a=t81gwU7txs9n4WTBcGUA:9 a=QEXdDO2ut3YA:10 a=TjNXssC_j7lpFel5tvFf:22 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1099,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-04-23_06,2025-04-22_01,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 phishscore=0 adultscore=0 lowpriorityscore=0 spamscore=0 bulkscore=0 malwarescore=0 priorityscore=1501 mlxscore=0 impostorscore=0 clxscore=1011 mlxlogscore=749 classifier=spam authscore=0 authtc=n/a authcc= route=outbound adjust=0 reason=mlx scancount=1 engine=8.19.0-2504070000 definitions=main-2504230063 Document qcom,qcs615-imem compatible. It has a child node for debugging purposes. Signed-off-by: Lijuan Gao Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/sram/qcom,imem.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sram/qcom,imem.yaml b/Documentation/devicetree/bindings/sram/qcom,imem.yaml index 2711f90d9664..dc3b5a69b925 100644 --- a/Documentation/devicetree/bindings/sram/qcom,imem.yaml +++ b/Documentation/devicetree/bindings/sram/qcom,imem.yaml @@ -22,6 +22,7 @@ properties: - qcom,msm8974-imem - qcom,msm8976-imem - qcom,qcs404-imem + - qcom,qcs615-imem - qcom,qcs8300-imem - qcom,qdu1000-imem - qcom,sa8775p-imem From patchwork Wed Apr 23 09:17:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 885026 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 1A4C8244689; Wed, 23 Apr 2025 09:18:21 +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=1745399903; cv=none; b=SqnELtlIa+04zoqRwsYf2CJirukj/Kj5Xu9ledvsMi0j/FPbdJPWjJ3PbYDl7UptvtCti3KIkRGO6vCUYffxvqe6vCXikbWo0xThsS0WZgHcaOmTka/oRMQjnJgoMIvfTjBLBko+x4vnuB+vZUlm+1xR0b7vv5P1Sbht8Pm3O80= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745399903; c=relaxed/simple; bh=4PH12LZ8KnPrQ9HfLWt1Je39m7Rk2x3d4YOW+9HoPWg=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=qQ17i7LWs4YEOxQpiyNWCK4ykypiGncuUj07gak1nca4QfaCq4L61sXsrwjmIS1cSgV6NW8kUYrMEap6pjbqiU/h4H/FS+6nXdSUbcMT+chwufVwKt7CR5j973/jE9lZAkLaXKtLWPs2CpJcFKsEee5UhSWgTRgFG1qJMxZVuro= 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=XCfcdLGF; 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="XCfcdLGF" 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 53N0iH76011951; Wed, 23 Apr 2025 09:18: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= eSxrZfltw030riy7VA48Jp4LP8T0RfLdcv1du42cXJc=; b=XCfcdLGFfOxnn1bM mmYzNMzHYZI7CUFEJbkPy5kyAIx5or14DDDVkD0YLu7SZyq1kpei8uhYhfCOxmIt JipJbD7wOxGwK28uN6PAXLOvt7+CZJyqTOWJRg1M1tA3Khnid0UrzUQ0DatZ1ILK 2bEcIbYqvmnbdOMjvbgavoQy0uL0Tw6egj/3I++fnGH/o3nde2Svl7eS8qXJVopt B7XkMUAfLlJPyJIVwQzq3fsLY7Wr28bzLYCnh4w7vN2gaJyq323YX53Z9iaHf+yl Qbhj82yoxGmjf1136EEGPhCudJpt+WFVk06R94oF59MxOCZ5kgPkFETNaFXysRkX tlRMkg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 466jh1hkj6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:18 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA04.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 53N9IIrC021384 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:18 GMT Received: from lijuang2-gv.ap.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.1544.9; Wed, 23 Apr 2025 02:18:11 -0700 From: Lijuan Gao Date: Wed, 23 Apr 2025 17:17:40 +0800 Subject: [PATCH 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20250423-add_qcs615_remoteproc_support-v1-4-a94fe8799f14@quicinc.com> References: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> In-Reply-To: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> To: Bjorn Andersson , Mathieu Poirier , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , Manivannan Sadhasivam , Konrad Dybcio CC: , , , , , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1745399876; l=1115; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=4PH12LZ8KnPrQ9HfLWt1Je39m7Rk2x3d4YOW+9HoPWg=; b=w4Zr5hc/Yw02qqLKrJeknfFZDGIKtgQpONgOFcwsbfmb5nhlxNxL0aC/bB8W9/qZ2Nfub+kPj xTkw6/gEO3tAkWxenIlXpCvcgGHxFcGaZSA7FbNmGeAcGxtp0uQodd/ X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= 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-GUID: QAwga5TwC-kR173RyltQWgiic16O3h9X X-Proofpoint-ORIG-GUID: QAwga5TwC-kR173RyltQWgiic16O3h9X X-Proofpoint-Spam-Details-Enc: AW1haW4tMjUwNDIzMDA2MyBTYWx0ZWRfX415Usv6jV38R UXqse5nUe1sNgyvjIeMSQbmyvgvwYUaemiAFhFKS3ggC00sXdn4d/QoCNowWPv/gxE/TwmOC3Hx 0CaHq0rfEp0XqYx8BXyV0YgN10ZjNRCs8UYEfB2Msb2chWc+fMeB2Cx6wKu03mwvBqqSqFpgypM 5LNnHf5bH3L/TUD0i+FZ/8vfWKhoY/91bejMZVuKDkzfiCPqQDDHgUTV2Wh9n5ApkDFQRFflHy1 B+6VsxePqlZEcxral0C5qC0JCa/xt44Mjl+g14OlRbr3oSlZAJAmSaHa1GJhigE6hxWnyAbkBo8 YkdVX/BQkfNysNOWpGmfSE+g67V/vyiANsPE5yKaLi3lX7Ap9kKrNts9Ur+EFJkuhIrYgpyRCN4 DIjOYzRWhsoEJZiVJsVEphpxusdl8RkJicFMnNOLEI/mEXR0KT6CAaSYr4O8Tr7FCJOIjeM2 X-Authority-Analysis: v=2.4 cv=ZpjtK87G c=1 sm=1 tr=0 ts=6808b05a cx=c_pps a=ouPCqIW2jiPt+lZRy3xVPw==:117 a=ouPCqIW2jiPt+lZRy3xVPw==:17 a=GEpy-HfZoHoA:10 a=IkcTkHD0fZMA:10 a=XR8D0OoHHMoA:10 a=COk6AnOGAAAA:8 a=z94EKvC_FZ4CR_5xBlQA:9 a=toRrsMVtB3VFFdKA:21 a=QEXdDO2ut3YA:10 a=TjNXssC_j7lpFel5tvFf:22 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1099,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-04-23_06,2025-04-22_01,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 malwarescore=0 lowpriorityscore=0 priorityscore=1501 phishscore=0 clxscore=1015 bulkscore=0 suspectscore=0 mlxlogscore=601 spamscore=0 impostorscore=0 mlxscore=0 classifier=spam authscore=0 authtc=n/a authcc= route=outbound adjust=0 reason=mlx scancount=1 engine=8.19.0-2504070000 definitions=main-2504230063 Add a simple-mfd representing IMEM on QCS615 and define the PIL relocation info region, so that post mortem tools will be able to locate the loaded remoteprocs. Signed-off-by: Lijuan Gao --- arch/arm64/boot/dts/qcom/qcs615.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs615.dtsi b/arch/arm64/boot/dts/qcom/qcs615.dtsi index ab3c6ba5842b..fe9fda6b71c4 100644 --- a/arch/arm64/boot/dts/qcom/qcs615.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs615.dtsi @@ -3297,6 +3297,20 @@ sram@c3f0000 { reg = <0x0 0x0c3f0000 0x0 0x400>; }; + sram@146aa000 { + compatible = "qcom,qcs615-imem", "syscon", "simple-mfd"; + reg = <0x0 0x146aa000 0x0 0x1000>; + ranges = <0 0 0x146aa000 0x1000>; + + #address-cells = <1>; + #size-cells = <1>; + + pil-reloc@94c { + compatible = "qcom,pil-reloc-info"; + reg = <0x94c 0xc8>; + }; + }; + apps_smmu: iommu@15000000 { compatible = "qcom,qcs615-smmu-500", "qcom,smmu-500", "arm,mmu-500"; reg = <0x0 0x15000000 0x0 0x80000>; From patchwork Wed Apr 23 09:17:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 885025 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 0447D266EE8; Wed, 23 Apr 2025 09:18:28 +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=1745399910; cv=none; b=sXaLtObc3kMH8AynahTf/swX6AKw84Kde/wvgVRAZsT1EVnNf6KoM2qcwmeTMPf7pWCiHxDaDumQUAk3cuofEubAXgAzB39H1u/IrKbghzYSw9Mwe5TA1eCXhEm3YSjW9yTZK/HJxnn16x2DJX9Imw0fOE2+4Bf0ckt1qMds9jc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745399910; c=relaxed/simple; bh=75PfEjxIScHC0TUs9Q3X0fjKZOWhGzAErbm4INPTqMc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=agJw8sxgu1vYAiaX2fONxef6rOZ+DslKnaT3TtuTZJEus0X2lNYeZk/e/xJCs8E3yAtxsbDNfYS1sPbVqAu9C6W3ccAFhwmod4tJNCCMkfycfLSbzAoANhagmnVDZkUksMCcHhW0uM50OTJRK2bYsY/V+zrGttW+sVYzZfg3RZY= 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=Nf/VvFSG; 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="Nf/VvFSG" Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 53N0iJHo003811; Wed, 23 Apr 2025 09:18:25 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= E4Ivh1GRlpo3KbZKu3GCKwgDqXGdBOa9DVDOUw96hn4=; b=Nf/VvFSGigDRMXr7 mmm9AbI1M1EM0nbXwyinIm8JLBi8cCCr5WByUN3u59jcfXK9SnUBUMhHILJCEbLK zQoplXB0nSKVhGqQIOo3kwV48V+m7edjEahlAy0CEiNgqCaoOuRN3atogJ8xDgnz xmNEX0cdGLiPzK2A5dRi52zb2q51onw78+ME0zEZhY+qxVRrDvyAwGJsa/F1oBG8 OwlT6b9C9KkE+nkidfOcYsNkQjCwutpIQs2SUyOSBUsNlvofmJOkdGSwWmQp+I4y a7X1CXuVtx/sesdmP2iSZMcyGeUeKYjAZfDAbnNX2sYU7b4k1zNI7o/cipztAMlx 91LDgA== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 466jgy1jr6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:25 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 53N9IOvW025515 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 23 Apr 2025 09:18:24 GMT Received: from lijuang2-gv.ap.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.1544.9; Wed, 23 Apr 2025 02:18:18 -0700 From: Lijuan Gao Date: Wed, 23 Apr 2025 17:17:42 +0800 Subject: [PATCH 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20250423-add_qcs615_remoteproc_support-v1-6-a94fe8799f14@quicinc.com> References: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> In-Reply-To: <20250423-add_qcs615_remoteproc_support-v1-0-a94fe8799f14@quicinc.com> To: Bjorn Andersson , Mathieu Poirier , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , Manivannan Sadhasivam , Konrad Dybcio CC: , , , , , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1745399877; l=855; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=75PfEjxIScHC0TUs9Q3X0fjKZOWhGzAErbm4INPTqMc=; b=uHcc+cyxlJ4Jyo2vDYxmdBlg4KGZfhaxhZlF9sC8AGaqFbaxgnZ+4l3TaC+LiXjsN/1MaOPQa Ap3qWQImspWCd6PnlP4t0fPbLMk0WfnUHMFvtX/2wchD5k8NCGi0EEw X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= 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-Spam-Details-Enc: AW1haW4tMjUwNDIzMDA2MyBTYWx0ZWRfX153zP1+jE3um gAhyzcwNpL2XL2YvKFtReP7bcaqOUOdCnRWN7Tn+UEDJ+2j5jCE8NpSU3pqoGb7KP8p4H1SRIop +q+I2hBoSVHC2dTWChEOiZWxT/2t63GSgJ47+BMz0AC2bYtiNoyWJTjFJFu8AMXgoSOCVGcGQwu e3vyq4eAZEotWM00wFLzYKo48mkUwQLeOaNFPRmI/71Z3Svl/ELi9nztV+IevoVynDJsxJHw9bu y+aHR/zKdDkJ8QutRghX3urcWC4fjEoUTXIUxCE/GjDd2Uppo6Cs4XR2XbxjYGU+tLO5lq+zYmc UAaNJrUvALVwGzEy/b1PK9tEeCURgdzsl4s9Ww2ZmSF4Gl2vj4rceG7rxEEGuaBOWMfjbF6IHMr T6iOAeyWKTSOaLAY0QwnI5OtDPmh4/XZ4xkWAHM0dSw14I9na3dcDfLxRMBGCcmMUR4nqGab X-Proofpoint-GUID: boU0j5uLfmhVmml9cnAMFxina56S5qeC X-Proofpoint-ORIG-GUID: boU0j5uLfmhVmml9cnAMFxina56S5qeC X-Authority-Analysis: v=2.4 cv=M5VNKzws c=1 sm=1 tr=0 ts=6808b061 cx=c_pps a=ouPCqIW2jiPt+lZRy3xVPw==:117 a=ouPCqIW2jiPt+lZRy3xVPw==:17 a=GEpy-HfZoHoA:10 a=IkcTkHD0fZMA:10 a=XR8D0OoHHMoA:10 a=COk6AnOGAAAA:8 a=fTATCmRmxHxWpzn7ftMA:9 a=QEXdDO2ut3YA:10 a=TjNXssC_j7lpFel5tvFf:22 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1099,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-04-23_06,2025-04-22_01,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 lowpriorityscore=0 adultscore=0 spamscore=0 priorityscore=1501 mlxscore=0 mlxlogscore=650 malwarescore=0 impostorscore=0 clxscore=1015 suspectscore=0 phishscore=0 classifier=spam authscore=0 authtc=n/a authcc= route=outbound adjust=0 reason=mlx scancount=1 engine=8.19.0-2504070000 definitions=main-2504230063 Enable all remoteproc nodes on the qcs615-ride board and point to the appropriate firmware files to allow proper functioning of the remote processors. Signed-off-by: Lijuan Gao --- arch/arm64/boot/dts/qcom/qcs615-ride.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts b/arch/arm64/boot/dts/qcom/qcs615-ride.dts index 2b5aa3c66867..b0db2c3ad409 100644 --- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts +++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts @@ -240,6 +240,16 @@ &qupv3_id_0 { status = "okay"; }; +&remoteproc_adsp { + firmware-name = "qcom/qcs615/adsp.mbn"; + status = "okay"; +}; + +&remoteproc_cdsp { + firmware-name = "qcom/qcs615/cdsp.mbn"; + status = "okay"; +}; + &rpmhcc { clocks = <&xo_board_clk>; };