From f0a64002b43e20f6fb89927a9dc8f20cbf036c59 Mon Sep 17 00:00:00 2001 From: Thomas Stranger Date: Thu, 25 Jul 2024 07:30:57 +0200 Subject: [PATCH] doc: release notes: add 1-wire release notes for 3.7 No significant changes to 1-Wire master drivers for the 3.7 release. Only the changes in the pull-up configuration of the zephyr,w1-gpio driver added in the migration guide. (cherry picked from commit cad3320cef7cd84b0252a7cc2a6bf6bdd7bf684f) Original-Signed-off-by: Thomas Stranger GitOrigin-RevId: cad3320cef7cd84b0252a7cc2a6bf6bdd7bf684f Change-Id: I975cc4233af426b9a46f6a0e4c7eec15c3beb366 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5739692 Tested-by: ChromeOS Prod (Robot) Reviewed-by: Tristan Honscheid Commit-Queue: Tristan Honscheid Tested-by: Tristan Honscheid --- doc/releases/migration-guide-3.7.rst | 7 +++++++ doc/releases/release-notes-3.7.rst | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index df4cddb19c7..2561527f67c 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -674,6 +674,13 @@ Regulator has been removed, users should remove this property from their devicetree if it is present. (:github:`70642`) +W1 +== + +* The :dtcompatible:`zephyr,w1-gpio` 1-Wire master driver no longer defaults to enabling the + internal pull-up resistor of the GPIO pin. The configuration is now taken from the pin's + configuration flags specified in devicetree. (:github:`71789`) + Watchdog ======== diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index bd215e43878..d7694b05dcf 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -1144,7 +1144,7 @@ Drivers and Sensors * Maxim - * Added DS18S20 1-wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`). + * Added DS18S20 1-Wire temperature sensor driver (:dtcompatible:`maxim,ds18s20`). * Added MAX31790 fan speed and fan fault sensor (:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`). @@ -1296,8 +1296,6 @@ Drivers and Sensors * Added CSI-2 MIPI driver for NXP MCUX * Added support for DVP FPC 24-pins mt9m114 camera module shield -* W1 - * Watchdog * Added :kconfig:option:`CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS` to set the leading warning time