From patchwork Wed Jul 3 03:56:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809665 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 7F56941C77; Wed, 3 Jul 2024 04:00:07 +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=1719979209; cv=none; b=Kz44h8ZRwYJQ5tS5m1eOfU0yjGGBiuxXurJPPYrPCtrK4qHa2oYDDetWjd5xPMczYXmu7KTu/x+hAS4nkgiMXYoRfVXBDhlKc638UM76MPNS4lVBsjtVeStrLAvvotcBtIp3ebTwEC8T0KCE1bT8KarydaVwknpW1ksgbSmza/k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979209; c=relaxed/simple; bh=4JVBcuJhyhce3LWOP9sFABTTKWXp3nVevz4PSML4GOM=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=u8ojJdkRQpwwX6PgEGMhEgAMczgS0VrqbFHoln84sNcljXcJKOlC7gLk6+clMs7SIwZKmI2LKeGwzptrL3SFMTCL+rvQbC4T26iRoXWmDEVzRHE6yu0Sh7RrjEm49lwN+z/cJDTwPQdikCp6zh4iJqs9p/L4S9avCy/4JySxMa8= 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=B8xf02gI; 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="B8xf02gI" 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 462HEvdr009458; Wed, 3 Jul 2024 03:59:17 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= kZVxsCU22bRw6LnhoMywcvJcevbJPBGciG7zvdQOJuc=; b=B8xf02gI+Kgnkwww kIONxB4tVmGGgQajpmbAUKgUxzQ87vi/jfQTS6JWO1sZnARHBqNMIqWcr84wO6qC 5LC7QoDQcm5NWpd0EnHMJA73vMYaRpdOnDcz9tkm2W7XWGsh/2Z8toIxV+IgjyY5 XeDNRt5Z+dEWFA3YDljgkYHq2xLw20OkxCCxWpaq9oI5FSxb8gAO2FyyteO+LRue QTHAi9XhNHGSsyZQapqh9LOSkEHXUfvGiHwKc6KtT/f4wkOJanAs+m2hjb+V0yno vid8cyvz6SmK79jTFpqG/1nibmpYR6wDVtJ8haB5vzr+CPAX9mNXkwHcYGhaxqrQ YKzRkA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029kh7kq4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:59:17 +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 4633xFfc022371 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:59:15 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:58:54 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 02/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 SoC dtsi Date: Wed, 3 Jul 2024 11:56:50 +0800 Message-ID: <20240703035735.2182165-3-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: YvnKmYECPQYUdxvJBiR5XoGVNtXBbtYE X-Proofpoint-ORIG-GUID: YvnKmYECPQYUdxvJBiR5XoGVNtXBbtYE 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 suspectscore=0 adultscore=0 mlxscore=0 clxscore=1015 malwarescore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Introduce QCS9100 SoC dtsi, QCS9100 is mainly used in IoT products. QCS9100 is drived from SA8775p. The current QCS9100 SoC dtsi is directly renamed from the SA8775p SoC dtsi. The QCS9100 platform is currently in the early design stage. Currently, Both the QCS9100 platform and SA8775p platform use non-SCMI resources, In the future, the SA8775p platform will transition to using SCMI resources and it will have new sa8775p-related device tree. This QCS9100 SoC dtsi remains consistent with the current SA8775p SoC dtsi, except for updating the following sa8775p-related compatible names to the qcs9100-related compatible name: - qcom,sa8775p-clk-virt - qcom,sa8775p-mc-virt - qcom,sa8775p-adsp-pas - qcom,sa8775p-cdsp-pas - qcom,sa8775p-cdsp1-pas - qcom,sa8775p-gpdsp0-pas - qcom,sa8775p-gpdsp1-pas - qcom,sa8775p-gcc - qcom,sa8775p-ipcc - qcom,sa8775p-config-noc - qcom,sa8775p-system-noc - qcom,sa8775p-aggre1-noc - qcom,sa8775p-aggre2-noc - qcom,sa8775p-pcie-anoc - qcom,sa8775p-gpdsp-anoc - qcom,sa8775p-mmss-noc - qcom,sa8775p-trng - qcom,sa8775p-ufshc - qcom,sa8775p-qmp-ufs-phy - qcom,sa8775p-qce - qcom,sa8775p-lpass-ag-noc - qcom,sa8775p-usb-hs-phy - qcom,sa8775p-dc-noc - qcom,sa8775p-gem-noc - qcom,sa8775p-dwc3 - qcom,sa8775p-qmp-usb3-uni-phy - qcom,sa8775p-gpucc - qcom,sa8775p-smmu-500 - qcom,sa8775p-dwmac-sgmii-phy - qcom,sa8775p-llcc-bwmon - qcom,sa8775p-cpu-bwmon - qcom,sa8775p-llcc - qcom,sa8775p-videocc - qcom,sa8775p-camcc - qcom,sa8775p-dispcc0 - qcom,sa8775p-pdc - qcom,sa8775p-aoss-qmp - qcom,sa8775p-tlmm - qcom,sa8775p-imem - qcom,sa8775p-smmu-500 - qcom,sa8775p-rpmh-clk - qcom,sa8775p-rpmhpd - qcom,sa8775p-cpufreq-epss - qcom,sa8775p-dispcc1 - qcom,sa8775p-ethqos - qcom,sa8775p-nspa-noc - qcom,sa8775p-nspb-noc - qcom,sa8775p-qmp-gen4x2-pcie-phy - qcom,sa8775p-qmp-gen4x4-pcie-phy Signed-off-by: Tengfei Fan --- .../dts/qcom/{sa8775p.dtsi => qcs9100.dtsi} | 112 +++++++++--------- 1 file changed, 56 insertions(+), 56 deletions(-) rename arch/arm64/boot/dts/qcom/{sa8775p.dtsi => qcs9100.dtsi} (97%) diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/qcs9100.dtsi similarity index 97% rename from arch/arm64/boot/dts/qcom/sa8775p.dtsi rename to arch/arm64/boot/dts/qcom/qcs9100.dtsi index 23f1b2e5e624..1c257287af0c 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs9100.dtsi @@ -220,91 +220,91 @@ eud_in: endpoint { firmware { scm { - compatible = "qcom,scm-sa8775p", "qcom,scm"; + compatible = "qcom,scm-qcs9100", "qcom,scm"; memory-region = <&tz_ffi_mem>; }; }; aggre1_noc: interconnect-aggre1-noc { - compatible = "qcom,sa8775p-aggre1-noc"; + compatible = "qcom,qcs9100-aggre1-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; aggre2_noc: interconnect-aggre2-noc { - compatible = "qcom,sa8775p-aggre2-noc"; + compatible = "qcom,qcs9100-aggre2-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; clk_virt: interconnect-clk-virt { - compatible = "qcom,sa8775p-clk-virt"; + compatible = "qcom,qcs9100-clk-virt"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; config_noc: interconnect-config-noc { - compatible = "qcom,sa8775p-config-noc"; + compatible = "qcom,qcs9100-config-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; dc_noc: interconnect-dc-noc { - compatible = "qcom,sa8775p-dc-noc"; + compatible = "qcom,qcs9100-dc-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; gem_noc: interconnect-gem-noc { - compatible = "qcom,sa8775p-gem-noc"; + compatible = "qcom,qcs9100-gem-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; gpdsp_anoc: interconnect-gpdsp-anoc { - compatible = "qcom,sa8775p-gpdsp-anoc"; + compatible = "qcom,qcs9100-gpdsp-anoc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; lpass_ag_noc: interconnect-lpass-ag-noc { - compatible = "qcom,sa8775p-lpass-ag-noc"; + compatible = "qcom,qcs9100-lpass-ag-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; mc_virt: interconnect-mc-virt { - compatible = "qcom,sa8775p-mc-virt"; + compatible = "qcom,qcs9100-mc-virt"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; mmss_noc: interconnect-mmss-noc { - compatible = "qcom,sa8775p-mmss-noc"; + compatible = "qcom,qcs9100-mmss-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; nspa_noc: interconnect-nspa-noc { - compatible = "qcom,sa8775p-nspa-noc"; + compatible = "qcom,qcs9100-nspa-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; nspb_noc: interconnect-nspb-noc { - compatible = "qcom,sa8775p-nspb-noc"; + compatible = "qcom,qcs9100-nspb-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; pcie_anoc: interconnect-pcie-anoc { - compatible = "qcom,sa8775p-pcie-anoc"; + compatible = "qcom,qcs9100-pcie-anoc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; system_noc: interconnect-system-noc { - compatible = "qcom,sa8775p-system-noc"; + compatible = "qcom,qcs9100-system-noc"; #interconnect-cells = <2>; qcom,bcm-voters = <&apps_bcm_voter>; }; @@ -571,7 +571,7 @@ soc: soc@0 { ranges = <0 0 0 0 0x10 0>; gcc: clock-controller@100000 { - compatible = "qcom,sa8775p-gcc"; + compatible = "qcom,qcs9100-gcc"; reg = <0x0 0x00100000 0x0 0xc7018>; #clock-cells = <1>; #reset-cells = <1>; @@ -595,7 +595,7 @@ gcc: clock-controller@100000 { }; ipcc: mailbox@408000 { - compatible = "qcom,sa8775p-ipcc", "qcom,ipcc"; + compatible = "qcom,qcs9100-ipcc", "qcom,ipcc"; reg = <0x0 0x00408000 0x0 0x1000>; interrupts = ; interrupt-controller; @@ -1593,12 +1593,12 @@ &config_noc SLAVE_QUP_3 QCOM_ICC_TAG_ALWAYS>, }; rng: rng@10d2000 { - compatible = "qcom,sa8775p-trng", "qcom,trng"; + compatible = "qcom,qcs9100-trng", "qcom,trng"; reg = <0 0x010d2000 0 0x1000>; }; ufs_mem_hc: ufs@1d84000 { - compatible = "qcom,sa8775p-ufshc", "qcom,ufshc", "jedec,ufs-2.0"; + compatible = "qcom,qcs9100-ufshc", "qcom,ufshc", "jedec,ufs-2.0"; reg = <0x0 0x01d84000 0x0 0x3000>; interrupts = ; phys = <&ufs_mem_phy>; @@ -1640,7 +1640,7 @@ ufs_mem_hc: ufs@1d84000 { }; ufs_mem_phy: phy@1d87000 { - compatible = "qcom,sa8775p-qmp-ufs-phy"; + compatible = "qcom,qcs9100-qmp-ufs-phy"; reg = <0x0 0x01d87000 0x0 0xe10>; /* * Yes, GCC_EDP_REF_CLKREF_EN is correct in qref. It @@ -1658,7 +1658,7 @@ ufs_mem_phy: phy@1d87000 { }; ice: crypto@1d88000 { - compatible = "qcom,sa8775p-inline-crypto-engine", + compatible = "qcom,qcs9100-inline-crypto-engine", "qcom,inline-crypto-engine"; reg = <0x0 0x01d88000 0x0 0x8000>; clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>; @@ -2578,7 +2578,7 @@ apss_tpdm2_out: endpoint { }; usb_0_hsphy: phy@88e4000 { - compatible = "qcom,sa8775p-usb-hs-phy", + compatible = "qcom,qcs9100-usb-hs-phy", "qcom,usb-snps-hs-5nm-phy"; reg = <0 0x088e4000 0 0x120>; clocks = <&rpmhcc RPMH_CXO_CLK>; @@ -2591,7 +2591,7 @@ usb_0_hsphy: phy@88e4000 { }; usb_0_qmpphy: phy@88e8000 { - compatible = "qcom,sa8775p-qmp-usb3-uni-phy"; + compatible = "qcom,qcs9100-qmp-usb3-uni-phy"; reg = <0 0x088e8000 0 0x2000>; clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>, @@ -2615,7 +2615,7 @@ usb_0_qmpphy: phy@88e8000 { }; usb_0: usb@a6f8800 { - compatible = "qcom,sa8775p-dwc3", "qcom,dwc3"; + compatible = "qcom,qcs9100-dwc3", "qcom,dwc3"; reg = <0 0x0a6f8800 0 0x400>; #address-cells = <2>; #size-cells = <2>; @@ -2667,7 +2667,7 @@ usb_0_dwc3: usb@a600000 { }; usb_1_hsphy: phy@88e6000 { - compatible = "qcom,sa8775p-usb-hs-phy", + compatible = "qcom,qcs9100-usb-hs-phy", "qcom,usb-snps-hs-5nm-phy"; reg = <0 0x088e6000 0 0x120>; clocks = <&gcc GCC_USB_CLKREF_EN>; @@ -2680,7 +2680,7 @@ usb_1_hsphy: phy@88e6000 { }; usb_1_qmpphy: phy@88ea000 { - compatible = "qcom,sa8775p-qmp-usb3-uni-phy"; + compatible = "qcom,qcs9100-qmp-usb3-uni-phy"; reg = <0 0x088ea000 0 0x2000>; clocks = <&gcc GCC_USB3_SEC_PHY_AUX_CLK>, @@ -2704,7 +2704,7 @@ usb_1_qmpphy: phy@88ea000 { }; usb_1: usb@a8f8800 { - compatible = "qcom,sa8775p-dwc3", "qcom,dwc3"; + compatible = "qcom,qcs9100-dwc3", "qcom,dwc3"; reg = <0 0x0a8f8800 0 0x400>; #address-cells = <2>; #size-cells = <2>; @@ -2756,7 +2756,7 @@ usb_1_dwc3: usb@a800000 { }; usb_2_hsphy: phy@88e7000 { - compatible = "qcom,sa8775p-usb-hs-phy", + compatible = "qcom,qcs9100-usb-hs-phy", "qcom,usb-snps-hs-5nm-phy"; reg = <0 0x088e7000 0 0x120>; clocks = <&gcc GCC_USB_CLKREF_EN>; @@ -2769,7 +2769,7 @@ usb_2_hsphy: phy@88e7000 { }; usb_2: usb@a4f8800 { - compatible = "qcom,sa8775p-dwc3", "qcom,dwc3"; + compatible = "qcom,qcs9100-dwc3", "qcom,dwc3"; reg = <0 0x0a4f8800 0 0x400>; #address-cells = <2>; #size-cells = <2>; @@ -2825,7 +2825,7 @@ tcsr_mutex: hwlock@1f40000 { }; gpucc: clock-controller@3d90000 { - compatible = "qcom,sa8775p-gpucc"; + compatible = "qcom,qcs9100-gpucc"; reg = <0x0 0x03d90000 0x0 0xa000>; clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPU_GPLL0_CLK_SRC>, @@ -2839,7 +2839,7 @@ gpucc: clock-controller@3d90000 { }; adreno_smmu: iommu@3da0000 { - compatible = "qcom,sa8775p-smmu-500", "qcom,adreno-smmu", + compatible = "qcom,qcs9100-smmu-500", "qcom,adreno-smmu", "qcom,smmu-500", "arm,mmu-500"; reg = <0x0 0x03da0000 0x0 0x20000>; #iommu-cells = <2>; @@ -2875,7 +2875,7 @@ adreno_smmu: iommu@3da0000 { }; serdes0: phy@8901000 { - compatible = "qcom,sa8775p-dwmac-sgmii-phy"; + compatible = "qcom,qcs9100-dwmac-sgmii-phy"; reg = <0x0 0x08901000 0x0 0xe10>; clocks = <&gcc GCC_SGMI_CLKREF_EN>; clock-names = "sgmi_ref"; @@ -2884,7 +2884,7 @@ serdes0: phy@8901000 { }; serdes1: phy@8902000 { - compatible = "qcom,sa8775p-dwmac-sgmii-phy"; + compatible = "qcom,qcs9100-dwmac-sgmii-phy"; reg = <0x0 0x08902000 0x0 0xe10>; clocks = <&gcc GCC_SGMI_CLKREF_EN>; clock-names = "sgmi_ref"; @@ -2893,7 +2893,7 @@ serdes1: phy@8902000 { }; llcc: system-cache-controller@9200000 { - compatible = "qcom,sa8775p-llcc"; + compatible = "qcom,qcs9100-llcc"; reg = <0x0 0x09200000 0x0 0x80000>, <0x0 0x09300000 0x0 0x80000>, <0x0 0x09400000 0x0 0x80000>, @@ -2912,7 +2912,7 @@ llcc: system-cache-controller@9200000 { }; pdc: interrupt-controller@b220000 { - compatible = "qcom,sa8775p-pdc", "qcom,pdc"; + compatible = "qcom,qcs9100-pdc", "qcom,pdc"; reg = <0x0 0x0b220000 0x0 0x30000>, <0x0 0x17c000f0 0x0 0x64>; qcom,pdc-ranges = <0 480 40>, @@ -2959,7 +2959,7 @@ pdc: interrupt-controller@b220000 { }; tsens2: thermal-sensor@c251000 { - compatible = "qcom,sa8775p-tsens", "qcom,tsens-v2"; + compatible = "qcom,qcs9100-tsens", "qcom,tsens-v2"; reg = <0x0 0x0c251000 0x0 0x1ff>, <0x0 0x0c224000 0x0 0x8>; interrupts = , @@ -2970,7 +2970,7 @@ tsens2: thermal-sensor@c251000 { }; tsens3: thermal-sensor@c252000 { - compatible = "qcom,sa8775p-tsens", "qcom,tsens-v2"; + compatible = "qcom,qcs9100-tsens", "qcom,tsens-v2"; reg = <0x0 0x0c252000 0x0 0x1ff>, <0x0 0x0c225000 0x0 0x8>; interrupts = , @@ -2981,7 +2981,7 @@ tsens3: thermal-sensor@c252000 { }; tsens0: thermal-sensor@c263000 { - compatible = "qcom,sa8775p-tsens", "qcom,tsens-v2"; + compatible = "qcom,qcs9100-tsens", "qcom,tsens-v2"; reg = <0x0 0x0c263000 0x0 0x1ff>, <0x0 0x0c222000 0x0 0x8>; interrupts = , @@ -2992,7 +2992,7 @@ tsens0: thermal-sensor@c263000 { }; tsens1: thermal-sensor@c265000 { - compatible = "qcom,sa8775p-tsens", "qcom,tsens-v2"; + compatible = "qcom,qcs9100-tsens", "qcom,tsens-v2"; reg = <0x0 0x0c265000 0x0 0x1ff>, <0x0 0x0c223000 0x0 0x8>; interrupts = , @@ -3003,7 +3003,7 @@ tsens1: thermal-sensor@c265000 { }; aoss_qmp: power-management@c300000 { - compatible = "qcom,sa8775p-aoss-qmp", "qcom,aoss-qmp"; + compatible = "qcom,qcs9100-aoss-qmp", "qcom,aoss-qmp"; reg = <0x0 0x0c300000 0x0 0x400>; interrupts-extended = <&ipcc IPCC_CLIENT_AOP IPCC_MPROC_SIGNAL_GLINK_QMP @@ -3040,7 +3040,7 @@ spmi_bus: spmi@c440000 { }; tlmm: pinctrl@f000000 { - compatible = "qcom,sa8775p-tlmm"; + compatible = "qcom,qcs9100-tlmm"; reg = <0x0 0x0f000000 0x0 0x1000000>; interrupts = ; gpio-controller; @@ -3052,7 +3052,7 @@ tlmm: pinctrl@f000000 { }; sram: sram@146d8000 { - compatible = "qcom,sa8775p-imem", "syscon", "simple-mfd"; + compatible = "qcom,qcs9100-imem", "syscon", "simple-mfd"; reg = <0x0 0x146d8000 0x0 0x1000>; ranges = <0x0 0x0 0x146d8000 0x1000>; @@ -3066,7 +3066,7 @@ pil-reloc@94c { }; apps_smmu: iommu@15000000 { - compatible = "qcom,sa8775p-smmu-500", "qcom,smmu-500", "arm,mmu-500"; + compatible = "qcom,qcs9100-smmu-500", "qcom,smmu-500", "arm,mmu-500"; reg = <0x0 0x15000000 0x0 0x100000>; #iommu-cells = <2>; #global-interrupts = <2>; @@ -3204,7 +3204,7 @@ apps_smmu: iommu@15000000 { }; pcie_smmu: iommu@15200000 { - compatible = "qcom,sa8775p-smmu-500", "qcom,smmu-500", "arm,mmu-500"; + compatible = "qcom,qcs9100-smmu-500", "qcom,smmu-500", "arm,mmu-500"; reg = <0x0 0x15200000 0x0 0x80000>; #iommu-cells = <2>; #global-interrupts = <2>; @@ -3289,7 +3289,7 @@ intc: interrupt-controller@17a00000 { }; watchdog@17c10000 { - compatible = "qcom,apss-wdt-sa8775p", "qcom,kpss-wdt"; + compatible = "qcom,apss-wdt-qcs9100", "qcom,kpss-wdt"; reg = <0x0 0x17c10000 0x0 0x1000>; clocks = <&sleep_clk>; interrupts = ; @@ -3375,14 +3375,14 @@ apps_bcm_voter: bcm-voter { }; rpmhcc: clock-controller { - compatible = "qcom,sa8775p-rpmh-clk"; + compatible = "qcom,qcs9100-rpmh-clk"; #clock-cells = <1>; clock-names = "xo"; clocks = <&xo_board_clk>; }; rpmhpd: power-controller { - compatible = "qcom,sa8775p-rpmhpd"; + compatible = "qcom,qcs9100-rpmhpd"; #power-domain-cells = <1>; operating-points-v2 = <&rpmhpd_opp_table>; @@ -3433,7 +3433,7 @@ rpmhpd_opp_turbo_l1: opp-9 { }; cpufreq_hw: cpufreq@18591000 { - compatible = "qcom,sa8775p-cpufreq-epss", + compatible = "qcom,qcs9100-cpufreq-epss", "qcom,cpufreq-epss"; reg = <0x0 0x18591000 0x0 0x1000>, <0x0 0x18593000 0x0 0x1000>; @@ -3446,7 +3446,7 @@ cpufreq_hw: cpufreq@18591000 { }; ethernet1: ethernet@23000000 { - compatible = "qcom,sa8775p-ethqos"; + compatible = "qcom,qcs9100-ethqos"; reg = <0x0 0x23000000 0x0 0x10000>, <0x0 0x23016000 0x0 0x100>; reg-names = "stmmaceth", "rgmii"; @@ -3481,7 +3481,7 @@ ethernet1: ethernet@23000000 { }; ethernet0: ethernet@23040000 { - compatible = "qcom,sa8775p-ethqos"; + compatible = "qcom,qcs9100-ethqos"; reg = <0x0 0x23040000 0x0 0x10000>, <0x0 0x23056000 0x0 0x100>; reg-names = "stmmaceth", "rgmii"; @@ -4495,7 +4495,7 @@ arch_timer: timer { }; pcie0: pcie@1c00000 { - compatible = "qcom,pcie-sa8775p"; + compatible = "qcom,pcie-qcs9100"; reg = <0x0 0x01c00000 0x0 0x3000>, <0x0 0x40000000 0x0 0xf20>, <0x0 0x40000f20 0x0 0xa8>, @@ -4576,7 +4576,7 @@ pcie@0 { }; pcie0_ep: pcie-ep@1c00000 { - compatible = "qcom,sa8775p-pcie-ep"; + compatible = "qcom,qcs9100-pcie-ep"; reg = <0x0 0x01c00000 0x0 0x3000>, <0x0 0x40000000 0x0 0xf20>, <0x0 0x40000f20 0x0 0xa8>, @@ -4623,7 +4623,7 @@ pcie0_ep: pcie-ep@1c00000 { }; pcie0_phy: phy@1c04000 { - compatible = "qcom,sa8775p-qmp-gen4x2-pcie-phy"; + compatible = "qcom,qcs9100-qmp-gen4x2-pcie-phy"; reg = <0x0 0x1c04000 0x0 0x2000>; clocks = <&gcc GCC_PCIE_0_AUX_CLK>, @@ -4652,7 +4652,7 @@ pcie0_phy: phy@1c04000 { }; pcie1: pcie@1c10000 { - compatible = "qcom,pcie-sa8775p"; + compatible = "qcom,pcie-qcs9100"; reg = <0x0 0x01c10000 0x0 0x3000>, <0x0 0x60000000 0x0 0xf20>, <0x0 0x60000f20 0x0 0xa8>, @@ -4733,7 +4733,7 @@ pcie@0 { }; pcie1_ep: pcie-ep@1c10000 { - compatible = "qcom,sa8775p-pcie-ep"; + compatible = "qcom,qcs9100-pcie-ep"; reg = <0x0 0x01c10000 0x0 0x3000>, <0x0 0x60000000 0x0 0xf20>, <0x0 0x60000f20 0x0 0xa8>, @@ -4780,7 +4780,7 @@ pcie1_ep: pcie-ep@1c10000 { }; pcie1_phy: phy@1c14000 { - compatible = "qcom,sa8775p-qmp-gen4x4-pcie-phy"; + compatible = "qcom,qcs9100-qmp-gen4x4-pcie-phy"; reg = <0x0 0x1c14000 0x0 0x4000>; clocks = <&gcc GCC_PCIE_1_AUX_CLK>, From patchwork Wed Jul 3 03:56:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809664 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 5FED01B977; Wed, 3 Jul 2024 04:00:34 +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=1719979235; cv=none; b=Yjd6ghQgwlC2DCTDQ/5XCOhlZ8MfDwJLJOHse5h0lXmrIlmvoVtAP+oAB9yF0iBoEC2+dwIHPbXY8lVUJEZfzRG8ZsXSlQNet4i+2zwPOnaHqY6p2QIGRpnMWjt6fWLmIa5FN4f9oC3IrYNNRifQlyfakuo92hUTh7VzLpBo+6I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979235; c=relaxed/simple; bh=GiNRIo8y0aAnqa5NnCUIAcVXQjqUI/aWHWyT8xRRvRI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Ou+KKo8lw62D9wtbxvgr+MbxgRp6Byes51gBXiDInJDSSxXT0SsCtyAIU+P8AYUAKjFV8Ty1/SMwEr/zUDgnmCPGexlf+/qGLnKZQyTNiEO3hd5wvMikErcSHY5SlnDx49Z7W100GOdmbTfLo1u8HQYR8SCY/5jtniOEHVYgCrI= 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=h3g0wSl7; 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="h3g0wSl7" 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 462HA2wN002713; Wed, 3 Jul 2024 03:59:36 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= i2KkgVcCRSuA9ly8O4mWbT7XdLmLg1hRJE6F4lAET90=; b=h3g0wSl7U9jVgaRc X1aUqzUjrt1CMmwTnc0LRAgo7eLGcslF8qWlwnS8twDRAskxSvNqEdj9LrTU7Qrf olWUspb9ZMsF9cjTzwPLvIFezYBEl6+LERnMLv9iYbD1NmpqPNmpcqMxd7jw3xrC cD5A9wrZoeLTjkIBlkG5wX4FCXzdY7E2WcB9a/iwH/FDVoBU/4maoir+RbG6aml0 MnKDwvD7rJbiaSV551blobHcPrWAZKXkNjrlZBMTTQ5UViGY2yL0kwBg4GxQqQKJ ny5V6hMimSWd2tFSJMY1U6Da7qo9k4nY4IdyTqnA5KUBmkgH+DTe5vld8PZCzWfp OIlPGw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029kh7kqk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:59:36 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4633xZS3006751 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:59:35 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:59:13 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 03/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 PMIC dtsi Date: Wed, 3 Jul 2024 11:56:51 +0800 Message-ID: <20240703035735.2182165-4-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: k543lf8i4HUYbE8bVyhpJP4aArU_jvtK X-Proofpoint-ORIG-GUID: k543lf8i4HUYbE8bVyhpJP4aArU_jvtK 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=870 priorityscore=1501 suspectscore=0 adultscore=0 mlxscore=0 clxscore=1015 malwarescore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Introduce QCS9100 PMIC dtsi. The current QCS9100 PMIC dtsi is directly renamed from the SA8775p PMIC dtsi. Currently, the QCS9100 platform and SA8775p platform have the same PMIC requirements. In the future, as the SA8775p platform will transitions to using SCMI resources, their PMIC requirements will differ. Signed-off-by: Tengfei Fan --- .../boot/dts/qcom/{sa8775p-pmics.dtsi => qcs9100-pmics.dtsi} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/arm64/boot/dts/qcom/{sa8775p-pmics.dtsi => qcs9100-pmics.dtsi} (100%) diff --git a/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi b/arch/arm64/boot/dts/qcom/qcs9100-pmics.dtsi similarity index 100% rename from arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi rename to arch/arm64/boot/dts/qcom/qcs9100-pmics.dtsi From patchwork Wed Jul 3 02:58:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809685 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 BAE3F5228; Wed, 3 Jul 2024 03:01:29 +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=1719975691; cv=none; b=triaEY9pcr7aQV4nS8Uhh6MEs7co9+QmM+Pn1U+FKvGVRUDR2nSe/vFMsbn+qj2DVMrFw0wFzPYsj+eJSXDxz+7OOY11dHGP9xmzoqmxbWuXKVuAXg+7Q3mplaa65tnQTU7yis1j8EqGH+cEh8h9eNDaQ8aUFEzrBSgApDi1JMo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719975691; c=relaxed/simple; bh=dDymIdmT+abzo7AOqeprGD47OVlvY3MZczC/pmfdNDs=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QxqdCfAc/2+et0dwOB5ZtNzFsZ0DmFH6aWn/tAHVWECXiB3hUzYIhkBFhP4VWwlIGK4Sd1cLQzZLBGSyi9aVwr84Fsf5GBZJ/MohW2nWiEYCCUzlWnknnUqz1lQ+VTmWCz633sQX+4JrvnQdmi4t4icT0xNrZArAFEQkJem/uyY= 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=GtQ6rSp7; 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="GtQ6rSp7" 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 462HEbLk009347; Wed, 3 Jul 2024 03:00:54 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= bEKbNVfup3BpRmVtqOfZwmdPKNA/94dCDdPvl7O48u4=; b=GtQ6rSp7d/hjbo51 nZnkkxhWW3yL7cid6ZMbMu9HVJfJj1rscfrHgwzyt1wShiIY5T+1fkcAfRRVKCNE r02xfG7iOFel3UP7d70s+J4E/0BFzw8sMYLVU2SR2N3TSO1ECOlf0xrVytzmAjM9 qF2dp3SAJy2Al2reRigabVioBydy1YbO+xfNjiDMxesemZj9tGYDd/b2hdpCMHJG pn5R/cIwBKe1ERNcz19L6ptn1qtR8hfxmuQuRKHYVqQZeDrf8onvLs04HsQFfD1O R0T+0toyWZpZ6gCqU8fcR9fz4S1iqU6kryRWlwWmpjkUyBtFIazuc/l0TJ54gV7c daS7Vw== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029kh7g85-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:00:54 +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 46330q2n024445 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:00:52 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:00:30 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 04/47] arm64: dts: qcom: qcs9100: Add QCS9100 RIDE board dts Date: Wed, 3 Jul 2024 10:58:07 +0800 Message-ID: <20240703025850.2172008-5-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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-GUID: ioNDR0WSpjsFkf_gFj2yv2Zj7_4HQsIk X-Proofpoint-ORIG-GUID: ioNDR0WSpjsFkf_gFj2yv2Zj7_4HQsIk 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 suspectscore=0 adultscore=0 mlxscore=0 clxscore=1015 malwarescore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Add support for the QCS9100 RIDE board dts. The current QCS9100 RIDE board dts is directly renamed from the SA8775p RIDE board dts. The difference between the current QCS9100 RIDE board and the SA8775p RIDE board lies solely in the replacement of the SA8775p SoC with the QCS9100 SoC, all other board resources remain the same. The following items have been updated: - use QCS9100-related compatible names for this board dts. - replace the inclusion of sa8775p.dtsi with qcs9100.dtsi. - replace the inclusion of sa8775p-pmics.dtsi with qcs9100-pmics.dtsi Signed-off-by: Tengfei Fan --- arch/arm64/boot/dts/qcom/Makefile | 2 +- .../boot/dts/qcom/{sa8775p-ride.dts => qcs9100-ride.dts} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename arch/arm64/boot/dts/qcom/{sa8775p-ride.dts => qcs9100-ride.dts} (99%) diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile index 5576c7d6ea06..a7a3792b0691 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile @@ -103,6 +103,7 @@ dtb-$(CONFIG_ARCH_QCOM) += qcs404-evb-1000.dtb dtb-$(CONFIG_ARCH_QCOM) += qcs404-evb-4000.dtb dtb-$(CONFIG_ARCH_QCOM) += qcs6490-rb3gen2.dtb dtb-$(CONFIG_ARCH_QCOM) += qcs8550-aim300-aiot.dtb +dtb-$(CONFIG_ARCH_QCOM) += qcs9100-ride.dtb dtb-$(CONFIG_ARCH_QCOM) += qdu1000-idp.dtb dtb-$(CONFIG_ARCH_QCOM) += qrb2210-rb1.dtb dtb-$(CONFIG_ARCH_QCOM) += qrb4210-rb2.dtb @@ -112,7 +113,6 @@ dtb-$(CONFIG_ARCH_QCOM) += qru1000-idp.dtb dtb-$(CONFIG_ARCH_QCOM) += sa8155p-adp.dtb dtb-$(CONFIG_ARCH_QCOM) += sa8295p-adp.dtb dtb-$(CONFIG_ARCH_QCOM) += sa8540p-ride.dtb -dtb-$(CONFIG_ARCH_QCOM) += sa8775p-ride.dtb dtb-$(CONFIG_ARCH_QCOM) += sc7180-acer-aspire1.dtb dtb-$(CONFIG_ARCH_QCOM) += sc7180-idp.dtb dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r1.dtb diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/qcs9100-ride.dts similarity index 99% rename from arch/arm64/boot/dts/qcom/sa8775p-ride.dts rename to arch/arm64/boot/dts/qcom/qcs9100-ride.dts index 26ad05bd3b3f..2415d34b8aa5 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/qcs9100-ride.dts @@ -8,12 +8,12 @@ #include #include -#include "sa8775p.dtsi" -#include "sa8775p-pmics.dtsi" +#include "qcs9100.dtsi" +#include "qcs9100-pmics.dtsi" / { - model = "Qualcomm SA8775P Ride"; - compatible = "qcom,sa8775p-ride", "qcom,sa8775p"; + model = "Qualcomm QCS9100 Ride"; + compatible = "qcom,qcs9100-ride", "qcom,qcs9100"; aliases { ethernet0 = ðernet0; From patchwork Wed Jul 3 02:58:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809683 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 5F3FDC8D1; Wed, 3 Jul 2024 03:02:47 +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=1719975768; cv=none; b=DWrzdziWYgCI4b560wA6HmZIa0h+sWwNLPwklRybby6wt4H+BilJTow8JBVekga+aIiyvOlR7NnfFXWvSn1qpm6p3NI+zgqfut1kGCumDbJzFxF76Qe7CBQUyzfrVkJJptxAiuF48/0l1M56RCCDDy/0fiAyzHdrsPfgsN0Usy0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719975768; c=relaxed/simple; bh=LJShlTBTOHh/ZQ9eZ8bCKuX4BtL0kns6CxsGDFe2FAE=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tWwr9uejrF22rewL1wXqSZAMj17bM5msCeprUZUXIaSHdFBqN4ifRQ8vCKYFyHgHsMgiFKJWEqb/Ip/TrEyUD95xR5bK/5eaAm3jjFKrCYWNKk2O55F/lbbCfL6TiG+dhvXZ2Qx0qeWhIp0q3KdByse4vwPi6fRrKo5m+Ki5kDI= 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=l2S6p4zH; 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="l2S6p4zH" 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 462HE6nU016472; Wed, 3 Jul 2024 03:01:14 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= IXXDdOTj+WV/0I/ZfGsCwa6oxMG9of9UkEPPhel/aX4=; b=l2S6p4zHo4vypJ5L rY8wl3t/Qs2dMsLPsbQ09yAl+EsOSBdsyfDlSR1GmaT18SoLa+YHmGZHuynVGK86 U2WB8BqlTKxnup13Yn31DiAS4oziy6ylZgdyIq5CJtOPECLo6/5s+3DpcC33OZzO haEXjH+yWBwUOOEcrgPtZ5wkddKGCrOBVVH5odnrG4m2Z1cy0mWrS9DBEQpGek/f cSaCQaEH1+H9EMGkOEaenXue7e8QcjIZJvIWLXCWuiuyYFv8AR5cC8+Y86knco6r xODRUG9cFokUiO9UNKWvtedfoXHaH9/GJXrwhlNz2Y9UhWEXe3kybZyULRxKbSAN yA7jCg== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402an77f80-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:01:14 +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 46331C29020290 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:01:12 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:00:50 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 05/47] dt-bindings: firmware: qcom,scm: document SCM on QCS9100 SoC Date: Wed, 3 Jul 2024 10:58:08 +0800 Message-ID: <20240703025850.2172008-6-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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-GUID: 6yUQLApLKCbzzSg7DOJQ2vdN9vi5I8vw X-Proofpoint-ORIG-GUID: 6yUQLApLKCbzzSg7DOJQ2vdN9vi5I8vw 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 clxscore=1015 adultscore=0 malwarescore=0 mlxlogscore=999 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Document scm compatible for QCS9100 SoC. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 2cc83771d8e7..3596ae0e0610 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -42,6 +42,7 @@ properties: - qcom,scm-msm8996 - qcom,scm-msm8998 - qcom,scm-qcm2290 + - qcom,scm-qcs9100 - qcom,scm-qdu1000 - qcom,scm-sa8775p - qcom,scm-sc7180 From patchwork Wed Jul 3 03:56:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809663 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 B4DA713B59A; Wed, 3 Jul 2024 04:01:16 +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=1719979278; cv=none; b=Vpr6wEuzV/ysfVb5Gr82B7nWT6gqnzm1vB27o/OwusZcskx5iLq8mfyJ8FrT/18XbtYODh1rmbfJjMz2Rwd8cRBPhL/FZAK65dvLJbfjn6qOAKCnqIcx7Uer5E4u2vL4sNhUZpbWjfnQVGCIEqbLc5p88VPAaGj71RCbiM/IHBQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979278; c=relaxed/simple; bh=1NnDoAti0eRn7nyFd9S7VZ6cweqigtpq7biAtRgxShE=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=im0JbsWPFy7BPKThJ4EGMC9vayI3Ez2Ds6OJMwLL8qj8rbvu9LIldLGtZtdC1jb8RXM4tB6oNFPs6aCruButW/jp6YUIKzcIRjKpTVH+8/P7Cd4OwizWP973d8LBF/0pts6NGjujSr9l0PtvDR0aCbgD3M7Gd2WcMimkOH0EEpE= 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=UtYX322i; 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="UtYX322i" Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HA2HU030481; Wed, 3 Jul 2024 04:00:36 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= SqMuxo7DXOl5Wb3u2xqOvUs4r4UIoA7ZVWvuG1u0gAw=; b=UtYX322iSO2arTih kC10nKTrvBJ8p1q5878295/Yg+1DktmloLkE+9ste25bjavc5oyWtYLQdsLA7wxq Uqf8xaCXWUgC+itP6ixG0YTAg7ZDhSYZz/YUPqzYHEtXk/GlJJNjL4pFjfcExqGw 0Tywg7b/BM8Y9QiERyOsF5zjT0dqelIFIDgya1ilcIV+xTeYBIci04JJlqya8PrZ SwOYxpsYFHD+lG11BCcufQof97ZdMj6wskrPF32lAOjCWx/k/x/RPby5qeuwM6A5 GfH75xbtO62AHk5qc6fKmbagcvpejZcAbsg1r7Y2JpZtx8ZvP44xeYfaiiRcuFLV 6bQs5w== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029uxfkd5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:00:36 +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 46340ZDj026047 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:00:35 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:00:13 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 06/47] dt-bindings: interconnect: qcom: document the interconnect compatibles for QCS9100 Date: Wed, 3 Jul 2024 11:56:54 +0800 Message-ID: <20240703035735.2182165-7-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: y10rF1_13dg4NEU4jxYv2P6IE8XcslZ3 X-Proofpoint-ORIG-GUID: y10rF1_13dg4NEU4jxYv2P6IE8XcslZ3 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 impostorscore=0 bulkscore=0 spamscore=0 mlxscore=0 clxscore=1015 phishscore=0 malwarescore=0 adultscore=0 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document for the RPMh interconnect compatibles on Qualcomm QCS9100 platform. Signed-off-by: Tengfei Fan --- .../bindings/interconnect/qcom,sa8775p-rpmh.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml index 2e0c0bc7a376..748fe2084ad8 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml @@ -18,6 +18,20 @@ description: | properties: compatible: enum: + - qcom,qcs9100-aggre1-noc + - qcom,qcs9100-aggre2-noc + - qcom,qcs9100-clk-virt + - qcom,qcs9100-config-noc + - qcom,qcs9100-dc-noc + - qcom,qcs9100-gem-noc + - qcom,qcs9100-gpdsp-anoc + - qcom,qcs9100-lpass-ag-noc + - qcom,qcs9100-mc-virt + - qcom,qcs9100-mmss-noc + - qcom,qcs9100-nspa-noc + - qcom,qcs9100-nspb-noc + - qcom,qcs9100-pcie-anoc + - qcom,qcs9100-system-noc - qcom,sa8775p-aggre1-noc - qcom,sa8775p-aggre2-noc - qcom,sa8775p-clk-virt From patchwork Wed Jul 3 03:56:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809661 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 BD46511CAF; Wed, 3 Jul 2024 04:02:34 +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=1719979356; cv=none; b=F3qqOC3jWBn37YpXLgRD9cypHkk4NsJwJBtLy8LwOaUQ0ZslgmTZBINrMlte3x4LmsW4ZxB1Fd0EuGnGV0gmspZzhPfW0s/3KKRAixJcKj27edIC2MbmckuIQ0AmNK0MFmTok401Y3e+mXloE10CRlRV1CSNtkFBY1hdWK+OMMU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979356; c=relaxed/simple; bh=7oY0ulTHK/ReZg49vyM89YHTRKxCRYuVPXodEAmOmiI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=J/NurGINp3qcD6ndPr2uZSDrN3YHYmTNFS2FpMXyGwE3BC99LLdT1VP7iHvT++4ushtgesfazH/Zcp4wmEsCxi4nJjw14/7K1mKcKE3oJ6SuLzLFg1pg+oA9r58JzrhmTcVvyVOm+Daji22cOXRwLSYOVThpdV0Z1iKn4iSmnxw= 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=Wgpc4uac; 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="Wgpc4uac" Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HEAns003186; Wed, 3 Jul 2024 04:00:59 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= k1lRISV2yOU0+NYZWkpybQTZMucF0zr8XgYCtWOls0g=; b=Wgpc4uac9P1zCG2+ T0WnJ9EIctmVI8E0bF3HLhDpRCCHKu6nZI0UEjw2iH9jZWgeBt9SMyVYte4WTRfG TSnBRsuKIjUDU8Zi5iqTZfMMcLFM6IUGZs5+ogK74+rZa58FTG2sGLBwS70unu4y cKbiwv6brlKyBAqs3FP8dEFp/thhFey2lYeAZb6cOl2GyxbMjgHQNynJXb0Aznwp 7AUtE0yIplqx7L1Wtn6armpqwdkfo6osBCYmNcWAJl3YC55EABtVxb+pfjQz8MOU vKzg4ksKszMY96aEQJjZDpgcBhNNIfR8xalMpzrBFm1SH0t70huXYzFyFSeQdgnB M6mZkw== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029uxfke0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:00:59 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46340w0e000876 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:00:58 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:00:32 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 07/47] dt-bindings: clock: document QCS9100 GCC compatible Date: Wed, 3 Jul 2024 11:56:55 +0800 Message-ID: <20240703035735.2182165-8-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: PF3vSejZ4VqfDTd7rtadMckpR91v4pDz X-Proofpoint-ORIG-GUID: PF3vSejZ4VqfDTd7rtadMckpR91v4pDz 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 impostorscore=0 bulkscore=0 spamscore=0 mlxscore=0 clxscore=1015 phishscore=0 malwarescore=0 adultscore=0 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document QCS9100 GCC compatible. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/clock/qcom,sa8775p-gcc.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml index addbd323fa6d..0ca77054e527 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml @@ -17,7 +17,10 @@ description: | properties: compatible: - const: qcom,sa8775p-gcc + items: + - enum: + - qcom,qcs9100-gcc + - qcom,sa8775p-gcc clocks: items: From patchwork Wed Jul 3 03:56:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809662 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 99EBB2E646; Wed, 3 Jul 2024 04:02:02 +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=1719979323; cv=none; b=RKfaw3IG0CaxUwU9ZFEckocv9OpQpMfO5r+bsWph5QPhhepVZH3XXwTsgJV0NqBDfPzrJfIFySAu1h3INZHH/aQfUjYNDg3mbA/RG0W4cp01XkjPVIcQJSeaLu0oLzbHoXCcKaOqQPQH3eM4wiLUjYKn3dnv05Zgtq7Wt2HR3LI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979323; c=relaxed/simple; bh=PQF/n2iiKqYQAGvFQcwMV1prw44mdfPrp7Cvvo68XJM=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=llv0tZhL4rGH2ZcmDIY8KbaxBIBB0b4q4vVDeVAKLftmZNvmq9Bl7MT2uReYOGDJMyAxHW1AR8/bjZKGq5WZdxQfcI1SUtPAnKTgh1Ig3uPE00MASGOwJaLbwxnMFHZjkS4N5UPOKei3paBp5SoHCzioeJC14twmC+moLkcRzXU= 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=a8DZ5wmc; 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="a8DZ5wmc" Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462JrZCd001607; Wed, 3 Jul 2024 04:01:19 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= NzMtgN8jQZKceFszXY+rOTwJXeVMaRZRuTII2K/EMqA=; b=a8DZ5wmcKmRm46eV Xr4KVnB1gnHNzAfmhixNVk/pf+AUNg/Zvc35WpMdMUeE4C4/tvoeTnZR5FP7vzYk SVgF8HETJnX8rIoWLNixh3gsyyhWQvy0HoQiCOhXTE7dmceXz3YmZ1+clM7pKK0M ZKd0Pjo9daet86UZ10rezQDlF9Iwq0PrZG/k1A+dwkG+/gk6tS7i0sv5OWmJMqvA iVILcj9G7Hxlu29kQw+325BPKfGmE82NfFmdNaZTTMoyMElJ+XDMzlLo3jR2U8Of lpme1hkK3JyMyHnL1pnIE4aBtkbIB3gSUtxz4zAAfs8DWLW7WCsQwNLHGZn08ELj D1YT9w== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402ag2jbu3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:01:18 +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 46341HOp032158 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:01:17 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:00:55 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 08/47] dt-bindings: mailbox: qcom-ipcc: Document the QCS9100 IPCC Date: Wed, 3 Jul 2024 11:56:56 +0800 Message-ID: <20240703035735.2182165-9-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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: _8j6jLn-_PiPLuNhTOJ-5hi6h39mqKFI X-Proofpoint-GUID: _8j6jLn-_PiPLuNhTOJ-5hi6h39mqKFI 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 clxscore=1015 malwarescore=0 phishscore=0 impostorscore=0 mlxlogscore=986 bulkscore=0 spamscore=0 priorityscore=1501 suspectscore=0 adultscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the Inter-Processor Communication Controller on the QCS9100 Platform. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml index 05e4e1d51713..916c47fbc238 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml @@ -24,6 +24,7 @@ properties: compatible: items: - enum: + - qcom,qcs9100-ipcc - qcom,qdu1000-ipcc - qcom,sa8775p-ipcc - qcom,sc7280-ipcc From patchwork Wed Jul 3 02:58:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809681 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 39AB71DA339; Wed, 3 Jul 2024 03:04:31 +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=1719975872; cv=none; b=dCnKj8On488/jMNho6bsNGo5x9+DKMXGsU5mTgYsTGz8JMGxt9XF8sfiTdbQBuaf97GSiy8/aKJBO14BY4e/UpXZfFxrzIxzzIx0M+g2KoD1C92B6GKEdUswEuqWrYOlkvpRr8n39mw0iur+keqSVubNnpXgnUFjskz20xPRFYE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719975872; c=relaxed/simple; bh=g/sUlu5sdLsu7zeZ14Yc7AsRFKn1s8Ioo6uGtEKNYKk=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=h6VhjJuYmP18aaR/hQrCM/q0XfhA9l72wU4+zagu9iAxfU8zq0cI5A678XE7AUBzMw9LdAFZte9Nhz+TRT37ziC6qysduG567CpW/uSy6ZJKgbiBA+zPUvKiM6gOt7KMepY83xx5yJamzf/VjKO5pECq5HIdvwABbdjztewoPkc= 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=jXOLJBPi; 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="jXOLJBPi" 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 462HEY1H026446; Wed, 3 Jul 2024 03:02:54 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= /TGU65GeCuQxaGz1P0+2lJhHVExW7JnSYVc74B3YzSw=; b=jXOLJBPiv87EO9eo AQPeMpaW/3LyqKUSGKlCrS4qZPs1Uim0Gs2kYzwtnOPkpTsmzVmfzu+s8PO12zgj aXxEDYqSBhFvZvMXYLjC9FdV79RYK8Cmgbc4J/0rJzkZqo8QjmxDjw1DKaJ8psyR MaUqYzHm7UWsoasPxKQ+tlJw4jJ6ofGBgNYiZIsh8t1VIRAOLobZEigf3+gPE9Zi vfipCwN2aD4HQExcg3VQY8hZvSgwZ1nf+vo/x2OL/pbTNivn/gXxz7c+OafaH4AX P4em/VN6djHGEHWJRgdb7SVsRi4h4A/05Y/oBYvHQ+jKMHKvEaehGnHM+/t7180J mH13kA== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4027mnqts0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:02:54 +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 46332q1s032685 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:02:52 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:02:30 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 10/47] dt-bindings: crypto: ice: Document QCS9100 inline crypto engine Date: Wed, 3 Jul 2024 10:58:13 +0800 Message-ID: <20240703025850.2172008-11-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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: N2jRaviVHrZmflwOCnfnpnVzPplJsrxT X-Proofpoint-GUID: N2jRaviVHrZmflwOCnfnpnVzPplJsrxT 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 bulkscore=0 spamscore=0 malwarescore=0 adultscore=0 priorityscore=1501 lowpriorityscore=0 phishscore=0 mlxscore=0 suspectscore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Document the compatible used for the inline crypto engine found on QCS9100. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml index 0304f074cf08..ad0944e05025 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml @@ -13,6 +13,7 @@ properties: compatible: items: - enum: + - qcom,qcs9100-inline-crypto-engine - qcom,sa8775p-inline-crypto-engine - qcom,sc7180-inline-crypto-engine - qcom,sc7280-inline-crypto-engine From patchwork Wed Jul 3 03:57:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809660 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 605B117580; Wed, 3 Jul 2024 04:03:16 +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=1719979397; cv=none; b=MszmRwv4FJlC9rTGaziSCm3SBmCCQX24L35s9/qXiankWQzzRQArD28q9SYEpH2fm5rsiWu4xPhiKn6H/2ddH3yZml2jbRi9htMNUcQDJvep7DGMi5Pzbkh/GXfxkX1+9GRZHZ3jzWAoxYBpAX73Sx1xSqTuWiRJ+rViaMeFg8k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979397; c=relaxed/simple; bh=zfdm/983yNcET4lDUzOg1OgzcVt0yS5jkDBwMHfaAvQ=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=h4MTD5T8sg4I8GIynR0ou9Rkj6AN6E4wfIeFXYt5M53+cR4if7y/9lB/04CmOCoKwg+xFSEatpmFc6B1u4QJvCvpIJtq+LQ+68dxqJ+xAncTs81EXeqo0hE2b3hAXs7kgS9vBtqsQcfDEUavH+AjLfUV3j5pGI4uJHTRXBQN/0U= 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=X8eHc0Pp; 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="X8eHc0Pp" 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 462HF2j9027444; Wed, 3 Jul 2024 04:02:36 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= LxPgbNz791xoHCJTWU+K9lKs0cSzA+oNlkd9NTaTio8=; b=X8eHc0Pp+Ia8p/MO zSEbepyPkxp6UMrVGIGsfK1FG22QQhbKPuPEeYgSO8B5EW/+WKcv1JSeF0KqNNFW JaE8hUbuA7mEYt8sYApNRGWF0+mj/olqj5T7ll/V1zGKKQTxx6h3LMWYLBOCcTTM 7ju1S5fTAsfsl2dKtC7RnZVNgeAESmaAMSVH2rDdlO8zumA9UDHUDHIEhVKyRZ5n nb8EgDL2tFQGmexXqds7zL7NoMLwOvppsfvLnwB6V2uu0ioSnWWpiqe0dne6FBp3 my2Z70dSTqj5QCe9xl521tLXlWaZYAHF2zFVzmn0ubeQE6UxDWy9NciPyaW7mkn5 tVErww== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4027mnqxdj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:02:36 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46342ZOQ007203 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:02:35 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:02:12 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 12/47] dt-bindings: phy: qcom, usb-snps-femto-v2: Add bindings for QCS9100 Date: Wed, 3 Jul 2024 11:57:00 +0800 Message-ID: <20240703035735.2182165-13-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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: tBLnl2rhpaXk7ejUKjj784Wb-9Nm2Ygg X-Proofpoint-GUID: tBLnl2rhpaXk7ejUKjj784Wb-9Nm2Ygg 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 bulkscore=0 spamscore=0 malwarescore=0 adultscore=0 priorityscore=1501 lowpriorityscore=0 phishscore=0 mlxscore=0 suspectscore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Document the compatible string for USB phy found in Qualcomm QCS9100 SoC. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml index 519c2b403f66..cd0a723590f0 100644 --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml @@ -17,6 +17,7 @@ properties: oneOf: - items: - enum: + - qcom,qcs9100-usb-hs-phy - qcom,sa8775p-usb-hs-phy - qcom,sc8280xp-usb-hs-phy - const: qcom,usb-snps-hs-5nm-phy From patchwork Wed Jul 3 03:57:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809659 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 4E04812FF8B; Wed, 3 Jul 2024 04:03:36 +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=1719979417; cv=none; b=E8cjFKIPzuR/ath7JcUgrwUeNNCQ5YyGRc+H1d4ZBvwGTtpeumauUhYoeOoYCaCTdtsQ0Zl4bnGS5eiV+CMv3kTl6lSJk2xkAAwEyvWEO1rVHJiDrg5pzW1V40kfKZXLBmiOqBTaoqALDfaU0V6v5PYIB9A4MBAmxG/0R2q6xgI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979417; c=relaxed/simple; bh=tRAhxB6Yt2ErLy0toghNvfUG1D5X0bUk9dSoygsvByI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=px+QE3iNl3Jhh60zreJ6+OF6AMmw9cURAeTfZCivQ3VOZ68exjaHvlhthzTlQEl1Fk6ETv6A4Q9h44prcmIAjknNR6pA4abWhu3hZe1evwBLQQIzgpd5/q/yaVZwFG4Nhcu6YzNCabHRooeeOqGFRBc2G0hPiGfO9Y08gqEslnk= 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=m3X50lo+; 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="m3X50lo+" 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 462J4ZUJ001587; Wed, 3 Jul 2024 04:02:56 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= vYiUMFWmOzAfZrOHs5pq/gtqqQ9e/1Vdy/HjDdLD2e0=; b=m3X50lo+RrFgMgXP 8Ic20Dm0GGiFnrU3cHk3gfC8m2F7J7vmUVKEQu5PAsYk5qbCu0OkGKaPHxwaQejg 8ANAdsjkN9INyWKPJsvGT5mxKCB5uoWKBVU/3OqPrkwSLpiylWe2V/dglCdccj5x kJXHUrQbXI6lFjfSrjQoIIAZ8lMSi5fnI6aQ+yMh1YYVAkDAU6DcXf8xbQCrCxhs 7f86uj4haoa1W113r1araZlWdb1sqTyKXSCU0IxmeFrpnx5X1k6xpwxlQmSPOvnj iAzEidVM6+YCm8cIUYYazIPGeLJBCyQFYlOwy4sb7TMOW38Owf6i1UvqFTfnMhBb ebbWMA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402bejsxw8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:02:56 +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 46342tRc007245 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:02:55 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:02:32 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 13/47] dt-bindings: ufs: qcom: document QCS9100 UFS Date: Wed, 3 Jul 2024 11:57:01 +0800 Message-ID: <20240703035735.2182165-14-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: DhNT4GzN0EU0-ZkMkj-8yVCVxRc43_WO X-Proofpoint-ORIG-GUID: DhNT4GzN0EU0-ZkMkj-8yVCVxRc43_WO 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=999 impostorscore=0 spamscore=0 clxscore=1015 mlxscore=0 suspectscore=0 bulkscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the compatible string for the UFS found on QCS9100. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index 25a5edeea164..baee567fbcd6 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -26,6 +26,7 @@ properties: - qcom,msm8994-ufshc - qcom,msm8996-ufshc - qcom,msm8998-ufshc + - qcom,qcs9100-ufshc - qcom,sa8775p-ufshc - qcom,sc7180-ufshc - qcom,sc7280-ufshc @@ -146,6 +147,7 @@ allOf: contains: enum: - qcom,msm8998-ufshc + - qcom,qcs9100-ufshc - qcom,sa8775p-ufshc - qcom,sc7280-ufshc - qcom,sc8180x-ufshc From patchwork Wed Jul 3 02:58:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809678 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 E8AD5136E05; Wed, 3 Jul 2024 03:05:46 +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=1719975948; cv=none; b=XuyzAsU/MKP7bk2F/hrpiMnQfpmDqlfaVNZyyNM+cWEsUluthw1BU2zKUbcPF/669Zef8u+tl9rymf2hXd6c78n6LZm58BkwU+PJW/fZPFYFUCzTR6eaqF58yU+t6OGpMZprxoOEbPcYhheAZji+txFc6fwXk4xTh1s6daWQKEA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719975948; c=relaxed/simple; bh=9fgj0sH+FZtnpbf7JLk4Fw33bze8nZIodeTmUsFHWJE=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=NjEejGV0zGmodPJK+AIgX7DQnrM+1bXcU3TatSTQPbOz/YvojyfAFsaIxqB7R0GfF+m+jTssg0xyoAf3ZmSYPM7B3CQeBiZNH91d5lDagA/1ssBrjzW5q0nT2KWuVfgZ4Zmizewur0NX4DyhgIFR/xNNGbbRtjJgPFKg0pFONkI= 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=lZ0N5jBv; 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="lZ0N5jBv" Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462Hpl5i022292; Wed, 3 Jul 2024 03:04:12 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= V51vVhu6eX3n31WP9Ro1eLmfsgYzYtYU9J8Pasxp6a0=; b=lZ0N5jBv9Y/MPXch 5UEmWZxnVd4CTxjn/AsZVIBmtMRMBeh9CQB+q6Gs5p58SP8DJuFnyjoFfdHi3JMX HC2CBZfT3m0c4ga9OfPtwPFNzvYORIRc3Sf6lBkriggtC0/kph9u24A+6Gap8U5U 3PeaemZpkzOp9qxIsnN54GmXd33kedUar0I6DwewnjjB2OcSW5tJvNYZOqDpsv1r D1SjRSiitUZ8+ZD1WAlSm5NS5f13ku3AN68WWXLN2etGt9M2VAuOjF28ajXVyWbM 9/6M5hBvMJ/WxgnUBYdSsJIWAHR0NcIgig9aDqs7cCVYD1xFRb1/B8x5eqjPRFuw lSmKsA== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402ag2j8et-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:04:12 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46334BC4000685 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:04:11 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:03:48 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 14/47] dt-bindings: phy: qcom,qmp-usb: Add QCS9100 USB3 PHY Date: Wed, 3 Jul 2024 10:58:17 +0800 Message-ID: <20240703025850.2172008-15-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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: z9f0wbKsztA5dz2lTVPYktXGyD7Dz8z_ X-Proofpoint-GUID: z9f0wbKsztA5dz2lTVPYktXGyD7Dz8z_ 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 clxscore=1015 malwarescore=0 phishscore=0 impostorscore=0 mlxlogscore=891 bulkscore=0 spamscore=0 priorityscore=1501 suspectscore=0 adultscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Add dt-bindings for USB3 PHY found on Qualcomm QCS9100. Signed-off-by: Tengfei Fan --- .../bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml index 5755245ecfd6..8c1bc416646c 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml @@ -20,6 +20,7 @@ properties: - qcom,ipq8074-qmp-usb3-phy - qcom,ipq9574-qmp-usb3-phy - qcom,msm8996-qmp-usb3-phy + - qcom,qcs9100-qmp-usb3-uni-phy - com,qdu1000-qmp-usb3-uni-phy - qcom,sa8775p-qmp-usb3-uni-phy - qcom,sc8180x-qmp-usb3-uni-phy @@ -111,6 +112,7 @@ allOf: compatible: contains: enum: + - qcom,qcs9100-qmp-usb3-uni-phy - qcom,qdu1000-qmp-usb3-uni-phy - qcom,sa8775p-qmp-usb3-uni-phy - qcom,sc8180x-qmp-usb3-uni-phy @@ -153,6 +155,7 @@ allOf: compatible: contains: enum: + - qcom,qcs9100-qmp-usb3-uni-phy - qcom,sa8775p-qmp-usb3-uni-phy - qcom,sc8180x-qmp-usb3-uni-phy - qcom,sc8280xp-qmp-usb3-uni-phy From patchwork Wed Jul 3 03:57:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809658 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 3267045945; Wed, 3 Jul 2024 04:05:41 +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=1719979542; cv=none; b=sHpev5wwrBd1i57zmdktIwY6JiSaN0T7dQ1yZ/gUw9o5LZYHs1jLnaW53UqQ2Y3WAFhHnRg9n5RSu3EhpthN3EaOdePI8QiBb0WHGVyPBiXfyHWJo0RdlPJqXepksU1BYEIbkYfkJachBFPc+pY3pqp2NUzDG7C7ZZzsf5M9Xog= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979542; c=relaxed/simple; bh=mpEYOLSddkSX99iCTNBtGFGWHIEsULruLOHPaVlBF88=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cw6yhhSnr0ONCuzYBMH2+8y9wufpmxA4txO7IrZiMQ3XdIv5MTz08sB+2nlnFx4sMWPtM6uVsChcUw94IxEu60J3cY4BXZTXL30Ol78nZHvJug/ibUpOjqKGBP4kZQKzCaToBJs6ZV/e7zfZpY0gnWl44wjR398J9ynIY3QMQg0= 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=dfCZmhjO; 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="dfCZmhjO" 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 4632Hi1M028831; Wed, 3 Jul 2024 04:03:36 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= EOEpphO4LaNPos5mx0HCqe8gIRoKbVphLv1GNBTvkTE=; b=dfCZmhjO4h3xQL4h G6hasVrYnmqliNT3k3wDGpltTz/Zdq1QnrZyCPi9dhicdXpYxldjXD0ijgbvDPJR M67rWNMATT7cJADr7VDnqz+1ExVJCGw2xXb1ElVPfV7+QPvBqCTZupnVplMcO8EQ UNkBJ23G8nkwg8mUCxY2PyJiAG/wXtxxhFXH8Pz6TAZGhhwZK6Ot9hcpiphVBiKo oTS/LNG9SsO+h9rqepdhLzGrGjTjZJ/Wp/6SBHMCwcXzzBu/rKAgIk0IOBqwAEIz TNxwhdseYqb2YnDO/6cfOHjw6jBzgrYLpd5zrMCzi7VYPykjn9j01VNmNtJcNNzL j3VLtw== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 404kcthwrd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:03:35 +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 46343Y3s023838 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:03:34 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:03:12 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 15/47] dt-bindings: usb: dwc3: Add QCS9100 compatible Date: Wed, 3 Jul 2024 11:57:03 +0800 Message-ID: <20240703035735.2182165-16-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: eSAfBT4Ec88XMfXv1Q0v05aNpI51woci X-Proofpoint-ORIG-GUID: eSAfBT4Ec88XMfXv1Q0v05aNpI51woci 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 adultscore=0 bulkscore=0 mlxlogscore=825 priorityscore=1501 impostorscore=0 suspectscore=0 mlxscore=0 lowpriorityscore=0 clxscore=1015 malwarescore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the QCS9100 dwc3 compatible. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index efde47a5b145..07b0b6530b78 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -26,6 +26,7 @@ properties: - qcom,msm8998-dwc3 - qcom,qcm2290-dwc3 - qcom,qcs404-dwc3 + - qcom,qcs9100-dwc3 - qcom,qdu1000-dwc3 - qcom,sa8775p-dwc3 - qcom,sc7180-dwc3 @@ -199,6 +200,7 @@ allOf: - qcom,msm8953-dwc3 - qcom,msm8996-dwc3 - qcom,msm8998-dwc3 + - qcom,qcs9100-dwc3 - qcom,sa8775p-dwc3 - qcom,sc7180-dwc3 - qcom,sc7280-dwc3 @@ -448,6 +450,7 @@ allOf: - qcom,ipq4019-dwc3 - qcom,ipq8064-dwc3 - qcom,msm8994-dwc3 + - qcom,qcs9100-dwc3 - qcom,qdu1000-dwc3 - qcom,sa8775p-dwc3 - qcom,sc7180-dwc3 From patchwork Wed Jul 3 03:57:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809657 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 700AB13A402; Wed, 3 Jul 2024 04:05:49 +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=1719979550; cv=none; b=uH4AfPmql8nnYMwiBPJjJRnSBlyg8K5qZ8n/1T0zjA6M9Sijg5Lo5yaRTYRYpfzLSKOATp8qUhP3u4oiT8lkxBkXHYTWjYqKF5xtWxrSzCfZY206tbucpMvPt6o7fFJducA0XZeNLKtk3zEUUXMRulSMkMC3075cilp3y70neM0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979550; c=relaxed/simple; bh=v+A/DtVpf4GJe7SCQiXk2KCmsGnf1P5ifpw4rjwb6nY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=N09K7VBhPHwrfc2dd4rnUxdujjKZ+Hhs6vXYlb8lU0xcQw38xEswoR3R1Pt1g9iBdCg0q+w3njJLALx1t9igRqMnQWLSFDM83xmdhcmzM/i102aRKhbUyKma4MgciYFOqBztkt6NaDSILIjv9AETszqKU4fDz7qhbz4GqPRo3ZQ= 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=QAETEJps; 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="QAETEJps" 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 462HE10i026062; Wed, 3 Jul 2024 04:03:55 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= GY/GHLAFr5sCIFCCIoy38lmEZgHtkIc83blcqsG8imY=; b=QAETEJpstcxAIso/ asZYRAK9L/foNazqQM2ZaqyYo2A1CMBytGxWB/fblCAXyPHH6XCmULVmi7Mp3Xa/ 8/mR2rJp9NexM56XN4646kIxCEI3v0lvw6MyIt75FlN5tqgwu+acdWdRWIHXTQBI mKaA3Eu5s1g+YQQvsU6LHuRw53STjILJK5cB6VR1LURPu19IqS8PwOHwjRVEmzgx L6Zo66aAkw3W0RiKlKn61RgpG12zX2yICUGYIO3Yg+XDL6pR0i0ghZ58cJgDyYxB 0MbcLe0/3BoPoW5BA08u8u1CG1k5p9L1SjWh3wtkEh22LI7laAdVlYtOfgEGBukY VW8Rtg== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4027mnqxgu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:03:55 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46343sCR024743 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:03:54 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:03:32 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 16/47] dt-bindings: clock: qcom: describe the GPUCC clock for QCS9100 Date: Wed, 3 Jul 2024 11:57:04 +0800 Message-ID: <20240703035735.2182165-17-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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: gVaSlQF27Ac54gf7JYrvuIAfMpdTfSce X-Proofpoint-GUID: gVaSlQF27Ac54gf7JYrvuIAfMpdTfSce 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 bulkscore=0 spamscore=0 malwarescore=0 adultscore=0 priorityscore=1501 lowpriorityscore=0 phishscore=0 mlxscore=0 suspectscore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Add the compatible for the Qualcomm Graphics Clock control module present on QCS9100 platforms. It matches the generic QCom GPUCC description. Add device-specific DT bindings defines as well. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/clock/qcom,gpucc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml index 0858fd635282..33eb62ec4745 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml @@ -27,6 +27,7 @@ description: | properties: compatible: enum: + - qcom,qcs9100-gpucc - qcom,sdm845-gpucc - qcom,sa8775p-gpucc - qcom,sc7180-gpucc From patchwork Wed Jul 3 03:57:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809655 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 EE0A813C670; Wed, 3 Jul 2024 04:06:42 +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=1719979604; cv=none; b=TH8WYxQyFZ6xCaPWsX9mt60sUZIZ7d3g1qWRi1dJoLf53C89hKsz0sdtL6ARCrNzvutwOeoXNAi15NXLwswZUsYRu+soOYg82I6fL2G6+judh+JwDC4MGZ1FmJe0HLEjRsuMQZtdpQeF7S7vo375lS5iVZmQkUlFjo3tDVy52zM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979604; c=relaxed/simple; bh=5zC7Ky9vZSC3Wz7Xdwp9c0lCltO7xFnejk9ltczBWlw=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QzQ9qj3ZlMN1mRjwahNvt00fw5RHc8gwxnsJK6c53mkmCie8iEpDkTaY1ZQepYFRdsivrHZ/MuyNBpxmOLbJc55BavJsZtXIgyIMj3giRBwO4Kl1bhz4/dty5EsUrDa7v2ytkTjXr9miuxJdVh073OiWL3TjYyLSYkxZO8Qz4Io= 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=b8qaNrUD; 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="b8qaNrUD" 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 462M8LCs015335; Wed, 3 Jul 2024 04:04:14 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= oax5FVpyl2PYH3FnHapHlBUa2ipBr6ug3jbTV2BlBRI=; b=b8qaNrUDRjMqoFhT 2ejt1eiDtbgnEf7BDVTZobQDcRNYUx7CwzIetEh2VecSj0vrpuj2m6DU2EnyU5v0 WI/D2nUAJCKtwGJ0QZ1fmrfoy6a+4ovzKlP4JDYB6rPz8Hnsv11NAtwhVajfuZvI DXKbHhs/IIEq4XfgsX7Zyf2Hgvfn5Ud8M+82p1Xzav+2qnQRKHzuc2W+iR9ExOre mnKu53kZ8IPS9rFqkjpsgyTAkaILaOVfrTsgdwOhTaqg3PSk87P+A3zYJWME5HI1 otr88QpJdhoJHsafsrLs0wctdJ4QgYsayEkOgWVLqLtR86dooZW4nLCiN8ZusTqj Eh31uA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402bejsy08-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:04:14 +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 46344DSn013836 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:04:13 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:03:51 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 17/47] dt-bindings: arm-smmu: Document QCS9100 GPU SMMU Date: Wed, 3 Jul 2024 11:57:05 +0800 Message-ID: <20240703035735.2182165-18-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: k6FWnGH74oSXbRji8w2FbfcrJgGBeXG6 X-Proofpoint-ORIG-GUID: k6FWnGH74oSXbRji8w2FbfcrJgGBeXG6 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=988 impostorscore=0 spamscore=0 clxscore=1015 mlxscore=0 suspectscore=0 bulkscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the GPU SMMU found on the QCS9100 platform. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 5c130cf06a21..82b7e1d40ce0 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -36,6 +36,7 @@ properties: items: - enum: - qcom,qcm2290-smmu-500 + - qcom,qcs9100-smmu-500 - qcom,qdu1000-smmu-500 - qcom,sa8775p-smmu-500 - qcom,sc7180-smmu-500 @@ -84,6 +85,7 @@ properties: items: - enum: - qcom,qcm2290-smmu-500 + - qcom,qcs9100-smmu-500 - qcom,sa8775p-smmu-500 - qcom,sc7280-smmu-500 - qcom,sc8280xp-smmu-500 @@ -385,6 +387,7 @@ allOf: compatible: contains: enum: + - qcom,qcs9100-smmu-500 - qcom,sa8775p-smmu-500 - qcom,sc7280-smmu-500 - qcom,sc8280xp-smmu-500 From patchwork Wed Jul 3 03:57:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809654 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 C77C813CFB0; Wed, 3 Jul 2024 04:07:02 +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=1719979624; cv=none; b=cUvC2zO5cKGapA9+8iN6WKZlvyOOr9npQQyaUQ/mR+wAuvSvwzk1SVuRQRSsf/NvKk1JXOIhgRwSlQ7cbGezX8IOTvp3CkqycrA4BsZOHGlRdIX1OXbmr8cZbWNl7xiPXMPSZEdeYroxL7yqSlSl35gWHbnFrYcI0p91GRQM+K0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979624; c=relaxed/simple; bh=mLHjZaTBj3yPgZhKLchmz8LHdNCc/SpYCbPopdc4HiU=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GGo89oG/CJdW9BWBwboN6GanYaRzEVt/eY6MNP3PX4kuXErZnOKil2+CxCUbpChjitgSuRJwjZJFDyNqumthyL/RqRUVydYB7npco1zYJ2MhELf2nQbVzO7X7puW3GvpECTnwSy7zMo4Id8bcXb1UtsxDEc4zz3cRrTktqrv0/Q= 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=QEWCHqId; 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="QEWCHqId" 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 462HEPtD017281; Wed, 3 Jul 2024 04:05:26 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= Yuq0mloTqG9ENx1x4rHOIMUPA522Hema6Bl2djjkxlY=; b=QEWCHqIdtCAi+Lsb xRqzWDGCnX9KnuQP7ZArTq44kLNA9zJeligr13R6XfTdQXS2QqoY4kl6u98cB8mN QHNcirpdIxjO3cd/QmYQn9GP05mxYmEiMaavs8BveHx60PbQqiSaJK3V6W91hMlF PB0A5Dae7+iCPLcQLw3COBF5rKJwUOE5KuLigfefyyCkS/+HM5QU8GQ3NUb1gxox 9DwDF1AILoARFMSItWJK3eAFeCmUybGimfoUVHWwRbGMmkEfWsoRxRIvWOqy5MLx Ng5CDorZ0K5CDbV+Kg9aphC/cUnZD8oRtOkxEjXm5LgDA1acrYrnX/Kv9cFwap1X z37UNw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402an77kdm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:05:26 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46345Dmn030859 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:05:13 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:04:50 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 20/47] dt-bindings: interrupt-controller: qcom,pdc: document pdc on QCS9100 Date: Wed, 3 Jul 2024 11:57:08 +0800 Message-ID: <20240703035735.2182165-21-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: NvLsxp2dT5wlxAGM5cBrB0ZtjjjHkPDw X-Proofpoint-ORIG-GUID: NvLsxp2dT5wlxAGM5cBrB0ZtjjjHkPDw 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 clxscore=1015 adultscore=0 malwarescore=0 mlxlogscore=955 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 The QCS9100 SoC includes a PDC, document it. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml index 985fa10abb99..41fbfce838fa 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -26,6 +26,7 @@ properties: compatible: items: - enum: + - qcom,qcs9100-pdc - qcom,qdu1000-pdc - qcom,sa8775p-pdc - qcom,sc7180-pdc From patchwork Wed Jul 3 03:57:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809656 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 0828B1822CE; Wed, 3 Jul 2024 04:06:08 +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=1719979570; cv=none; b=RsmjruhYe/otI2H6VsZIjOJoJTRJs3b6mri8Y/PqDPmyTnPqau47hMdNijaGvzdT+HCfpv57y61DFLD2wTegL4QAV9jvHfJjQ4eWJ9zA5bvk2omZ+eG8PB7b5XZss6SrUsyWUnWWIpTkTM6/Vid6LWE8Hd2OvK+TgW/Ih2TQG4U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979570; c=relaxed/simple; bh=0J7OIMIO0Wjdo4vSd42xnCH7lB1CHS5cN9+JnVCOaQs=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=pMYEE6MxlBJHpyROrrcN9fUiABiZy4chI2fKwbcV9GuQV+wNU6unyA/+WNEIc1NkO2miLhJqV3SjtYHa9NkVyamlEQcX5sXn8eOt0LyQ0D9r5tCiBHsgPIGt4SCSmOT7YH4Bz4KaiP20/2w82I0XNMceMFYi3JsmZFX6dA0K5Lw= 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=Ve1qSrKv; 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="Ve1qSrKv" Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462JHdKu031391; Wed, 3 Jul 2024 04:05:34 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= 46FSWg2EBe0pNYLln3JIr8810qYx1ezSaVoefu802/I=; b=Ve1qSrKvHU5NVAce zQllj7M+84p2NyAWdxVRGkqQ9x/2Gbot6y2SeQqR/rE+SQinGuPGh4RqTk9Gfh10 SpvXoBeUuqBdk4g80XxI9Gk83h120MIpBXw/0enGHzmuYpbXfnKuZNWg+wV0oZ9k c8IfB9vPZhU5ouxkGN0aB9eRea1aceLKSP/1m2v1KCSEjIPBEeYylcm4ivhWMqvR O6RzZAdWJfDXSPsfmBSHaJq35AlDEc8GzxCmvFNA1/jarwrOSQZNm0yXrPsQnSHq klGmkrzgxF+B376HkEiXjQLMdYhOssRZeox/czx6q7PXPpu7YpFi5wVPg+QJAYSR VbL6MQ== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402bj8a66u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:05:33 +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 46345XND031804 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:05:33 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:05:10 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 21/47] dt-bindings: thermal: qcom-tsens: document the QCS9100 Temperature Sensor Date: Wed, 3 Jul 2024 11:57:09 +0800 Message-ID: <20240703035735.2182165-22-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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: TurF8nxbNgeNPInCVcIzOiw1NQ5PcYCV X-Proofpoint-GUID: TurF8nxbNgeNPInCVcIzOiw1NQ5PcYCV 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 impostorscore=0 spamscore=0 suspectscore=0 mlxlogscore=999 mlxscore=0 priorityscore=1501 malwarescore=0 adultscore=0 bulkscore=0 phishscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the Temperature Sensor (TSENS) on the QCS9100 Platform. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 99d9c526c0b6..ace2cf1975c4 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -51,6 +51,7 @@ properties: - qcom,msm8996-tsens - qcom,msm8998-tsens - qcom,qcm2290-tsens + - qcom,qcs9100-tsens - qcom,sa8775p-tsens - qcom,sc7180-tsens - qcom,sc7280-tsens From patchwork Wed Jul 3 02:58:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809675 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 B0E525C613; Wed, 3 Jul 2024 03:08:30 +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=1719976112; cv=none; b=HJtHr2nGNGEZrUpyocKbDCagPUYqPbKz+/WEOnRCHTy4YzSWVJWLcqUPIrweZO0yMGhkjg3Um3xLNMaFgg38byXVmgmmp0hpymkurlicKhaWMJ/csncfCHideggG+OzqypzZ+FZNUS+paw4DlMELqELhePl78FnWJlBMIb4Buhk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719976112; c=relaxed/simple; bh=fiKE+wTaAvi8O6L3Wyfz7YDCZht77ss4mnahaez3MMA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=MwhOkIHPoe4IX0gFHU/bw/+Kk7EFJ8aOFesldGac/IaBdVx5rKNHBB/16IQYUbY3hXjNRKf7lYFVOYCAGHBlf4gsQrP2/5VYlHErfx5fh0ObVQiE0MvPg9lOFgMyAFZf9s4+yQTZPTQX2FJ2COx12Yppl+8WPHC0QcRvwNv9GNk= 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=OusoJLHU; 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="OusoJLHU" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HEOCB013797; Wed, 3 Jul 2024 03:06:52 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= 6CWU8hI/J85Qs27AYPggDsT7uo9YGq0F6cToE3gFMcI=; b=OusoJLHU7X+Jz2MI PWLiSdHohIhXVeknz0LskyVCi4kllpbtKYFE7EhFpR4vup/YFZcr2YXa9g2GvKj4 Fyn7s0XQ09YI38AnhdZnBBSY0dBtCronxZeRH2D37drzoHZo6tRLbfroP/m2NiuD YBwiHHUa6l9OCCFO/+NNYZurTe7H7/me2OqXwxRUcK5hFJW7fNL9OgH2VhYUsPgK pcGetbqTR60+jxfpQ8tGg8gpVxd664g8YWVYb5m77LtfHkopmLsOfmj9fuX+DlO1 GLg1/gKmPOUyyFPcGvPJ7dAjop/AnXTBAX/elOyJInc10rLEZ7UTkIDs0LpGk68f U4Oz0g== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402996qj76-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:06:52 +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 46336pjp016916 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:06:51 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:06:29 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 22/47] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel Date: Wed, 3 Jul 2024 10:58:25 +0800 Message-ID: <20240703025850.2172008-23-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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-GUID: c4rWL1SaRXbzQ4ZEMMemDzrMXx-_Nw94 X-Proofpoint-ORIG-GUID: c4rWL1SaRXbzQ4ZEMMemDzrMXx-_Nw94 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 adultscore=0 priorityscore=1501 bulkscore=0 phishscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 malwarescore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Document the Always-On Subsystem side channel on the QCS9100 Platform. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml index 7afdb60edb22..80e1a8b43586 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml @@ -25,6 +25,7 @@ properties: compatible: items: - enum: + - qcom,qcs9100-aoss-qmp - qcom,qdu1000-aoss-qmp - qcom,sa8775p-aoss-qmp - qcom,sc7180-aoss-qmp From patchwork Wed Jul 3 02:58:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809674 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 CEC901DA339; Wed, 3 Jul 2024 03:08:46 +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=1719976128; cv=none; b=VfZy/M5GRFsIeuJU2GEk62giN4n6Y0EU8WHwDgiIQzSzsfRNVl5H7IWd/IkluWW8PQzOOOxBfaGFQ7RjQ0SVswIF8c/b01m0yiG7NMHbzvQ134UPHBGO/RRF2poNZMGrqpO4CGOpm4QuCYYEzWTuqHTWe1qlEPxYQKO28fRWyVs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719976128; c=relaxed/simple; bh=6h8ObqNvhJKevi3hAQP/IJQVwm3hglMLb6LzF+z0csA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hb9KKySH9nveTiG4I+yebfemf2c7cGVnZkUbstb1qlg+uoRO1h66T2uIDe7+TWd0z5RoilGe9bNk1G2nCM/YHNf9GZk6l9VYr9+cQp7yZBDdSnmFKXv6qayvDrdFL31zc2cWbbmmmPp0jkraHzdpX0LJy0EUMar5XXf3CYnvMOU= 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=TaH18htA; 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="TaH18htA" 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 462Lp8dJ016150; Wed, 3 Jul 2024 03:07:12 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= axY0HFpBCCr48IUXHeh7zVkRRC5w+5F7s7tjyCt5gKk=; b=TaH18htAxCEaaph9 2/deNHKp9MSGAuKVivhgYvFYTBCgy/0HmVWh/M6ekR+zXnFtDZin8VZ+DG4I7tDH ndXc556tph6yTr9OBCNg0RaHtdl+8FbOrddCO7soJuT8wSj3dFZNi0NWCP2FotFy wgzXtraJ394CCkmqsHTc74iABvkk0izXUd1ozKwruGp0H62ImBp+/0Cfi0ht5vrt If331DNTwqRWkVipe4+BTEOWSs+WAcmKwNgyJK8eSMYZHkSH5ro6UFftxfO7TsDl Uc2Shav8IwI++B/EF7eQT779Y0nxiflt13a7tDSGziTAdW5/gXOYT50BRN7jMmap qbVUlw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402an77fmk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:07:12 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46337B1c003592 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:07:11 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:06:48 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible Date: Wed, 3 Jul 2024 10:58:26 +0800 Message-ID: <20240703025850.2172008-24-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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-GUID: tJCNkvm0E0SiJJAH9BCsTrxzBLqEtlng X-Proofpoint-ORIG-GUID: tJCNkvm0E0SiJJAH9BCsTrxzBLqEtlng 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 clxscore=1015 adultscore=0 malwarescore=0 mlxlogscore=999 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Add qcs9100-tlmm compatible for QCS9100 SoC. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml index e9abbf2c0689..1bdec08efc4a 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml @@ -17,7 +17,10 @@ allOf: properties: compatible: - const: qcom,sa8775p-tlmm + items: + - enum: + - qcom,qcs9100-tlmm + - qcom,sa8775p-tlmm reg: maxItems: 1 From patchwork Wed Jul 3 03:57:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809652 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 F2C0B1B977; Wed, 3 Jul 2024 04:08:11 +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=1719979693; cv=none; b=XOy+rM+oKr5ftb+hlvUNkKKiGhWn8s3E4coUbNstmtk738TWu1uzcTaDO+suBsbLG20/ix/aWk9sfmEV029/YIJrGsLZ8oVeW+sQyfkK+wXd2RG7rGSSG+pEOEF4+E5WbuqipupuCetfio/DTkqnhdCr4pBygbw5iMs1fZnq3GU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979693; c=relaxed/simple; bh=DjU35Z/7IZluXjPErK9uQTq91S1RmvoBUN3QKkBko5s=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ox2nJJcDfjZrC2Og0kz9E8x6Gt1yUNjzs7x3odWxUICC9wbJsTcaufb2qpPnuJelbpp5q+4CSlgAcSOo4+pxxDawzKPFku+8hQY0KkIni89Mk7QTuISkEVzDgwqa69qxGBYu4XUQZ93SJD70c/dzCOpnNvypvuSkOrrNudm3FfE= 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=bHSwopl9; 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="bHSwopl9" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HA2bK007719; Wed, 3 Jul 2024 04:06:34 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= zgLmIlZG6mQibPU5Pi8Sd1fEqLOJWQVwI97PFYU/nqE=; b=bHSwopl9IScUNFUW Ntvzd7wFMWqsobowJi8/EdetIAVc13CwKSdudEW/8hK9kIhdg9EHHbOsDY117mgo 6oF96yIZWPhMJq5uqPJDouE2krs9jYWaP1SKtKGIsL2VstLBB16ozWKmS/kOs57I 2MkHebidSLN6N4QUYhPI4SF2S1+29jw8PZMjWJ0ahmTckpSzu4j+27HxLqJb9wJa dVkQgsI+okKr93ZDMR1XKGqrtJzetrLo4oEy5kxL++smmortWIxIv9uJbfe5K1u3 24ciTpIN1QVG571ChPXGnkXdD6zajdRNw8wuo6qEasvgDs0At33Y5UcvNuuUrfHo LCLXig== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402996qnr6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:06:33 +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 46346WKQ013110 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:06:32 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:06:09 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 24/47] dt-bindings: soc: qcom: add qcom,qcs9100-imem compatible Date: Wed, 3 Jul 2024 11:57:12 +0800 Message-ID: <20240703035735.2182165-25-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: bG8LuHIoO06nJoR0-MkGJT7pzrajMVXO X-Proofpoint-ORIG-GUID: bG8LuHIoO06nJoR0-MkGJT7pzrajMVXO 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 adultscore=0 priorityscore=1501 bulkscore=0 phishscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 malwarescore=0 clxscore=1015 mlxlogscore=967 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Add qcom,qcs9100-imem compatible name support. Signed-off-by: Tengfei Fan --- 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 faef3d6e0a94..e45337a21232 100644 --- a/Documentation/devicetree/bindings/sram/qcom,imem.yaml +++ b/Documentation/devicetree/bindings/sram/qcom,imem.yaml @@ -21,6 +21,7 @@ properties: - qcom,msm8226-imem - qcom,msm8974-imem - qcom,qcs404-imem + - qcom,qcs9100-imem - qcom,qdu1000-imem - qcom,sa8775p-imem - qcom,sc7180-imem From patchwork Wed Jul 3 03:57:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809653 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 83D463CF74; Wed, 3 Jul 2024 04:07:49 +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=1719979671; cv=none; b=a8bWb4a84uuURwZcrHzr1Tk5AlIiY0Z70QU7XWVSeb0PlWojfKwFe6oU+yVSlrXZzTIH4SGXLAcHaPLYEqqoOpssPf6+F5+cRQNtHxYoniFdZJ9rqY/AuuZiM3rMmytYpmX+GzRDg3qZeuartjXB+DVgOyRLjD8sUcIbjM/N2yw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979671; c=relaxed/simple; bh=AFF/SyviWOv4DMUMs1dls8f2aaE4qTZxvBo9Qomq+2w=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GNLqf4jeSy8XXXHJA54TsaxfZaZr2InX22b2/ty+sKNSnjE4E8+Tl0F6bCOEhU6NBgPb6Ur5fsuJ1mj5FEBt0+qD9aDWPuqd9OseDNLcqN8mVBXDSxgWSh7GBnv5qyTO6k/STqK0I2rEXWFjyiJsopyBBLMpKIXEuzAFMRlRCV8= 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=XiXeLtW9; 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="XiXeLtW9" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HEOHn013797; Wed, 3 Jul 2024 04:07:13 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= +0lUz2LG9ii0BoYcaWcPP2foe3GGxcF0l4lLyB5+aGY=; b=XiXeLtW9SGgvSsy2 FRvg32pQklPzCvbk43gjaCVguoPAALkLvy6UYhT/vh8VI/JE8YPRcj2D6VIvDn66 7mkEojIHCNB0uDYoJ/eOkEK0ZIEOP+doOrtdtoM1Djkg5i+GMtvatjRPIhRp8kaX IwtNBPiRpxD6wBcIf/9ByDA5rOuATwRISXRL3Y1dxI0jmgOnV3oLO46RcE+oGGXU hgxmGsXZhIq4zvKRn3cQwvIEC02as43tFAbBoXzu+OOS0TkJGig3dW8qqyU/d/xa 442+qI/RlsDOPdupm1XjOBKuLUbaGHO13j2XxbPC6ap2YtbVbaozfdD8wYUGU99p /3lQfg== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402996qntd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:07:13 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46347B4X026577 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:07:11 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:06:49 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 26/47] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS9100 Date: Wed, 3 Jul 2024 11:57:14 +0800 Message-ID: <20240703035735.2182165-27-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: hOUkYmEz8XuhOxEgtmF_ydjKDmcpB9p8 X-Proofpoint-ORIG-GUID: hOUkYmEz8XuhOxEgtmF_ydjKDmcpB9p8 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 adultscore=0 priorityscore=1501 bulkscore=0 phishscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 malwarescore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Add bindings and update documentation for clock rpmh driver on QCS9100 SoC. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml index ca857942ed6c..63e4b8f8e571 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml @@ -17,6 +17,7 @@ description: | properties: compatible: enum: + - qcom,qcs9100-rpmh-clk - qcom,qdu1000-rpmh-clk - qcom,sa8775p-rpmh-clk - qcom,sc7180-rpmh-clk From patchwork Wed Jul 3 03:57:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809651 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 417DD2233B; Wed, 3 Jul 2024 04:09:32 +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=1719979773; cv=none; b=dmoy8LvVXGfPBofu71MvRXuHsM30xcz2N3If0Ltvu1Mw/4WRFAERILzXDZZ/I3jhGygnf5NXIfouYV1xp89rymVFq6QdhTWXcS8FREsp85lEiPac3JoPOJJ1i7khZfphKPN5jaI6HQE5sYb6UZeNJi6lqeVDe1cvokbsIwOXeNQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979773; c=relaxed/simple; bh=bQw9AHkW+r1zSvaUfyj1AzMlM7GAPgR23guhQleKTU0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AgsZxNZ6FtwaiJxfxDfFoID/c/MppsxN3xfjbmEmzFxhR4QtMfPq7czcIKc3Xi6SDGie8yLLVKjAxKjcMpEy/VjoivYBBRJhz82cp5Dkgifab3Jas+S8d9anavRlEUOsv781X5lllEEsG5rjvLwDOx4HB5QAsGNzKbqjo4eqZSw= 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=in55VlNO; 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="in55VlNO" 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 462JEOse030437; Wed, 3 Jul 2024 04:07:52 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= n+7KkyP8p7ebCgU4HcV4M9wI8I89s4Mc9YI3BIw5wQI=; b=in55VlNOi/bqyhU4 Rd9PJgXT+uG7O7sUWFAC02V6LoI30ce8TguTt16InbskHg8vPZOBhdqejVUI3AqT MgBb5LSue2d/8j+a3e1uGkt6YhgfBkB3aq+o/UpvZvooMW9RynW7BV2TNa91xVfZ KCtvg7oxEJcJonPZD22lqJBN0UVaMgHD//SlaTVSrwktcks6T+oF/tdua+kUNQnZ GpbR5MtHKcqzK+ncYhqE1iw6WjJE9wcGDzEr6Mp95DqwZMZA7DbAcA0B9wWfmezN p4wLHKzKLNFaJEXCDrbn7C7FoXdGcOuqJpqGykh1NysGbNkJuLNs3UzXP4Lafoqi aPvsaw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402bejsy8u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 04:07:52 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46347pMT010271 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 04:07:51 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 21:07:29 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 28/47] dt-bindings: power: qcom,rpmpd: document the QCS9100 RPMh Power Domains Date: Wed, 3 Jul 2024 11:57:16 +0800 Message-ID: <20240703035735.2182165-29-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035735.2182165-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035735.2182165-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: xCwslo7TorCoCjejMORzGmT4AWxP0Pti X-Proofpoint-ORIG-GUID: xCwslo7TorCoCjejMORzGmT4AWxP0Pti 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=999 impostorscore=0 spamscore=0 clxscore=1015 mlxscore=0 suspectscore=0 bulkscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030028 Document the RPMh Power Domains on the QCS9100 Platform. Signed-off-by: Tengfei Fan --- Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml index 929b7ef9c1bc..0e5aaca38994 100644 --- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml +++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml @@ -32,6 +32,7 @@ properties: - qcom,msm8998-rpmpd - qcom,qcm2290-rpmpd - qcom,qcs404-rpmpd + - qcom,qcs9100-rpmhpd - qcom,qdu1000-rpmhpd - qcom,qm215-rpmpd - qcom,sa8155p-rpmhpd From patchwork Wed Jul 3 03:51:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809671 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 7631917BCA; Wed, 3 Jul 2024 03:54:33 +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=1719978874; cv=none; b=u4cPQKpPr/dSrWAUyxRGK6JrWN5b+QVfalll75mDIkYrLfPHuioPEUD5pshc1OuNu1LmWflg55BdB8VTQA8nJHYzHvsQnpYUYbXLqsR5Cc1yEuzYDX8nh0rZ9cQoRbn5ufhP2QF691iZb7wnr48epQeptM65Kd/ZEJVxRv0n8HI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719978874; c=relaxed/simple; bh=MbMfcv/Kme+Uy+MUOIzJU1RMEUag/E9vrAnvKtlsSoI=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kgec8JVp8eN3heiREPMAvlqA14QvaQWDhLLn24j1cX817Vs79FWZ4ubGKv99zXRXUI8lPSfUWQZictKq6utP/M4T7RAJiCzbKjHBVNsbCfjIGx9OTyCPDkO/PUHVY/1OVop6q8LRc6K+x2P/b7Iu8ACKLGAs0Mwg/C3GA4zRk+w= 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=PAPFf3dc; 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="PAPFf3dc" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HE8xl013622; Wed, 3 Jul 2024 03:53:55 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= bYAfpUlFjbaa4SA/HYukb2Go5nF9etYjbNG9JEuBfxc=; b=PAPFf3dche9B457+ h/mwFiCOKH+Z2LIN8Zrs39qSbk/TvDRcL1hYcgHTzY66AZx3r7FmTlVbahLt/YcF lRx3/Xjj7LHQiewcolyiXxC3c8E/6LklGGLBZdSh4lK1f0mN5P02cAXp0ks0+S6R 0SBegO51uCeJMbB++ucKnzPgtu7fpiT543A7YeyoNrsqt+qvBp0R1goGF72JQowq 2P+0TjLUsGXTOUMmcsnM4gxr9uZMXtUv39xzs0mZhcYtK9gsZYfQWHvEHA3OyNDe YIauPwrIGMzYUHMdHtVJGx7bNK3+Fmx5a0jKJ5TyDwUnVhCR73BL3FRMAzOgLdSi +RPXKA== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402996qmu1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:53:55 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4633rr72000404 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:53:53 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:53:31 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 33/47] interconnect: qcom: add driver support for qcs9100 Date: Wed, 3 Jul 2024 11:51:40 +0800 Message-ID: <20240703035154.2182083-4-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: b9eapyte5SoA35dHcRtq_aF1w8ar7-vJ X-Proofpoint-ORIG-GUID: b9eapyte5SoA35dHcRtq_aF1w8ar7-vJ 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 adultscore=0 priorityscore=1501 bulkscore=0 phishscore=0 spamscore=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 malwarescore=0 clxscore=1015 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Introduce QCS9100-specific interconnect driver support. Signed-off-by: Tengfei Fan --- drivers/interconnect/qcom/sa8775p.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drivers/interconnect/qcom/sa8775p.c b/drivers/interconnect/qcom/sa8775p.c index a729775c2aa4..72eb94a8873d 100644 --- a/drivers/interconnect/qcom/sa8775p.c +++ b/drivers/interconnect/qcom/sa8775p.c @@ -2499,6 +2499,20 @@ static const struct qcom_icc_desc sa8775p_system_noc = { }; static const struct of_device_id qnoc_of_match[] = { + { .compatible = "qcom,qcs9100-aggre1-noc", .data = &sa8775p_aggre1_noc, }, + { .compatible = "qcom,qcs9100-aggre2-noc", .data = &sa8775p_aggre2_noc, }, + { .compatible = "qcom,qcs9100-clk-virt", .data = &sa8775p_clk_virt, }, + { .compatible = "qcom,qcs9100-config-noc", .data = &sa8775p_config_noc, }, + { .compatible = "qcom,qcs9100-dc-noc", .data = &sa8775p_dc_noc, }, + { .compatible = "qcom,qcs9100-gem-noc", .data = &sa8775p_gem_noc, }, + { .compatible = "qcom,qcs9100-gpdsp-anoc", .data = &sa8775p_gpdsp_anoc, }, + { .compatible = "qcom,qcs9100-lpass-ag-noc", .data = &sa8775p_lpass_ag_noc, }, + { .compatible = "qcom,qcs9100-mc-virt", .data = &sa8775p_mc_virt, }, + { .compatible = "qcom,qcs9100-mmss-noc", .data = &sa8775p_mmss_noc, }, + { .compatible = "qcom,qcs9100-nspa-noc", .data = &sa8775p_nspa_noc, }, + { .compatible = "qcom,qcs9100-nspb-noc", .data = &sa8775p_nspb_noc, }, + { .compatible = "qcom,qcs9100-pcie-anoc", .data = &sa8775p_pcie_anoc, }, + { .compatible = "qcom,qcs9100-system-noc", .data = &sa8775p_system_noc, }, { .compatible = "qcom,sa8775p-aggre1-noc", .data = &sa8775p_aggre1_noc, }, { .compatible = "qcom,sa8775p-aggre2-noc", .data = &sa8775p_aggre2_noc, }, { .compatible = "qcom,sa8775p-clk-virt", .data = &sa8775p_clk_virt, }, From patchwork Wed Jul 3 03:51:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809670 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 15FEF179BC; Wed, 3 Jul 2024 03:54:46 +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=1719978888; cv=none; b=b2oFIk95vbJHZNul1W+/0Tm+ubpVwcR60c1i5+KnE25aQfpdVpmq3phsc5FQ0eW5EiC4MSLoMhH903j1zgCY+DSjPyYm7GnNYdK7ueDQz7FlEpKcZviI+XVpWn5xvuQEmWkQu52d1fuPiOlDSKrx6c/lyafhGAQTPr07jlzxyhU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719978888; c=relaxed/simple; bh=7DLzsMViJcHFpNzpgHRn5DEDJxgj+xBj+8Vvg6Uuggc=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eYEkdPG2I0cbOgnTQGkzUjkzZhvMehdFX0wiQ7cDu9Cu3L6TC6Z6TZzDJdYGFw5iLmHWKnNxkmLzX3SdhMFdFm7gARFS0DwUgri+cKo1Sd7sYYHJmBQmgFXOkEsHeN0F0fW2E1OW4+P8bE1EiiUU9fTlCPrFvZ2SdFggGDspPmg= 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=J1NbjOMH; 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="J1NbjOMH" Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HEIer032039; Wed, 3 Jul 2024 03:54:14 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= +XOsILSjBgF+oLKei6Eets3rwUzCt3MMNumKlqwHW3A=; b=J1NbjOMHHsvSMbg2 XqNniKvmux2HPgA0bwDTEYARe9kCUmh0pMghkzVw+mTJUC0Ga0APuycYQ+G0UxBM lf+M/CLQ0cDcszieqHadZemtUk/wrweHsF0wvsVgi2/ov4MhJhH6MnMWlf9cPbeR MGbkeVGODac1rNJa3wZIqX0gWYygD3ZP8hvhdu6LubYhMtF2mSyIKJMIUYTXNlr4 1NAH5NNdAV5B82ZbEIBAsBZ3XKSR5ZG3MHJAL52JLlmdOQQDXiXcMfARYiIOLt6n 0vPUmF32HrTyJP9YTpD3bU06nrOFeqN01TgV258PAaegskxBsuAEQSWktinBj2XI Hi8tZQ== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402abtqk8w-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:54:14 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4633sCcr017430 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:54:12 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:53:51 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 34/47] clk: qcom: add the GCC driver support for QCS9100 Date: Wed, 3 Jul 2024 11:51:41 +0800 Message-ID: <20240703035154.2182083-5-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: 1jYgbjSZIeyTrJ6FmGdQ_2ujxkrSqKBU X-Proofpoint-ORIG-GUID: 1jYgbjSZIeyTrJ6FmGdQ_2ujxkrSqKBU 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 priorityscore=1501 mlxscore=0 clxscore=1015 suspectscore=0 malwarescore=0 lowpriorityscore=0 phishscore=0 adultscore=0 spamscore=0 impostorscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Add support for the Global Clock Controller found in the QCS9100 plarform. Signed-off-by: Tengfei Fan --- drivers/clk/qcom/gcc-sa8775p.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/gcc-sa8775p.c b/drivers/clk/qcom/gcc-sa8775p.c index e7425e82c54f..e0f024f6c469 100644 --- a/drivers/clk/qcom/gcc-sa8775p.c +++ b/drivers/clk/qcom/gcc-sa8775p.c @@ -4656,6 +4656,7 @@ static const struct qcom_cc_desc gcc_sa8775p_desc = { }; static const struct of_device_id gcc_sa8775p_match_table[] = { + { .compatible = "qcom,qcs9100-gcc" }, { .compatible = "qcom,sa8775p-gcc" }, { } }; From patchwork Wed Jul 3 03:51:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809668 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 7133A482C1; Wed, 3 Jul 2024 03:56:05 +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=1719978966; cv=none; b=HmDylwKLImcwbkUBLNvCkcarHuwXcRKyARauyGRQ9yqyJMyP57iMoQI6yxT1SdmAOwO1bqXg/3NPPLGfGQEXR+6yAuc05UZ/QxBGMMy7iopcS8ubpL2AZxW+gWtCvfagEVWidXPj/iX4BB5hrK63qeyeT9Z/8l2XTW00OLapOwQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719978966; c=relaxed/simple; bh=jgmr8NiU+HabDfqeJfoGLF6PSP4DY7X4wegaFh3sqXk=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=K0mSdgjXtLibuydMXyzIjK8LYoI9m4bxFY7YryBPOyqvxsJjis5alaBk/yM093fXB+vMtswFlhjZKdLkvBsYlHFKBLQvfqWzi+Vtx/SlwkEzUF4DQsqF6Fe/9dspZk+FNoxLpNvfbkHCfetlEUDoTPDaBPnq6GPua8H800/A/0o= 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=ODnQJKa2; 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="ODnQJKa2" Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HED4I032031; Wed, 3 Jul 2024 03:54:33 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= bnVh5sxvD8JqdQrxpjsAwgEZkzbp2x+U15Q/Cpl8FTw=; b=ODnQJKa2akbhvQ2Z dMfPivSVzomAFuu2YA7HkKD6PvQwW5x6aZ96DHnA+duHGDZPN88Me3Ft5Y/+1a+i 8SBPvnEp+H4f4fSasusqjNrV2AR7AF/X4+buEf8kjWO2WhrDe+DmP166uf2Uh+ye cP5HfVRnYm7lN44cs/DO+Bdnn5EobgKMGw4sFdwqIZT2574nwz9wIlwRzAM6Co5x bKTGDgr0+J87/HLaiqHRIdYyEekfk3nHsbf0imfQ+JUm227c5n2+z4G2mMNhcw6c TbWQCEsNSXI1Rt0qvDd+e1ey8CV9v+DWI1MjnkcKO2oEWDqWfY9X6Tmufyp4UfDW u3pFUw== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402abtqk9q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:54:33 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4633sVVZ003548 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:54:31 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:54:10 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 35/47] phy: qcom-qmp-ufs: Add QCS9100 support Date: Wed, 3 Jul 2024 11:51:42 +0800 Message-ID: <20240703035154.2182083-6-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: LRFvPosQGmHUEpoU4KkgjQpbgg7WApMH X-Proofpoint-ORIG-GUID: LRFvPosQGmHUEpoU4KkgjQpbgg7WApMH 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 priorityscore=1501 mlxscore=0 clxscore=1015 suspectscore=0 malwarescore=0 lowpriorityscore=0 phishscore=0 adultscore=0 spamscore=0 impostorscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Add the tables and constants for init sequences for UFS QMP phy found in QCS9100 SoC. Signed-off-by: Tengfei Fan --- drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c index a57e8a4657f4..cb72843218cc 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c @@ -2010,6 +2010,9 @@ static const struct of_device_id qmp_ufs_of_match_table[] = { }, { .compatible = "qcom,msm8998-qmp-ufs-phy", .data = &sdm845_ufsphy_cfg, + }, { + .compatible = "qcom,qcs9100-qmp-ufs-phy", + .data = &sa8775p_ufsphy_cfg, }, { .compatible = "qcom,sa8775p-qmp-ufs-phy", .data = &sa8775p_ufsphy_cfg, From patchwork Wed Jul 3 03:51:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809669 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 1E7622E639; Wed, 3 Jul 2024 03:55:31 +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=1719978933; cv=none; b=BIrwytQovzi8YCMT0uKkWrqOKPUfu8k8eLfA0Jl7o+woMmCImBTPt7v3NtRxJ2l7Py0RsAh525BRblJYM3IP4K0zaQ8gniTXBa78iEdepp3bALBlKDsOAcird4LmXWY0ZeWOtTBeD/aaZa7kSDY+4NInlJ7ck4Mm5eVSfPiE9J8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719978933; c=relaxed/simple; bh=JbOUMTNC05nNqvU1M4DbdEHodoXACGROoF/iQyebhn8=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DCR0mePBcLQ1r2LUrFt7qo9jPQBgt5Gzt+R2AMhCJoJBy4AlldLbqOIhhfVEulMBfqRZ4JVrKGNwmKhBH9ofdhMhFqLkmCugqBRPes45uBUXfbhWESJ9F8vDtbXitckMkUZFdTYaoAujpDnQ6J1kIUb9TahldkkhAFgqUp2hTxY= 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=D/WvMM2J; 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="D/WvMM2J" 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 462J4ZTL001587; Wed, 3 Jul 2024 03:54:52 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= Bw1lldG5cUI7X0q2aRZKfZOUeGXk1bvPHXsR0eZOPUM=; b=D/WvMM2Jg6l/DjYT 1Ug9hUmdZYGhTGPnhYCmbOlUQwr7Uz8LGk9GI4in5UC12L+PsS0y75NfFrWhm3Yv YlqBNig/ep06UB3pwElwPHCTfREvfGtDRwGgb34eOLiVfTHptv0X6LN6BOBAImnE G9+Zu0jJD3e/rJdtoaxf9AfAKz/Tb8i9MNAXGUswX++r59k4vtCdXqYelcz1q1nf gyzQF/Z7yqxQVX4vYcQsQBpoCRJHGZlbahnHpqsxzKGIdIe4QkURPSmQjdlAiPos mKBVb6yLUUCHJgQkbBnlfkGNM1ZnCBgIGTp8qDZvD8HR5rAQ0fOEADDFGuciWi6F KrlZlA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402bejsxbe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:54:52 +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 4633spl4032535 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:54:51 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:54:29 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 36/47] phy: qcpm-qmp-usb: Add support for QCS9100 Date: Wed, 3 Jul 2024 11:51:43 +0800 Message-ID: <20240703035154.2182083-7-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: PU8lvHGwG68RiW3wbDbnUQSvMksUq8d- X-Proofpoint-ORIG-GUID: PU8lvHGwG68RiW3wbDbnUQSvMksUq8d- 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=978 impostorscore=0 spamscore=0 clxscore=1015 mlxscore=0 suspectscore=0 bulkscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Add support for QCS9100 USB3 PHY. Signed-off-by: Tengfei Fan --- drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c index 9b0eb87b1680..4ebfac113d86 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c @@ -2246,6 +2246,9 @@ static const struct of_device_id qmp_usb_of_match_table[] = { }, { .compatible = "qcom,msm8996-qmp-usb3-phy", .data = &msm8996_usb3phy_cfg, + }, { + .compatible = "qcom,qcs9100-qmp-usb3-uni-phy", + .data = &sa8775p_usb3_uniphy_cfg, }, { .compatible = "qcom,qdu1000-qmp-usb3-uni-phy", .data = &qdu1000_usb3_uniphy_cfg, From patchwork Wed Jul 3 03:51:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809666 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 5A0691BC2A; Wed, 3 Jul 2024 03:57: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=1719979049; cv=none; b=uljUAJLyTUurvM5B5sPEPtyGeVeB/aTKrKGINEixrsH225p+cEQ9j2maIMALm0VPcvA2bKR2iLZkPGckWfCLeqWlE1RKjvZMbCl3B86fRbdGkf0Q82lp0cs7+OOlQtUC2aYlVt45w4zMkPnEr3Ld7SHyahZ6LUkNnuLUZZpMvgc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979049; c=relaxed/simple; bh=P0DMaHfylYP++8l8m989XSDpA7c75EBGzz7uZEGgBEA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XAn8h2RvEMY33sOFj8I5wK4Elc1Dk5zGjUFdOzQHSpxOPOkiQw5Y/t1BHfV50CGRzTUTZ7pEjbSfVAeTPSsFAo8a2bCdPp4JGRtiwbn3psTuUGzzyCqoIF5AXwQccDxqjqq1sCGQubard4731Fb+JLn2uSHHc4btMTOabTIY+EY= 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=n8dBdcTV; 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="n8dBdcTV" 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 462HE55T008352; Wed, 3 Jul 2024 03:55:50 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= oKW4WPooDWDXUtWBZSv+Cbo/Gjf/21DM3FvWKQYxHI8=; b=n8dBdcTVo/k6x6UJ AxM7mrCbTpoJY8cdAIKz++4cnyfpvjbHIlnFp3DGpOy6HPkyoN+bjRRb5gP0ja6Q 8QYKw5+0lkQYzadgDQfnL8Bhali0j1U70YtQSMxIWn/H8jca9SYYLNRHToLxOhD+ sDs8Lu1DuYN3w5QZhIsd5jVgr0VwdqYPpU5IhvT69p3evDdRIVTttYctsNUrYVBM Us33dPn49lCm1zhr7wIszsHOtrJ01qPY29cN9CoPov5b0j1AOQIAqzjGfAJecxhB 4YcjE1e0/pakGChjumt17VqbTLisV99eicAUL4w2TbFZG6ZRG/PSn02Pmo1u5QVP G32Bnw== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029kh7kem-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:55:49 +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 4633tlUo020289 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:55:47 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:55:26 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 39/47] soc: qcom: llcc: Add llcc configuration support for the QCS9100 platform Date: Wed, 3 Jul 2024 11:51:46 +0800 Message-ID: <20240703035154.2182083-10-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: JWJw3wKRNxpGuarutBJsTtEnT1gajV7p X-Proofpoint-ORIG-GUID: JWJw3wKRNxpGuarutBJsTtEnT1gajV7p 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 suspectscore=0 adultscore=0 mlxscore=0 clxscore=1015 malwarescore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Add llcc configuration support for the QCS9100 platform. Signed-off-by: Tengfei Fan --- drivers/soc/qcom/llcc-qcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c index 110b1f89aa59..5a0840df4ba8 100644 --- a/drivers/soc/qcom/llcc-qcom.c +++ b/drivers/soc/qcom/llcc-qcom.c @@ -1379,6 +1379,7 @@ static int qcom_llcc_probe(struct platform_device *pdev) } static const struct of_device_id qcom_llcc_of_match[] = { + { .compatible = "qcom,qcs9100-llcc", .data = &sa8775p_cfgs }, { .compatible = "qcom,qdu1000-llcc", .data = &qdu1000_cfgs}, { .compatible = "qcom,sa8775p-llcc", .data = &sa8775p_cfgs }, { .compatible = "qcom,sc7180-llcc", .data = &sc7180_cfgs }, From patchwork Wed Jul 3 03:51:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 809667 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 90A70179BC; Wed, 3 Jul 2024 03:57:09 +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=1719979031; cv=none; b=FaJ781DOjoGCra7GH6dybzASF+78zPQBxTcYm8m/u2kOu9J9Xda72YaHO+k+nSQrEU3siKVRJ9hGnexdtH2Fc4x2YYvwDMLDvVyWe0RA35QAvROrKp775qXS1QbDzYNTWNHtga+ZD1887BLh5Z9w4ZVkTdsTIu0UsLFom5BVuMA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719979031; c=relaxed/simple; bh=oXmBoYkciTUL0NOktBQ6LoC30sO3EkgEn1nlkLq+VLU=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SW0vfsekwlHO3Yxhwfo/lvoPGWXiB4HpyUeRT3xlrmyA1gfBFPbnyotiAD9VsxGCpjKeqPEUeY1nlV4O3FSsdcZU/azhpsaoVX/sc+h8fiLMNH/pBqUqDVhxk9O315L9QHqEQPf3NRae6yiPaA+TrE/xr+TjvopIIP0hF5n2hwM= 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=lnoewkvi; 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="lnoewkvi" Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462HEAmY003186; Wed, 3 Jul 2024 03:56:29 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= aWbXDQ0z51NJlpbaR6TDPClyJuMEKzHXrggMb49gqKg=; b=lnoewkviYLBFAluy P5kwCmRDWSUG62sDYH08Hkjqqg2YuI3Mexbh4B87ruvXTuvnCTjKwdKT8tdIcPFl lYP7OqjhUa5hWkx3da0WfCs/16YrPy83t5YKKi3HQ4OYpkPhlU6TvL7TyoV6yzx3 bjEFWfQCsYSCx8feldhM6UoTs7vglKXK8vragqQV+B6pan5GMNKxQ7GyIq1TXaS5 bMufhQslBYEVi5FMfjdMoSs24IQVj9xu3/Cgekqz9Dzp4bBm1zXJ55EtyZc4lpOH uoMehX5mqiJJZX6H1RzRaYOmE2gLAqmZyKhKwackFTI1MBTUY0GHr620W8nJoGRi xvjTHA== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4029uxfk33-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:56:28 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 4633uRFa012180 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:56:27 GMT Received: from tengfan-gv.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; Tue, 2 Jul 2024 20:56:04 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 41/47] clk: qcom: rpmh: Add support for QCS9100 rpmh clocks Date: Wed, 3 Jul 2024 11:51:48 +0800 Message-ID: <20240703035154.2182083-12-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703035154.2182083-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> <20240703035154.2182083-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-GUID: pqSOMNMhPw0wqh6ImDsDUgq0vhUw9eWK X-Proofpoint-ORIG-GUID: pqSOMNMhPw0wqh6ImDsDUgq0vhUw9eWK 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-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 priorityscore=1501 impostorscore=0 bulkscore=0 spamscore=0 mlxscore=0 clxscore=1015 phishscore=0 malwarescore=0 adultscore=0 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030027 Adds the RPMH clocks present in QCS9100 SoC. Signed-off-by: Tengfei Fan --- drivers/clk/qcom/clk-rpmh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c index bb82abeed88f..8131afba85d6 100644 --- a/drivers/clk/qcom/clk-rpmh.c +++ b/drivers/clk/qcom/clk-rpmh.c @@ -876,6 +876,7 @@ static int clk_rpmh_probe(struct platform_device *pdev) } static const struct of_device_id clk_rpmh_match_table[] = { + { .compatible = "qcom,qcs9100-rpmh-clk", .data = &clk_rpmh_sa8775p}, { .compatible = "qcom,qdu1000-rpmh-clk", .data = &clk_rpmh_qdu1000}, { .compatible = "qcom,sa8775p-rpmh-clk", .data = &clk_rpmh_sa8775p}, { .compatible = "qcom,sc7180-rpmh-clk", .data = &clk_rpmh_sc7180},