From nobody Sun May 12 00:57:13 2024 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1621805165; cv=none; d=zohomail.com; s=zohoarc; b=hWsidw9xcbkQjSAUOu7T7zF8tubrrk/P7znVmofnT7f2D7l146NSZg6eHNvIC0ZpQ8dGRtqtLuFJRO6lM1BSfXjz0hZ8ENBHldiw4n2Z3GL1LpXV7JtjdWpTG7ZfJDnOp0BU7Z9fEj4E1HyvjoMfwt1PCQpf8SwmoI62eoxiTcs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1621805165; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:MIME-Version:Message-ID:Subject:To; bh=lt12GkKePx7a76mBWdlEsbQaID/pFhCEAuADLH+AWLA=; b=XlL5Ygmi7Z47cbdANghJK/bGzItmmIDi/2vnbzfn1Z3Nb2IY8LCcDg9mdAf0ATJu6a11neTTUaNbUsV9UnF+Z2qcnrJMHz4R7hddxOhtEpxcVSwYUv4b9XhhXleaxBXWC6FDm+M5MeUM38PTFN0qt/AvzNqVPRvcAIaHAWV9ZIg= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1621805165153824.7204557976012; Sun, 23 May 2021 14:26:05 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231981AbhEWV1a (ORCPT ); Sun, 23 May 2021 17:27:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231956AbhEWV10 (ORCPT ); Sun, 23 May 2021 17:27:26 -0400 Received: from relay07.th.seeweb.it (relay07.th.seeweb.it [IPv6:2001:4b7a:2000:18::168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A2F9C061574 for ; Sun, 23 May 2021 14:26:00 -0700 (PDT) Received: from TimeMachine.localdomain (bband-dyn255.178-41-232.t-com.sk [178.41.232.255]) by m-r2.th.seeweb.it (Postfix) with ESMTPA id 50B0F3E8D8; Sun, 23 May 2021 23:25:58 +0200 (CEST) From: Martin Botka Cc: ~postmarketos/upstreaming@lists.sr.ht, konrad.dybcio@somainline.org, angelogioacchino.delregno@somainline.org, marijn.suijten@somainline.org, Martin Botka , Will Deacon , Robin Murphy , Joerg Roedel , Bjorn Andersson , Jordan Crouse , Rob Clark , John Stultz , Sai Prakash Ranjan , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: [PATCH V2] iommu: arm-smmu-qcom: Add sm6125 compatible Date: Sun, 23 May 2021 23:25:33 +0200 Message-Id: <20210523212535.740979-1-martin.botka@somainline.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add compatible for SM6125 SoC Signed-off-by: Martin Botka --- Changes in V2: Add commit description drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm= /arm-smmu/arm-smmu-qcom.c index 98b3a1c2a181..7455bcc92f43 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -333,6 +333,7 @@ static const struct of_device_id __maybe_unused qcom_sm= mu_impl_of_match[] =3D { { .compatible =3D "qcom,sc8180x-smmu-500" }, { .compatible =3D "qcom,sdm630-smmu-v2" }, { .compatible =3D "qcom,sdm845-smmu-500" }, + { .compatible =3D "qcom,sm6125-smmu-500" }, { .compatible =3D "qcom,sm8150-smmu-500" }, { .compatible =3D "qcom,sm8250-smmu-500" }, { .compatible =3D "qcom,sm8350-smmu-500" }, --=20 2.31.1