commit | e4387bd827e720a47693cdd42037d0332552e7a1 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Sep 25 17:45:32 2019 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Oct 25 17:20:44 2019 +0200 |
tree | c2b4e9bd24f9beb1ebfa03e84680eec21a34016a | |
parent | 065e7dd493c03708aef2e8a29b048f101b36c2ac [diff] |
net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy reset This patch removes hardcoded gpio settings as they have been replaced by pinctrl in dts, and also replaces regmap-based phy reset with a more generic reset controller. Reviewed-by: Stefan Roese <sr@denx.de>