From feede8b07013b33fca8dd2a916b3ac86bf4d4c0a Mon Sep 17 00:00:00 2001 From: Andy Fleming Date: Fri, 5 Dec 2008 20:10:22 -0600 Subject: Fixup SGMII PHY ids in the device tree The device tree's PHY addresses need to be fixed up if we're using the SGMII Riser Card. The 8572, 8536, and 8544 DS boards were modified to call this function. Code idea taken from Liu Yu Signed-off-by: Andy Fleming --- board/freescale/mpc8544ds/mpc8544ds.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/freescale/mpc8544ds') diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c index 7ff5a9bb832..13760db78da 100644 --- a/board/freescale/mpc8544ds/mpc8544ds.c +++ b/board/freescale/mpc8544ds/mpc8544ds.c @@ -497,5 +497,8 @@ void ft_board_setup(void *blob, bd_t *bd) #ifdef CONFIG_PCIE3 ft_fsl_pci_setup(blob, "pci3", &pcie2_hose); #endif +#ifdef CONFIG_FSL_SGMII_RISER + fsl_sgmii_riser_fdt_fixup(blob); +#endif } #endif -- cgit v1.2.3