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