From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from chaosmail.tech (chaosmail.tech [77.81.229.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8AF2A33B96B; Sat, 15 Aug 2026 10:41:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=77.81.229.115 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786790516; cv=none; b=TNUlwxMkJJPP3DAJTk4lszjt24vgM9vP5N9hoduBVKHDF1rQ3Vr9TLi3UyIJzFC2uzivAJ8RL2hihYlOcDU3t6lvazlBD/5RrrmNWUlW5AvzcY03xY62Z1CqmjeF7pVLRzIbH81zDn1fbh1/1h+0Q0w0HCan5tn1xq9I6WGBSM4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786790516; c=relaxed/simple; bh=3cJuwk+SwgAMtlNgWNyBZ4gRlYU1RemC2UGW6KC37gs=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=hds4XP6LyRNqif7JFRptpm9NpQLLTg2+dsuw9SLGhCItf5Lq5kLLeF2wGiIy7dYgUf//EYdTGm6bz/xiiehksixgVX50oNMWrRKPAtpakdWbdGNGkxQe2h0k9arIQfH9mj0k5XfJbeYIBsJxkzLnjeWaX+qWKyW2lg0RWHLNoqo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=chaosmail.tech; spf=pass smtp.mailfrom=chaosmail.tech; dkim=pass (1024-bit key) header.d=chaosmail.tech header.i=@chaosmail.tech header.b=amDkR6re; arc=none smtp.client-ip=77.81.229.115 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=chaosmail.tech Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=chaosmail.tech Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=chaosmail.tech header.i=@chaosmail.tech header.b="amDkR6re" Received: by chaosmail.tech (Postfix) id 4CFB81C97BC; Sat, 15 Aug 2026 10:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chaosmail.tech; s=mail; t=1786790512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TXFSBU1xWiPxMVGUsDxH0Yvws9+xQ3ZgpzZeeM1bKsA=; b=amDkR6repcCT4HKF6lu3zYT1X9Bape1iEaFj5XxC1ycdy9RrDOnQWmpV164J3fX019o0l3 zY6259AZdv1ImwZibZ6fPNa9j+2+dra98BjB5Jg7ZPCI7iqx5e5HQbOicQgnFMaurB3bi1 0VQy/J3jjfCKGG5BajPlGSPkSET++2A= From: Sasha Finkelstein Date: Sat, 15 Aug 2026 12:41:38 +0200 Subject: [PATCH v4 1/2] dt-bindings: dma: apple,admac: Add M3 generation ADMACs Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260815-t603x-admac-v4-1-1149e342dcb0@chaosmail.tech> References: <20260815-t603x-admac-v4-0-1149e342dcb0@chaosmail.tech> In-Reply-To: <20260815-t603x-admac-v4-0-1149e342dcb0@chaosmail.tech> To: Sven Peter , Janne Grunau , Vinod Koul , Frank Li , Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?utf-8?q?Martin_Povi=C5=A1er?= Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sasha Finkelstein , Joshua Peisach X-Developer-Signature: v=1; a=ed25519-sha256; t=1786790508; l=1733; i=k@chaosmail.tech; s=20241124; h=from:subject:message-id; bh=3cJuwk+SwgAMtlNgWNyBZ4gRlYU1RemC2UGW6KC37gs=; b=wDaah3sX9iUx3rSyZKmJWoreEICi6/KxxCPFB4cUGmxRNQ7CyOl3aWM5dEVWiqWnOAr/Yy5i9 mPU3d7IW4YADpZ6DpygdC0lT3AKLuNxkBd07pxrMumtkn8FM1s00sXp X-Developer-Key: i=k@chaosmail.tech; a=ed25519; pk=aSkp1PdZ+eF4jpMO6oLvz/YfT5XkBUneWwyhQrOgmsU= The admacs seen in M3-generation SoCs (t603x, t8122) need additional configuration writes and so are getting a new compatible chain. Acked-by: Rob Herring (Arm) Reviewed-by: Joshua Peisach Reviewed-by: Janne Grunau Signed-off-by: Sasha Finkelstein --- Documentation/devicetree/bindings/dma/apple,admac.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/apple,admac.yaml b/Documentation/devicetree/bindings/dma/apple,admac.yaml index 6a200cbd7d02..5b4fd8348f99 100644 --- a/Documentation/devicetree/bindings/dma/apple,admac.yaml +++ b/Documentation/devicetree/bindings/dma/apple,admac.yaml @@ -10,7 +10,7 @@ description: | Apple's Audio DMA Controller (ADMAC) is used to fetch and store audio samples on SoCs from the "Apple Silicon" family. - The controller has been seen with up to 24 channels. Even-numbered channels + The controller has been seen with up to 32 channels. Even-numbered channels are TX-only, odd-numbered are RX-only. Individual channels are coupled to fixed device endpoints. @@ -33,6 +33,12 @@ properties: - apple,t8103-admac - apple,t8112-admac - const: apple,admac + - items: + - enum: + - apple,t6030-admac + - apple,t6031-admac + - const: apple,t8122-admac + - const: apple,t8122-admac reg: maxItems: 1 @@ -43,7 +49,7 @@ properties: Clients specify a single cell with channel number. dma-channels: - maximum: 24 + maximum: 32 interrupts: minItems: 4 -- 2.55.0