diff options
| author | Tom Rini <[email protected]> | 2022-08-17 12:10:34 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-17 12:10:34 -0400 |
| commit | 1ea6966687e51cee6e273d170ba391dfe7d7f765 (patch) | |
| tree | 655abd75a777a938e5156a97d8a1b9adc3d58ffb /include | |
| parent | 20d4c6052fe5826b3421e86b2f0e76a6c22581a7 (diff) | |
| parent | dfea459f20133c89d666f3778e551b50c7e966f0 (diff) | |
Merge tag 'fsl-qoriq-2022-8-17' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Enable SPL authentication for ls1021atwr
Fdt fixups for ls1043ardb v7.0 board
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1043ardb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index d36b2c7e557..ff5da5d2754 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015 Freescale Semiconductor + * Copyright 2022 NXP */ #ifndef __LS1043ARDB_H__ @@ -206,7 +207,9 @@ #define QSGMII_PORT3_PHY_ADDR 0x6 #define QSGMII_PORT4_PHY_ADDR 0x7 -#define FM1_10GEC1_PHY_ADDR 0x1 +/* The AQR PHY model and MDIO address differ between board revisions */ +#define FM1_10GEC1_PHY_ADDR 0x1 /* AQR105 on boards up to v6.0 */ +#define AQR113C_PHY_ADDR 0x8 /* AQR113C on boards v7.0 and up */ #endif #endif |
