From nobody Mon Apr 6 11:51:59 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 40DA83D522C; Fri, 20 Mar 2026 16:47:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774025257; cv=none; b=oSTWJrZR0epsu4+i9MqQ4uOn2UpFgcRmg2hQZ1xqtQ0FvMsH/7RGUtJr01QKdyDasSHojY92k1ItPG+hMgImf98gzPpa2oJXRnbcasrVul8S09TzSXlusm0iA6p0BE32iAY9mTUWXxQSFbAdoZzqa1//Cw1i3fJXXF4r943/sWU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774025257; c=relaxed/simple; bh=WdWA2hrSgUxDYtn4CcB4fFRlpQtCztod+x049Hswyq8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=F9FQqXIIcELLR2OWQcZ7la1QHi851Fy/Al2WNmeKtjAl4qPq1ncN/0+my3qU1G7HdinGsWOv7aWE5O1a9FZgJeSy5v7DcUiHuCJi2XsVIIkI78WBZ3GPQTvhs2sQQiJkuEd9V9/9sCWzanBNYF5OhFrGMo/0FRrJVexvlvF0apc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=htEpj31a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="htEpj31a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEC66C4CEF7; Fri, 20 Mar 2026 16:47:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774025257; bh=WdWA2hrSgUxDYtn4CcB4fFRlpQtCztod+x049Hswyq8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=htEpj31aiKAuapJGqKm/+82sWRo93k2qQvg6dk23Id2j0YXbzHjbKKYAOH4410OAi jYQ/FJqdrZbmGkeBhFB1fcHNPpBu4rkQaBf/F3t5+DNhFtxfH/GZTuXihRWeVPDMd2 R+2SvqgC1xd5YiAc6BUwr+7wOGfC1joW1Ug6ghdNWsPMn33JXc57OPBf0GlWN3M5Wu Wk9nE/3B9tuCor7kl+LYZXh0JC6XGOPjIlLFvx1cQNMj8BZDBWhSIndcf/5dLRhSCQ I5tlmEYTnOEvkkaMUXZRqnFrsSfqc0gbl6DYl3dUJqONJfHEFshubD51S+O4xg7zJf yTPhKB/0r/mMg== From: "Rob Herring (Arm)" Date: Fri, 20 Mar 2026 11:47:15 -0500 Subject: [PATCH 2/5] dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260320-dt-corstone1000-a320-v1-2-a549dfcfe8da@kernel.org> References: <20260320-dt-corstone1000-a320-v1-0-a549dfcfe8da@kernel.org> In-Reply-To: <20260320-dt-corstone1000-a320-v1-0-a549dfcfe8da@kernel.org> To: Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi Cc: Frazer Carsley , Hugues Kamba Mpiana , Abdellatif El Khlifi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-Mailer: b4 0.15-dev The Corstone-1000-A320 platform contains an Ethos-U85 NPU. Add a specific compatible for it. Signed-off-by: Rob Herring (Arm) Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/npu/arm,ethos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/npu/arm,ethos.yaml b/Documen= tation/devicetree/bindings/npu/arm,ethos.yaml index 716c4997f976..d5a1fae4db9d 100644 --- a/Documentation/devicetree/bindings/npu/arm,ethos.yaml +++ b/Documentation/devicetree/bindings/npu/arm,ethos.yaml @@ -30,7 +30,7 @@ properties: - fsl,imx93-npu - const: arm,ethos-u65 - items: - - {} + - const: arm,corstone1000-ethos-u85 - const: arm,ethos-u85 =20 reg: --=20 2.51.0