From patchwork Mon Oct 21 23:04:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Melody Olvera X-Patchwork-Id: 13844830 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 AE70BD17141 for ; Mon, 21 Oct 2024 23:08:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=1W+DEuty/EAVxy096hXJh8BBfOdA+NXsG0S+63a4T98=; b=LBdCBUGakXNXmArsxdZFZtU7i1 fk2C0VtCiqd6vCmZYP+mvp71OCcl8gb/WtQHHPJCOItJX9nz84/IFzCO+ntiRnn/R+/R/u02WS9hb FHPbAHrLfQe9XbKOAnAL8DTFOUzFD2ll4aVUQPEbjIZGEZGMZu1Ss0St0RvfD/0m9Ygyus+8XrHG1 SmPKlrV5P5YwtrzdfitKzyQ8STkxGq2qPfdt8dPn+UsSFEWaqR3A9MamSGVQPNBET9LnK7kBMap2R zxalrvXj+5eoUooPAZCqJK7R5AkUkGty4g9TxOiKiVrcEp9/Zz2nOXQvJul/5DryqCXhpX+VJbTYZ CVOhl9OA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t31Vx-00000008uRo-3saz; Mon, 21 Oct 2024 23:08:41 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t31Sx-00000008tjk-0d6e for linux-arm-kernel@lists.infradead.org; Mon, 21 Oct 2024 23:05:36 +0000 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 49LJBdae016474; Mon, 21 Oct 2024 23:05:23 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=1W+DEuty/EAVxy096hXJh8 BBfOdA+NXsG0S+63a4T98=; b=IbmpP2d7GzNX/+HSXk7WvHzuC8pQ+bSSmRixgl BHIyKD+VIkQ5x6A39X9gZES13gkdW09ddqZKfOTg1SnpSNwsprT8ouafybAb210Z 4He9hKZhfCIe+X3J7QJFnKOzqlq+XaitxdtKwcP4zzfTmul7b2K26aNJ70O3N57y Zv2ZEfkGtrsXp2cocmgryN6A6AxNSL9sja/lLwYnuWj/jWFNp5OHfXEvhzJAeMx5 7ySJDkYQntccBzdkZpW/EKRsjBUyBNjlV9EjhdWFqJPfuFMcOWwoMTP+1yGqSpih FysFwnvS4NInRpu9ZTnuR7c3ONSljgdP5gMUrE8Y36yKYYUQ== Received: from nasanppmta02.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 42dmdqa5dm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Oct 2024 23:05:23 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 49LN50TJ002383 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Oct 2024 23:05:00 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, 21 Oct 2024 16:04:59 -0700 From: Melody Olvera To: Will Deacon , Robin Murphy , "Joerg Roedel" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Trilok Soni , Satya Durga Srinivasu Prabhala CC: , , , , Melody Olvera Subject: [PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU Date: Mon, 21 Oct 2024 16:04:49 -0700 Message-ID: <20241021230449.2632493-1-quic_molvera@quicinc.com> X-Mailer: git-send-email 2.46.1 MIME-Version: 1.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) 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-ORIG-GUID: V23BZZ22PbsjnKZ7RNkVh-7kZxOz1F9O X-Proofpoint-GUID: V23BZZ22PbsjnKZ7RNkVh-7kZxOz1F9O 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 bulkscore=0 priorityscore=1501 spamscore=0 mlxscore=0 phishscore=0 suspectscore=0 lowpriorityscore=0 clxscore=1011 malwarescore=0 impostorscore=0 adultscore=0 mlxlogscore=929 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410210164 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241021_160535_335195_4C5D0F61 X-CRM114-Status: UNSURE ( 9.71 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Document the sm8750 SMMU block. Signed-off-by: Melody Olvera --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + 1 file changed, 1 insertion(+) base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17 diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 92d350b8e01a..9eaea70da559 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -59,6 +59,7 @@ properties: - qcom,sm8450-smmu-500 - qcom,sm8550-smmu-500 - qcom,sm8650-smmu-500 + - qcom,sm8750-smmu-500 - qcom,x1e80100-smmu-500 - const: qcom,smmu-500 - const: arm,mmu-500