]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: ventana: remove phy gpio reset from dt
authorTim Harvey <tharvey@gateworks.com>
Wed, 29 Sep 2021 22:04:18 +0000 (15:04 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
commit54347344ce47005848333f953f401cd0c6f691f3
tree98185287f62cc986168cee9cb2013f53eb14219b
parent4ecaeb6c0ffc6fd2c7577eafd3efc176b9364818
imx: ventana: remove phy gpio reset from dt

We configure network phy configuration for internal delay, LED config,
and clock config. If we leave the phy reset gpio defined in dt the
kernel may issue a reset to the phy and break these configs. While some
may be handled by a kernel phy driver, others may not (typically LED
config).

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c