doc: migration-guide: sensor: sensirion: shtcx: chip property

Add release notes for removed chip dts property of the
sensirion shtcx binding.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2024-06-11 08:32:15 +02:00 committed by Johan Hedberg
parent 34cac05775
commit 19ded99c92
1 changed files with 17 additions and 0 deletions

View File

@ -413,6 +413,23 @@ LED Strip
Sensors
=======
* The ``chip`` devicetree property from the :dtcompatible:`sensirion,shtcx` sensor driver has been
removed. Chip variants are now selected using the matching compatible property (:github:`74033`).
For an example of the new shtc3 configuration, see below:
.. code-block:: devicetree
&i2c0 {
status = "okay";
shtc3: shtc3@70 {
compatible = "sensirion,shtc3", "sensirion,shtcx";
reg = <0x70>;
measure-mode = "normal";
clock-stretching;
};
};
Serial
======