summaryrefslogtreecommitdiff
path: root/configs/ls1043ardb_defconfig
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2022-07-28 14:25:08 +0300
committerPeng Fan <peng.fan@nxp.com>2022-08-02 14:55:26 +0800
commit20dab42d4bdfc63ba79b349fc60bc5d36554c489 (patch)
treee9d1a07beebfb320a1bb04ffde812f32b4f6c975 /configs/ls1043ardb_defconfig
parentbd049985e540ed0eef03bb93203d078f8a2b1594 (diff)
board: ls1043ardb: fdt fixups for revision v7.0 boards
The LS1043ARDB rev v7.0 board replaces the AQR105 PHY on MAC9 with an AQR113C PHY. The address of the PHY on the MDIO bus changes from 0x1 to 0x8. Enable CONFIG_OF_BOARD_FIXUP and update both u-boot and Linux device trees to reflect this change. Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Diffstat (limited to 'configs/ls1043ardb_defconfig')
-rw-r--r--configs/ls1043ardb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_defconfig b/configs/ls1043ardb_defconfig
index 94daa1f10ba..4812f59f227 100644
--- a/configs/ls1043ardb_defconfig
+++ b/configs/ls1043ardb_defconfig
@@ -12,6 +12,7 @@ CONFIG_SYS_I2C_MXC_I2C4=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb"
CONFIG_FSL_LS_PPA=y
+CONFIG_OF_BOARD_FIXUP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_REMAKE_ELF=y
CONFIG_MP=y