Skip to content

Commit 9cce484

Browse files
jilaypandyakartben
authored andcommitted
docs: migration_guide_4.1: entry for renamed device tree properties
add migration guide after renaming device tree properties - pin_mask -> pin-mask - pinmux_mask -> pinmux-mask - vbatts_pins -> vbatts-pins - bit_per_gpio -> bit-per-gpio - off_val -> off-val - on_val -> on-val Signed-off-by: Jilay Pandya <[email protected]>
1 parent c5aed65 commit 9cce484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ Entropy
172172
GNSS
173173
====
174174

175+
GPIO
176+
====
177+
178+
* Renamed the device tree property ``pin_mask`` to ``pin-mask``.
179+
* Renamed the device tree property ``pinmux_mask`` to ``pinmux-mask``.
180+
* Renamed the device tree property ``vbatts_pins`` to ``vbatts-pins``.
181+
* Renamed the device tree property ``bit_per_gpio`` to ``bit-per-gpio``.
182+
* Renamed the device tree property ``off_val`` to ``off-val``.
183+
* Renamed the device tree property ``on_val`` to ``on-val``.
184+
175185
I2C
176186
===
177187

0 commit comments

Comments
 (0)