From patchwork Wed Oct 20 23:17:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Heidelberg X-Patchwork-Id: 12573511 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE9FBC433EF for ; Wed, 20 Oct 2021 23:18:48 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 981C8610A2 for ; Wed, 20 Oct 2021 23:18:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 981C8610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=ixit.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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: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=EVDt44Kog36BDzX7jSeLcbPDen27k+ORkicap6auX/g=; b=hfwwdkEVmnK9BY p4l7uD8stA5HHuQU4ru20floHHF4GLkKBuMDomhtrr/iB8+m4hnJM/nk2182H30T+6Rtx2Yr4TRq4 0Ftot5DIdD1v6qXyzkdwpSKtdloF5ox/kKZ2rId7uW9PTtgLmI1ZEF0eSPTfSCm6bheqaBvp0TbmG LoHBqHHeCZ42Dt+3U+OnCx1hbB9QUoL5yN9ri2CSthHLQO4nYeRQAxtdcYrKsvWGMv7p4s0bwhx1h L46XBfnkuLTFS/9Z2xGEN0ZLGK6carso9Uezyz/YT39hkW3+lAIvJghKU/KdJuetbTQmXjUxT/DEr Qh3oQcQ4h5Rrl6QZaV/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdKpi-005yg9-OX; Wed, 20 Oct 2021 23:17:18 +0000 Received: from ixit.cz ([94.230.151.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdKpe-005yf6-FY for linux-arm-kernel@lists.infradead.org; Wed, 20 Oct 2021 23:17:16 +0000 Received: from localhost.localdomain (ip-89-176-96-70.net.upcbroadband.cz [89.176.96.70]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 94411236BE; Thu, 21 Oct 2021 01:17:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1634771826; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=997v4bghoI2OwZJOdMtQH10QCmvL+vjH9bUCFTSkQXU=; b=vrtBpxB8fdof2H90vp1/UQ3IHSJ2NehNBvsM4Szb8jiBPXEwJN0am0ZaMwHqX43I41IEJs dFqovI5BC0J4f/IS3tDMR/5b+4l+nqFdhQMnlh3QHpICdGGP8A0Ha/E3LrJ9t6uSTRT449 64L2RkiuJSnF3qwcN3tcLMA/fzCw894= From: David Heidelberg To: Will Deacon , Robin Murphy , Joerg Roedel , Rob Herring Cc: ~okias/devicetree@lists.sr.ht, David Heidelberg , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC Date: Thu, 21 Oct 2021 01:17:00 +0200 Message-Id: <20211020231701.278846-1-david@ixit.cz> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211020_161714_718030_AB8D9E93 X-CRM114-Status: UNSURE ( 8.51 ) 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 Add missing compatible for the SDX55 SoC. Signed-off-by: David Heidelberg --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 03f2b2d4db30..5ccf0025ffa9 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,7 @@ properties: - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sdx55-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - qcom,sm8350-smmu-500