commit | 101237a565c7397ab78287d27b116268d83e2f76 | [log] [tgz] |
---|---|---|
author | Josua Mayer <josua@solid-run.com> | Thu May 19 12:31:59 2022 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 14 21:25:26 2022 +0200 |
tree | 758cd69f2a7187088148bac10b98644a049f6046 | |
parent | 059aded7d52301028efcd6d1df2f2e0dd41eed99 [diff] |
mx6cuboxi: fixup dtb ethernet phy nodes before booting an OS SoM revision 1.9 has replaced the ar8035 phy address 0 with an adin1300 at address 1. Because early SoMs had a hardware flaw, the ar8035 can also appear at address 4 - making it a total of 3 phy nodes in the DTB. To avoid confusing Linux with probe errors, fixup the dtb to only enable the phy node that is detected at runtime. Signed-off-by: Josua Mayer <josua@solid-run.com>