From patchwork Fri Jun 23 09:34:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sricharan Ramabadhran X-Patchwork-Id: 13290181 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BA0DC0015E for ; Fri, 23 Jun 2023 09:36:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230440AbjFWJgM (ORCPT ); Fri, 23 Jun 2023 05:36:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjFWJgM (ORCPT ); Fri, 23 Jun 2023 05:36:12 -0400 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C35B91BFC; Fri, 23 Jun 2023 02:36:10 -0700 (PDT) Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 35N9Vc5d013591; Fri, 23 Jun 2023 09:36:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=0LTxr9YIR4qFghBO4pEabh9B3dPBGBcN1vi0qYLTj0s=; b=XYV916koxJTZ32aX8Gm588Hsa1ppcqQ5SrfDvmoeJR6YxSQRANObo3AMP627p50p2xI3 IDNQ161Tn/Am4mrLsagdQ08oYwMyRxmPy5gpyXirJUTpvA/wzejP/dpUjx/KouJpIFb1 YWLXJU1+PuKV0M8ily+lIGZYr9Sqd2b8yNyxvcIC5AhCV6O58HQA8wLGjYFdBMMWk7Rq cEv8CXQKIvROleraoivD3QMO75ecTU5zWQH6/Swk7TC55wm42YDB0DvMItPCYvJ3Mh+2 D5wXDvy7+4EL91m1NzBEaHCIMsUwr2KmyN2JFVXvDjtdpl4/Agj+xtg/a1bMRl8/2cNG 3Q== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3rcju833t5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Jun 2023 09:36:01 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 35N9a0gO019531 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Jun 2023 09:36:00 GMT Received: from win-platform-upstream01.qualcomm.com (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Fri, 23 Jun 2023 02:35:55 -0700 From: Sricharan Ramabadhran To: , , , , , , , , , , , , , , , , Subject: [PATCH 0/4] IPQ8074 pcie/wcss fixes Date: Fri, 23 Jun 2023 15:04:41 +0530 Message-ID: <20230623093445.3977772-1-quic_srichara@quicinc.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: HdAvPwXWEIxi9Wysj6M0yyXnO13vaoUX X-Proofpoint-GUID: HdAvPwXWEIxi9Wysj6M0yyXnO13vaoUX X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-06-23_04,2023-06-22_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 adultscore=0 clxscore=1011 phishscore=0 suspectscore=0 mlxlogscore=612 priorityscore=1501 lowpriorityscore=0 bulkscore=0 malwarescore=0 impostorscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2305260000 definitions=main-2306230085 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org These are required to have pcie/wcss working on IPQ8074 based boards. Pcie was broken recently, first patch fixes that and next 2 are for adding WCSS reset and 1 for adding reserved region for NSS. Will be following this up with few more dts updates and pcie fixes. Sricharan Ramabadhran (4): pcie: qcom: Fix the macro PARF_SLV_ADDR_SPACE_SIZE_2_3_3 dt-bindings: clock: qcom: Add reset for WCSSAON clk: qcom: Add WCSSAON reset dts: Reserve memory region for NSS and TZ arch/arm64/boot/dts/qcom/ipq8074.dtsi | 7 ++++++- drivers/clk/qcom/gcc-ipq8074.c | 1 + drivers/pci/controller/dwc/pcie-qcom.c | 2 +- include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 + 4 files changed, 9 insertions(+), 2 deletions(-)