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 095752264AC; Sun, 20 Jul 2025 22:25:35 +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=1753050335; cv=none; b=YNPq7+xJy5PUufqbwQcxhcodm3BxflRz+clXLRqDnNc57HnUBIdrzfiU5oSKnRTCaWCPD+t3S4nALlE397WF/eaKdIbinPdbO1jAhFswB5DC678Qr1koBEYa6B2neNfYxxjuO5JGKki59BiMrRmX2VaFoh6BlAUw4IzXYgINiwM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753050335; c=relaxed/simple; bh=xEKMbYY0zaWDdsbFDuSSufbmqhhv1AlaEIvCRIi6nOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l1ULKZ+QTa/UnoaeN8rDlScFmNJ3wTwiXFlC8Tk/LsSrQRyb4poawMqFMHfVluccTqJZwkoCtrfjEUWzhWMynUj62XGwK/bSz1dmDFHsgrUHKfkHeLeoBgA71bwTD+G3Ae9IfwsVaE0Rpv0UWsZSaJsm26CFoS8lCEM+qCz1BzU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QHBEAI8E; 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="QHBEAI8E" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD7D0C4CEE7; Sun, 20 Jul 2025 22:25:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753050334; bh=xEKMbYY0zaWDdsbFDuSSufbmqhhv1AlaEIvCRIi6nOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QHBEAI8EuXTcKAUbUNLYZQynQMwZvxekWlJUFjsC7y9ZSlzBD+BbhIMyr5/WCak74 b579euo9O1znuZaph3kTLrI4/ucS7h6Kzh90tsCdImgVQ+jlqFmxeCvwjCMM1zFSIm pppojdgVzNAyDhCEbmsi+/BlPpxCQANGE2A9LPfK+oex+twCSEqmJo+Znheg3uaT1C M80CCUEZmzJiylpUwSdndqoD1pKr2lqqxYsFUAXwcYyHVTOZWVCCQPtnB6lZj8HvgI qzFFuP75T+GiEALO6BW0wQWcX6EiK++R5F8n+n277w2MAgz4NSG9t0Y0Mj/CXwSSW+ Vk0YfFeThBDSw== Date: Sun, 20 Jul 2025 17:25:33 -0500 From: "Rob Herring (Arm)" To: Aaron Kling Cc: Greg Kroah-Hartman , Lukasz Luba , Conor Dooley , Jonathan Hunter , linux-phy@lists.infradead.org, Michael Turquette , Vinod Koul , Kishon Vijay Abraham I , Prashant Gaikwad , JC Kuo , devicetree@vger.kernel.org, Stephen Boyd , Mathias Nyman , linux-usb@vger.kernel.org, Nagarjuna Kristam , linux-clk@vger.kernel.org, Daniel Lezcano , Thierry Reding , Krzysztof Kozlowski , Peter De Schrijver , linux-pm@vger.kernel.org, Thierry Reding , "Rafael J. Wysocki" , Zhang Rui , linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/17] dt-bindings: thermal: tegra: Document Tegra210B01 Message-ID: <175305033354.2882962.9580555513553894662.robh@kernel.org> References: <20250714-t210b01-v1-0-e3f5f7de5dce@gmail.com> <20250714-t210b01-v1-5-e3f5f7de5dce@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250714-t210b01-v1-5-e3f5f7de5dce@gmail.com> On Mon, 14 Jul 2025 23:02:48 -0500, Aaron Kling wrote: > Add the compatible string for Tegra210B01 SOC_THERM > > Signed-off-by: Aaron Kling > --- > Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)