From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F0B9DC4452B for ; Tue, 21 Jul 2026 19:38:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From :Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tpCSjmE72Hr4P1wpHlpQT8yo3kYE9fhwyWv7xoswZ0g=; b=JaEm8+YJ4LS1R0GF1SNkZArdyL 6wuu3PlBuuITbPpsCj/gbt3N6QylIlK6CXd37RY3uvzJqO5MqmbA+QZNjECcuQVuBuqHCy1YcEbKE PzMlz732c8TFjYvMMQD1HCyVbJl5+xhKgwMy+ez3Bob3Q7E2apJyVxJAnYH0erStA1UDr292POVVV anocMXGuMrDY/SCDjppz6uff8UJiTWSp3Y0h1c2hjK1xNjFBYeycebH41dqv5wfZoZBnBJjbmg4Gq OK0MSkaG94D/Pig1c18zBj4VPIG0h5/kSvFG8nLQTcniaVcb05C0lrc+y9xEd/9G8S8IF+bnd82Et hh+EW0MQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wmGIR-0000000AId8-1wMj; Tue, 21 Jul 2026 19:38:31 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wmGIQ-0000000AId2-38nF for linux-arm-kernel@lists.infradead.org; Tue, 21 Jul 2026 19:38:30 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id D34E960A6C; Tue, 21 Jul 2026 19:38:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B77D31F00A3F; Tue, 21 Jul 2026 19:38:24 +0000 (UTC) Message-ID: <74e3aeee-d18f-4476-b503-8f87578cbfe4@tuxon.dev> Date: Tue, 21 Jul 2026 22:38:23 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 12/13] ARM: dts: microchip: sama7d65: add temperature sensor To: Varshini Rajendran , ehristev@kernel.org, jic23@kernel.org, dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, srini@kernel.org, marcelo.schmitt@analog.com, jorge.marques@analog.com, mazziesaccount@gmail.com, Jonathan.Santos@analog.com, jishnu.prakash@oss.qualcomm.com, antoniu.miclaus@analog.com, duje@dujemihanovic.xyz, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20260630093603.38663-1-varshini.rajendran@microchip.com> <20260630093603.38663-13-varshini.rajendran@microchip.com> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260630093603.38663-13-varshini.rajendran@microchip.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 6/30/26 12:36, Varshini Rajendran wrote: > Add temperature sensor node. > > Signed-off-by: Varshini Rajendran Reviewed-by: Claudiu Beznea