From patchwork Mon Jan 13 21:46:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Melody Olvera X-Patchwork-Id: 13938110 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 13BBAC02185 for ; Mon, 13 Jan 2025 21:47:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References:Message-ID :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=R6jwFy2EVyYLCh2obT+Z+x65l8k7Zg/6eZW7dpjQapY=; b=a3ec7ZATjN2Tg3 TbziuolsKK4Xu9VThAr+uGogdElL1tLZU1wBBQ31L2xV27k2hxxJcX19QzxqmsUL2Lj62xStq2bxK SfV1iCQJ6r+KVqaL1Sh1qAFYw8mxNioeKCKRkqVVAVbPIC1+jJflbi1IU9L9rlyP4R+bcFy006LkR JPj+Y792dA77Bimx3YuHpp74X0gRnoVv+pqJ6+GTGMCK4kz33nc2djt6t0DS54GfHvbo7iQN27maY hhGbJyvoi0xBnkAZIe1aq4MnfXZwLxaUXs2j+bNsEig9V72ibeNcd/6sqQ96D3tF5QrZ5YKMrtJf1 4xTTI8WJN4STHSFJ+utA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tXSHa-00000006iqf-3FXz; Mon, 13 Jan 2025 21:47:38 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tXSGp-00000006ig8-25s4 for linux-phy@lists.infradead.org; Mon, 13 Jan 2025 21:46:53 +0000 Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 50DJLZhS002893; Mon, 13 Jan 2025 21:46:35 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= ODiJRA5IWGmmjSr6rULHONxs+LWOR+3Y1AfgCqi5NVo=; b=GPoL2l+rGhJpHtGU tP4pcbODuKlWpmGIvgM+u4JaSimz60nPxuZ4R84OJH99WjYYNGJiyXBzgtMhOTNA VmG4EufvLcd6Juvn111Bx73JM8U6dC1sV4hXZ16ce/LekrKGg7tt1jEIGLteOHp0 08Mb72pRvzmLWQQTcvZkY6TV7vhjpuGwk8Ux3zFTbdNpRSUTHAYaIHs7qbyHJb+Q cuU+hDrB1rSvQrd1GnV6FTBf+3v/Vhj4tW8WEWftScsLLgT29BvqPcU5zUy+iK6s 2tuMDL1aRfrRifdbMi4hn3E1xXVkJ+u6fxyqgS1fKzXJJpqMKB1eZC0y9OloEKrl cVfDKQ== Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4458ww88sb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Jan 2025 21:46:35 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 50DLkYUi032053 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Jan 2025 21:46:34 GMT Received: from hu-molvera-lv.qualcomm.com (10.49.16.6) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 13 Jan 2025 13:46:33 -0800 From: Melody Olvera Date: Mon, 13 Jan 2025 13:46:26 -0800 Subject: [PATCH 3/5] dt-bindings: ufs: qcom: Document the SM8750 UFS Controller MIME-Version: 1.0 Message-ID: <20250113-sm8750_ufs_master-v1-3-b3774120eb8c@quicinc.com> References: <20250113-sm8750_ufs_master-v1-0-b3774120eb8c@quicinc.com> In-Reply-To: <20250113-sm8750_ufs_master-v1-0-b3774120eb8c@quicinc.com> To: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Manivannan Sadhasivam , Alim Akhtar , Avri Altman , Bart Van Assche , Bjorn Andersson , Andy Gross , Konrad Dybcio , Satya Durga Srinivasu Prabhala , Trilok Soni CC: , , , , , Melody Olvera , "Nitin Rawat" X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1736804792; l=1063; i=quic_molvera@quicinc.com; s=20241204; h=from:subject:message-id; bh=pJqht7YeGW4HBtobRM2FT94FZ9Hi4tZx1p03lWKf8jg=; b=ZLP4/etcBuG51t/bWuthnpeU7ufU4tYQJfZVrMUyxns5u7sg+A5mCRiVbvck1YGmlzbXm108+ iAjT2epLfkZCGTTf3sodx8mziiwpuXN+hvhQQzNkq69uoIUbGbDBybF X-Developer-Key: i=quic_molvera@quicinc.com; a=ed25519; pk=1DGLp3zVYsHAWipMaNZZTHR321e8xK52C9vuAoeca5c= X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: NoWH4yK-hNMfEJhcXE2MSorH32XkXsLU X-Proofpoint-ORIG-GUID: NoWH4yK-hNMfEJhcXE2MSorH32XkXsLU X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 spamscore=0 mlxlogscore=979 mlxscore=0 clxscore=1015 impostorscore=0 malwarescore=0 adultscore=0 bulkscore=0 phishscore=0 suspectscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2501130171 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250113_134651_550174_66E92D3B X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org From: Nitin Rawat Document the UFS Controller on the SM8750 Platform. Signed-off-by: Nitin Rawat Signed-off-by: Melody Olvera Reviewed-by: Krzysztof Kozlowski --- 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 cde334e3206b0aa07ff18db0765eb17e7466b1e5..4bf980f6cf2b1b10d909f27fb4ee7afa2a5be484 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -42,6 +42,7 @@ properties: - qcom,sm8450-ufshc - qcom,sm8550-ufshc - qcom,sm8650-ufshc + - qcom,sm8750-ufshc - const: qcom,ufshc - const: jedec,ufs-2.0 @@ -157,6 +158,7 @@ allOf: - qcom,sm8450-ufshc - qcom,sm8550-ufshc - qcom,sm8650-ufshc + - qcom,sm8750-ufshc then: properties: clocks: