lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250828-dt-apple-t6020-v1-7-507ba4c4b98e@jannau.net>
Date: Thu, 28 Aug 2025 16:01:26 +0200
From: Janne Grunau <j@...nau.net>
To: Sven Peter <sven@...nel.org>, Alyssa Rosenzweig <alyssa@...enzweig.io>,
  Neal Gompa <neal@...pa.dev>, Rob Herring <robh@...nel.org>,
  Krzysztof Kozlowski <krzk+dt@...nel.org>,
  Conor Dooley <conor+dt@...nel.org>, Hector Martin <marcan@...can.st>,
  "Rafael J. Wysocki" <rafael@...nel.org>,
  Viresh Kumar <viresh.kumar@...aro.org>,
  Thomas Gleixner <tglx@...utronix.de>, Joerg Roedel <joro@...tes.org>,
  Will Deacon <will@...nel.org>, Robin Murphy <robin.murphy@....com>,
  Linus Walleij <linus.walleij@...aro.org>,
  Mark Kettenis <kettenis@...nbsd.org>,
 Andi Shyti <andi.shyti@...nel.org>,
  Jassi Brar <jassisinghbrar@...il.com>,
  Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
  Maxime Ripard <mripard@...nel.org>,
 Thomas Zimmermann <tzimmermann@...e.de>,
  David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
  Sasha Finkelstein <fnkl.kernel@...il.com>,
  Marcel Holtmann <marcel@...tmann.org>,
  Luiz Augusto von Dentz <luiz.dentz@...il.com>,
  Johannes Berg <johannes@...solutions.net>,
 van Spriel <arend@...adcom.com>,  Lee Jones <lee@...nel.org>,
  Uwe Kleine-König <ukleinek@...nel.org>,
  Stephen Boyd <sboyd@...nel.org>,
 Wim Van Sebroeck <wim@...ux-watchdog.org>,
  Guenter Roeck <linux@...ck-us.net>,
  Michael Turquette <mturquette@...libre.com>,
  Martin Povišer <povik+lin@...ebit.org>,
  Vinod Koul <vkoul@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
  Mark Brown <broonie@...nel.org>, Marc Zyngier <maz@...nel.org>,
  Ulf Hansson <ulf.hansson@...aro.org>, Keith Busch <kbusch@...nel.org>,
  Jens Axboe <axboe@...nel.dk>, Christoph Hellwig <hch@....de>,
  Sagi Grimberg <sagi@...mberg.me>, Jaroslav Kysela <perex@...ex.cz>,
  Takashi Iwai <tiwai@...e.com>
Cc: asahi@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org, 
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, 
 linux-pm@...r.kernel.org, iommu@...ts.linux.dev, linux-gpio@...r.kernel.org, 
 linux-i2c@...r.kernel.org, dri-devel@...ts.freedesktop.org, 
 linux-bluetooth@...r.kernel.org, linux-wireless@...r.kernel.org, 
 linux-pwm@...r.kernel.org, linux-watchdog@...r.kernel.org, 
 linux-clk@...r.kernel.org, dmaengine@...r.kernel.org, 
 linux-sound@...r.kernel.org, linux-spi@...r.kernel.org, 
 linux-nvme@...ts.infradead.org, Janne Grunau <j@...nau.net>
Subject: [PATCH 07/37] dt-bindings: iommu: dart: Add apple,t6020-dart
 compatible

t6020-dart is compatible to t8110-dart and annotated as such in Apple's
device tree. Add its per-SoC compatible in case t6020 specific handling
becomes necessary. The dart instances on M2 Pro/Max/Ultra based SoCs
differ in one aspect from the M2 based ones. They indicate an IAS of 42
requiring implementing support for a fouth page table level in the dart
driver and its io-pgtable [1].

[1]: https://lore.kernel.org/asahi/20250821-apple-dart-4levels-v2-0-e39af79daa37@jannau.net/

Signed-off-by: Janne Grunau <j@...nau.net>
---
 Documentation/devicetree/bindings/iommu/apple,dart.yaml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/iommu/apple,dart.yaml b/Documentation/devicetree/bindings/iommu/apple,dart.yaml
index 7adb1de455a5b38dfb6c76303f11c8f95395e0dd..47ec7fa52c3ac6b3e111adf6998685f18f8602dd 100644
--- a/Documentation/devicetree/bindings/iommu/apple,dart.yaml
+++ b/Documentation/devicetree/bindings/iommu/apple,dart.yaml
@@ -22,11 +22,15 @@ description: |+
 
 properties:
   compatible:
-    enum:
-      - apple,t8103-dart
-      - apple,t8103-usb4-dart
-      - apple,t8110-dart
-      - apple,t6000-dart
+    oneOf:
+      - enum:
+          - apple,t8103-dart
+          - apple,t8103-usb4-dart
+          - apple,t8110-dart
+          - apple,t6000-dart
+      - items:
+          - const: apple,t6020-dart
+          - const: apple,t8110-dart
 
   reg:
     maxItems: 1

-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ