-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethernet: esp32: make phy a phandle of the ethernet device
Change the eth-phy definition so that the phy is pointed by a phandle rather than a child node, make the phy device a child of mdio. This makes more sense from a devicetree hirearchy where the phandles have to be initialized before the device itself, allows keeping the priorities in check with CHECK_INIT_PRIORITIES. (cherry picked from commit d7504ab) Original-Signed-off-by: Fabio Baltieri <[email protected]> GitOrigin-RevId: d7504ab Change-Id: I0277bcc74c124319d644873d555818ffe27d0810 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4743846 Commit-Queue: Keith Short <[email protected]> Reviewed-by: Keith Short <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Tested-by: Keith Short <[email protected]>
- Loading branch information
1 parent
73f1887
commit b9677d2
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters