Skip to content

Commit

Permalink
doc: Add a new migration guide entry to ethernet
Browse files Browse the repository at this point in the history
Add the following property renaming entries to
the migration:

* location-phy_mdc
* location-phy_mdio
* location-rmii_refclk
* location-rmii_crs_dv
* location-rmii_txd0
* location-rmii_txd1
* location-rmii_tx_en
* location-rmii_rxd0
* location-rmii_rxd1
* location-rmii_rx_er
* location-phy_pwr_enable
* location-phy_reset
* location-phy_interrupt

Signed-off-by: James Roy <[email protected]>
  • Loading branch information
rruuaanng authored and kartben committed Jan 24, 2025
1 parent ce56b98 commit 4ed85ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/releases/migration-guide-4.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,25 @@ Entropy
processor needs to get random data before BT is fully enabled.
(:github:`79931`)

Ethernet
========

* Silabs gecko ethernet changes:

* Renamed the devicetree property ``location-phy_mdc`` to ``location-phy-mdc``.
* Renamed the devicetree property ``location-phy_mdio`` to ``location-phy-mdio``.
* Renamed the devicetree property ``location-rmii_refclk`` to ``location-phy-refclk``.
* Renamed the devicetree property ``location-rmii_crs_dv`` to ``location-phy-crs-dv``.
* Renamed the devicetree property ``location-rmii_txd0`` to ``location-phy-txd0``.
* Renamed the devicetree property ``location-rmii_txd1`` to ``location-phy-txd1``.
* Renamed the devicetree property ``location-rmii_tx_en`` to ``location-phy-tx-en``.
* Renamed the devicetree property ``location-rmii_rxd0`` to ``location-phy-rxd0``.
* Renamed the devicetree property ``location-rmii_rxd1`` to ``location-phy-rxd1``.
* Renamed the devicetree property ``location-rmii_rx_er`` to ``location-phy-rx-er``.
* Renamed the devicetree property ``location-phy_pwr_enable`` to ``location-phy-pwr-enable``.
* Renamed the devicetree property ``location-phy_reset`` to ``location-phy-reset``.
* Renamed the devicetree property ``location-phy_interrupt`` to ``location-phy-interrupt``.

GNSS
====

Expand Down

0 comments on commit 4ed85ee

Please sign in to comment.