diff options
| author | Biju Das <[email protected]> | 2020-09-22 07:51:41 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2020-09-26 17:25:44 +0200 |
| commit | 9275a963d448562a80213639c73e2dc34c6d1835 (patch) | |
| tree | f4a1d7ad4e2d280e2075bc9b13b99635cf49d388 | |
| parent | 3ee840cce45a9d70b13cdc3f14f6b46b481db817 (diff) | |
net: ravb: Remove writeext function call
The micrel phy driver is already configuring this values from
device tree. So remove the redundant phy configuration call from
this driver.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Lad Prabhakar <[email protected]>
| -rw-r--r-- | drivers/net/ravb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index 886f53ee827..98883cd15b4 100644 --- a/drivers/net/ravb.c +++ b/drivers/net/ravb.c @@ -438,8 +438,6 @@ static int ravb_config(struct udevice *dev) writel(mask, eth->iobase + RAVB_REG_ECMR); - phy->drv->writeext(phy, -1, 0x02, 0x08, (0x0f << 5) | 0x19); - return 0; } |
