commit | 5037e3a902caff636e1581b64ef5e134c35c2dcb | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Tue Jul 25 20:44:50 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 01 15:37:59 2023 +0200 |
tree | a500f731509cd2a3886a8ee1922d43281e1945a7 | |
parent | 4f613031729b1a0669706d059d7e31c3c9a5f113 [diff] |
ethernet: sam-gmac: make phy a phandle of the ethernet device Make ethernet phys childs of the mdio device and move the mdio device up a level on the tree. That makes the device hierarchy coherent with the required initialization priority and allows keeping the sequence in check with CHECK_INIT_PRIORITIES. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>