diff options
author | Camelia Groza | 2022-07-28 17:28:11 +0300 |
---|---|---|
committer | Peng Fan | 2022-08-16 17:07:33 +0800 |
commit | dfea459f20133c89d666f3778e551b50c7e966f0 (patch) | |
tree | 655abd75a777a938e5156a97d8a1b9adc3d58ffb /configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | |
parent | 47465877a5b9d6dbc3a068faf24551e2cb3a4911 (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_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig index 3aafd103df3..1adf26547bb 100644 --- a/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig @@ -14,6 +14,7 @@ CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb" CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y +CONFIG_OF_BOARD_FIXUP=y CONFIG_NXP_ESBC=y CONFIG_LAYERSCAPE_NS_ACCESS=y CONFIG_PCIE1=y |