From mboxrd@z Thu Jan 1 00:00:00 1970 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 047711D7E41; Tue, 16 Sep 2025 13:33:54 +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=1758029635; cv=none; b=rvDsD7iAAJP21ry05JKjS6Z/AZoeN8dpVVpNKAdkaMno1gYB5YhCyUZWimOVsObeO+b5BwZ/AWUX0ME6RCIf3uVEAK07q6he2pYV9JJa1RIpG2pwkpf/XV5YAgtd9VmAvFXGSwsiGSRlBQE6eFliCHG+9n0mX6y2pRhjWxZ2T6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758029635; c=relaxed/simple; bh=js/Dhw9q7ZrGUdTOX9dqiXEtYoFHhuhzGJRzbX3urvQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=byEryhK6Lyd/pKMl2Ri0G7qTjznZlqoU52Zt7hK13rYQxGzm5uIOt32WqkpJ9M/vBH1B2cdC5nXUfCCML+5tnpTWipospzSLsgSf21I/YHyygxA6R+K6fHbMJ78sHRczMzzKei5cAWp4IxFrqBACVACVXuaEhLouPI5y8kFKROw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eBM8UdOE; 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="eBM8UdOE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61173C4CEEB; Tue, 16 Sep 2025 13:33:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758029634; bh=js/Dhw9q7ZrGUdTOX9dqiXEtYoFHhuhzGJRzbX3urvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eBM8UdOE9kEKABZbSGUJ7s5W3dqN3pkSSO9EJ7+o81jI7c+EeWOZFiIx8C9Yfv1CG SJfyphuo8oAM3EjvHCkAkt4h7AvSIYICOHffGPPuIaGdApicsYD0a2VN6sCQEK6L9E A4sUGJiGBkl2Azt3ch3axjjVKhwdEm7RWSAZ+Rfrq9t80GuxM2l+yWB6oaeXTLWaFw uWEBgAPgfmdph50u+JqEAlgjPhfj0wO12xHhbtbH1DFAuCG0IBJqaKrT0DkdfAPyTT UgL5YixNwz5izOF/z0ZKtxgtxfwvNqKCNVtgBKlWqgeC1U/acIY9vWwhKWbNoaOqUn UrPxcqcCd0CSA== Date: Tue, 16 Sep 2025 08:33:53 -0500 From: "Rob Herring (Arm)" To: Drew Fustini Cc: Conor Dooley , Paul Walmsley , Joel Stanley , Andy Gross , Arnd Bergmann , Krzysztof Kozlowski , Nicholas Piggin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Dooley , Drew Fustini , Samuel Holland , Anup Patel , Alexandre Ghiti , Thomas Gleixner , Joel Stanley , linux-riscv@lists.infradead.org, Daniel Lezcano , Palmer Dabbelt , Michael Neuling , Michael Ellerman Subject: Re: [PATCH 1/7] dt-bindings: vendor-prefixes: Add Tenstorrent AI ULC Message-ID: <175802963274.3650143.11466278944413670465.robh@kernel.org> References: <20250913-tt-bh-dts-v1-0-ddb0d6860fe5@tenstorrent.com> <20250913-tt-bh-dts-v1-1-ddb0d6860fe5@tenstorrent.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250913-tt-bh-dts-v1-1-ddb0d6860fe5@tenstorrent.com> On Sat, 13 Sep 2025 14:31:00 -0700, Drew Fustini wrote: > From: Drew Fustini > > Document vendor prefix for Tenstorrent in DT bindings. > > Signed-off-by: Drew Fustini > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)