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:
parent
34cac05775
commit
19ded99c92
|
@ -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
|
||||
======
|
||||
|
||||
|
|
Loading…
Reference in New Issue