From nobody Sun Oct 5 14:30:42 2025 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (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 5D5E825A2C2; Mon, 4 Aug 2025 10:04:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754301849; cv=none; b=inlXORxaItx1nU9xL7AR3c5WBd9NbzE0+elUCYaJbPtCucqWHfaJ6vhFKzs3H6O179vECJFpOQlq35ghE4VUchLke/KMOyRWN5IxrzFTaNp2m5/eJ6VoXFeWLvwv9vWQf4grCpwHAR5bkozL13lMfq34n1FedA2i5RbTfwHrITM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754301849; c=relaxed/simple; bh=sNaoy8/stCR2oSveDjFYF8EHjZ9xs9dYDS7l9udDb0A=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=uPsX2C56WTsj1S5JQlG59gckxpUyDrM29rtqSV8bkrO000jJnfw64a9yqp+aEKg4ProkSLfEom9KqcOOZuJk8kumznpx6g3U5tElG/+kyeGMebHVuE5J1ozuUOlHZr7lPkxGSASgplxgjd8BVjBw37PqfoIWUN+DUn30HHPKpK8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=kXyJBR7Z; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="kXyJBR7Z" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1754301848; x=1785837848; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sNaoy8/stCR2oSveDjFYF8EHjZ9xs9dYDS7l9udDb0A=; b=kXyJBR7ZP7Nxu25VnZ4YSYKBoLja+sl7IQKcuyb00Kh6ZpPNIPG0mD1U sUF0iFam4GfTky0wQrPg+agUDXIyxMSu0iREBBUCCGyLehGlRtwCvYdg2 FsIcVe8yxfFcfigmQjyV8XrUeQwVo92aJnzDngRUSR0oi+PiqNTcQmZ6t hBfMVFTpbjilgMK0MtmbS8PlCUEYXsH8AOAxA2Ef47+siMp1y3YNPckr3 zpDyawyOCzP6wBdr5ayr3wlo7FcdQyGix10s5jLYh6fukMIDpoa1ceUps pOW2J7FaJlIKzVSPrOTohqaLPKUgkBeaTQ6zft+ftkAnEMC2r4ht6L5z5 A==; X-CSE-ConnectionGUID: +866aF0tQ+SVcfcIeqWRcg== X-CSE-MsgGUID: +JNh/NbuT3a9KNh0rf8oGw== X-IronPort-AV: E=Sophos;i="6.17,258,1747724400"; d="scan'208";a="44245556" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 04 Aug 2025 03:04:06 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.44; Mon, 4 Aug 2025 03:03:58 -0700 Received: from che-ll-i67070.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.44 via Frontend Transport; Mon, 4 Aug 2025 03:03:52 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , , , , CC: Subject: [PATCH 14/15] ARM: dts: microchip: sama7d65: add temperature sensor Date: Mon, 4 Aug 2025 15:32:18 +0530 Message-ID: <20250804100219.63325-15-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250804100219.63325-1-varshini.rajendran@microchip.com> References: <20250804100219.63325-1-varshini.rajendran@microchip.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add temperature sensor node. Signed-off-by: Varshini Rajendran --- arch/arm/boot/dts/microchip/sama7d65.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/= microchip/sama7d65.dtsi index 5d1f6684f64f..aefdd72cb59c 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -103,6 +103,13 @@ ns_sram: sram@100000 { #size-cells =3D <1>; }; =20 + thermal_sensor: thermal-sensor { + compatible =3D "generic-adc-thermal"; + #thermal-sensor-cells =3D <0>; + io-channels =3D <&adc AT91_SAMA7G5_ADC_TEMP_CHANNEL>; + io-channel-names =3D "sensor-channel"; + }; + soc { compatible =3D "simple-bus"; ranges; --=20 2.34.1