commit | ad778a3f47ef2fd18afb7f3a3c0ab8bf49e34c50 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri Mar 29 12:18:07 2024 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Mar 30 15:12:13 2024 -0300 |
tree | 0161668f2ac8d3871afa4517fa4abb7c7c8fe5fb | |
parent | 57ca81f286843da40c47a2f98895989622dfcb00 [diff] |
arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2 The imx287 based XEA board's revision 2 uses GPIO_3_21 for PHY reset It is safe to keep the GPIO_2_13 as well, as in the SPL SPI1 is not used for transmission. This simplifies the code, as the proper configuration is performed either in falcon boot's read DTB or in u-boot proper (with correct FIT configuration chosen). Signed-off-by: Lukasz Majewski <lukma@denx.de>