]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2
authorLukasz Majewski <lukma@denx.de>
Fri, 29 Mar 2024 11:18:07 +0000 (12:18 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 30 Mar 2024 18:12:13 +0000 (15:12 -0300)
commit3603e64003c3743fa5bc4dbf2a50f898e972ba01
tree0161668f2ac8d3871afa4517fa4abb7c7c8fe5fb
parent5bc7bc60e9e63675e98514024a65a94bb97a4182
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>
board/liebherr/xea/spl_xea.c