summaryrefslogtreecommitdiff
path: root/board/freescale/t208xrdb/t208xrdb.h
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2021-06-16 15:17:31 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-06-17 09:16:11 +0300
commit4e21a555c1dc2eacee9e3ad07f3b112c20b0f7a2 (patch)
tree5741bc19f289878ce37f2d3f34f4ebc1f1f9e69c /board/freescale/t208xrdb/t208xrdb.h
parentc91b1305547ee72c0b0e5995c3b47d2b56ad698f (diff)
downloadu-boot-4e21a555c1dc2eacee9e3ad07f3b112c20b0f7a2.tar.xz
board: freescale: t208xrdb: add Linux fdt fix-ups for rev D
The T2080RDB boards revisions D and up have updated 10G Aquantia PHYs connected to MAC1 and MAC2. The second Aquantia PHY is located at a different address on the MDIO bus compared to rev C (0x8 instead of 0x1). Fix-up the Linux device tree to update the PHY address for the second Aquantia PHY on boards revisions D and up. Also rename the PHY node to reflect the changes. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/t208xrdb/t208xrdb.h')
-rw-r--r--board/freescale/t208xrdb/t208xrdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t208xrdb/t208xrdb.h b/board/freescale/t208xrdb/t208xrdb.h
index cd0a9f44da..edbc860c9d 100644
--- a/board/freescale/t208xrdb/t208xrdb.h
+++ b/board/freescale/t208xrdb/t208xrdb.h
@@ -10,5 +10,6 @@
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, struct bd_info *bd);
void fdt_fixup_board_fman_ethernet(void *blob);
+void fdt_fixup_board_phy(void *blob);
#endif