asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Janne Grunau <j@jannau.net>
To: Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
	 Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Mark Kettenis <kettenis@openbsd.org>
Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Janne Grunau <j@jannau.net>,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v3 06/15] dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string
Date: Tue, 07 Mar 2023 13:10:12 +0100	[thread overview]
Message-ID: <20230202-asahi-t8112-dt-v3-6-d1a5f6383d95@jannau.net> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-0-d1a5f6383d95@jannau.net>

"apple,t8112-sart" as found on the Apple M2 SoC appears to be SART3 as
well. To allow for later discovered incompatibilities use
'"apple,t8112-sart", "apple,t6000-sart"' as compatible string.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
---
 Documentation/devicetree/bindings/iommu/apple,sart.yaml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/iommu/apple,sart.yaml b/Documentation/devicetree/bindings/iommu/apple,sart.yaml
index 1524fa3094ef..e87c1520fea6 100644
--- a/Documentation/devicetree/bindings/iommu/apple,sart.yaml
+++ b/Documentation/devicetree/bindings/iommu/apple,sart.yaml
@@ -28,9 +28,13 @@ description:
 
 properties:
   compatible:
-    enum:
-      - apple,t6000-sart
-      - apple,t8103-sart
+    oneOf:
+      - items:
+          - const: apple,t8112-sart
+          - const: apple,t6000-sart
+      - enum:
+          - apple,t6000-sart
+          - apple,t8103-sart
 
   reg:
     maxItems: 1

-- 
2.39.2


  parent reply	other threads:[~2023-03-07 12:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 12:10 [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Janne Grunau
2023-03-07 12:10 ` [PATCH v3 01/15] dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 02/15] dt-bindings: arm: apple: apple,pmgr: Add t8112-pmgr compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 03/15] dt-bindings: watchdog: apple,wdt: Add t8112-wdt compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 04/15] dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible Janne Grunau
2023-03-08 23:15   ` Rob Herring
2023-03-07 12:10 ` Janne Grunau [this message]
2023-03-07 12:10 ` [PATCH v3 07/15] dt-bindings: mailbox: apple,mailbox: Add t8112 compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 08/15] dt-bindings: nvme: apple: Add apple,t8112-nvme-ans2 compatible string Janne Grunau
2023-03-07 12:10 ` [PATCH v3 09/15] dt-bindings: pci: apple,pcie: Add t8112 support Janne Grunau
2023-03-07 12:10 ` [PATCH v3 10/15] dt-bindings: pinctrl: apple,pinctrl: Add apple,t8112-pinctrl compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 11/15] dt-bindings: i2c: apple,i2c: Add apple,t8112-i2c compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 12/15] dt-bindings: clock: apple,nco: Add t8112-nco compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible Janne Grunau
2023-03-17 17:47   ` Vinod Koul
2023-03-07 12:10 ` [PATCH v3 14/15] dt-bindings: arm: apple: Add t8112 j413/j473/j493 compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 15/15] arm64: dts: apple: t8112: Initial t8112 (M2) device trees Janne Grunau
2023-03-28 10:42 ` [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Hector Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230202-asahi-t8112-dt-v3-6-d1a5f6383d95@jannau.net \
    --to=j@jannau.net \
    --cc=alyssa@rosenzweig.io \
    --cc=asahi@lists.linux.dev \
    --cc=devicetree@vger.kernel.org \
    --cc=kettenis@openbsd.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcan@marcan.st \
    --cc=robh+dt@kernel.org \
    --cc=sven@svenpeter.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).