commit | 7ad148a5c38ed91e26b7c5fdd9369d53481d19d5 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Wed Sep 29 15:04:18 2021 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 07 16:53:50 2021 +0200 |
tree | 98185287f62cc986168cee9cb2013f53eb14219b | |
parent | 327ffa52c691f6694c780c24d762bfd2ae8a8e90 [diff] |
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>