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 <jilay.pandya@outlook.com>
This commit is contained in:
parent
c5aed65a54
commit
9cce4841e5
1 changed files with 10 additions and 0 deletions
|
|
@ -172,6 +172,16 @@ Entropy
|
|||
GNSS
|
||||
====
|
||||
|
||||
GPIO
|
||||
====
|
||||
|
||||
* Renamed the device tree property ``pin_mask`` to ``pin-mask``.
|
||||
* Renamed the device tree property ``pinmux_mask`` to ``pinmux-mask``.
|
||||
* Renamed the device tree property ``vbatts_pins`` to ``vbatts-pins``.
|
||||
* Renamed the device tree property ``bit_per_gpio`` to ``bit-per-gpio``.
|
||||
* Renamed the device tree property ``off_val`` to ``off-val``.
|
||||
* Renamed the device tree property ``on_val`` to ``on-val``.
|
||||
|
||||
I2C
|
||||
===
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue