Skip to content

Commit 6b04279

Browse files
maass-hamburgChromeos LUCI
authored andcommitted
doc: releases: mention change of MCP9808
Mention change of the Microchip MCP9808 temperature sensor. (cherry picked from commit b380c4e) Original-Signed-off-by: Fin Maaß <[email protected]> GitOrigin-RevId: b380c4e Cr-Build-Id: 8738238973287044049 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8738238973287044049 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I23736c254eb6ae648eda4e4ca3eaa56a9b372973 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5827581 Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Ting Shen <[email protected]> Tested-by: Ting Shen <[email protected]> Reviewed-by: Ting Shen <[email protected]>
1 parent 959e6e0 commit 6b04279

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ SDHC
103103
Sensors
104104
=======
105105

106+
* The existing driver for the Microchip MCP9808 temperature sensor transformed and renamed
107+
to support all JEDEC JC 42.4 compatible temperature sensors. It now uses the
108+
:dtcompatible:`jedec,jc-42.4-temp` compatible string instead to the ``microchip,mcp9808`` string.
109+
106110
Serial
107111
======
108112

doc/releases/release-notes-4.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ Drivers and Sensors
193193

194194
* Sensors
195195

196+
* The existing driver for the Microchip MCP9808 temperature sensor transformed and renamed
197+
to support all JEDEC JC 42.4 compatible temperature sensors. It now uses the
198+
:dtcompatible:`jedec,jc-42.4-temp` compatible string instead to the ``microchip,mcp9808``
199+
string.
200+
196201
* Serial
197202

198203
* LiteX: Renamed the ``compatible`` from ``litex,uart0`` to :dtcompatible:`litex,uart`.

0 commit comments

Comments
 (0)