From patchwork Fri Jan 13 10:50:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 13100507 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 8EE36C54EBD for ; Fri, 13 Jan 2023 10:55:22 +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:MIME-Version:References:In-Reply-To: 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: List-Owner; bh=ygnkzzkhWBrOg5atFf3016m2CRU47ifhphV0ig+AwK4=; b=wwahTAD9F7cfGd ggW+jdLxxXlS1aaWwos8Ike/PwAV1/NP8BGwnrCL79Jni93k/x4ZqdInnmToIE6rWpaYdn8/0UZH7 AG2DCntYljgfxQQikh4kuPW4z6o65CHolU99Vp+rybss5YObtSwl0/gjmo5rv8ZUywMbX4HsffzzX Z8N4sNSRpV7h0XNz59hfMhXjrLHzaP+p+oi3LgkDAXHBqQBt2jgvb0gjVrsu9G4z4d+Bak+UUrDIS O8WvUZLIUtGwsOMhRpMw/na6RjGQP9AlAPR+dGZoGaWMzrurEwqblU4R/umLYgl0H4jJuEj/gk3+G 5hS88Vk/SodMlQONndpA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGHhO-001v1U-FX; Fri, 13 Jan 2023 10:54:14 +0000 Received: from marcansoft.com ([212.63.210.85] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGHes-001toB-LU for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2023 10:51:40 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sendonly@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id 6F5D84246A; Fri, 13 Jan 2023 10:51:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marcan.st; s=default; t=1673607092; bh=A2h7FS9AJveuBG3f5UyHHSkomslFvPl7IFUApfSLWMk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=xyLudfF3SSpo3ECqJvj5Hi8pOwBb7KLucNJ3AaAYPm3EYOUrEeZ0p9W3YFTmzhMvo qX58ZE3QLKkag6q5Dh3rn+ZFj1tApyDTe7xnWkS5gO4pn0VPal8tHuXiLJBNY+WVin sgxBc037JhT62inxYIK0FA6V6XLR7Udh1YTDRiGvMAdnzrE2maSAsQpScpBm03iVet yhoZpT1J/NUB5u4CGizFm1K/2sA+sP/2z7PYfWt632uiWoAh+EuoX/uIOodpmbPnWl EpHiW8mQpf9Ijr2ObyGcFjh1pfIO4bEZ+ajf5sB0m+E0+99AlKS1qZVqcwQPCyewGE EJYXmjqFb+jpA== From: Hector Martin To: Joerg Roedel , Will Deacon , Robin Murphy Cc: Sven Peter , Alyssa Rosenzweig , Janne Grunau , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, iommu@lists.linux.dev, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Hector Martin , Krzysztof Kozlowski Subject: [PATCH 1/7] dt-bindings: iommu: dart: add t8110 compatible Date: Fri, 13 Jan 2023 19:50:24 +0900 Message-Id: <20230113105029.26654-2-marcan@marcan.st> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20230113105029.26654-1-marcan@marcan.st> References: <20230113105029.26654-1-marcan@marcan.st> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230113_025138_907475_B50D054F X-CRM114-Status: UNSURE ( 8.57 ) 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 t600x SoCs use this DART style for the Thunderbolt ports, and t8112 SoCs use them everywhere. Add a compatible for it. No other binding changes necessary. Reviewed-by: Sven Peter Acked-by: Krzysztof Kozlowski Signed-off-by: Hector Martin --- Documentation/devicetree/bindings/iommu/apple,dart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iommu/apple,dart.yaml b/Documentation/devicetree/bindings/iommu/apple,dart.yaml index 06af2bacbe97..903edf85d72e 100644 --- a/Documentation/devicetree/bindings/iommu/apple,dart.yaml +++ b/Documentation/devicetree/bindings/iommu/apple,dart.yaml @@ -24,6 +24,7 @@ properties: compatible: enum: - apple,t8103-dart + - apple,t8110-dart - apple,t6000-dart reg: