mbox series

[v2,0/2] DP83822 and DP83TC811 Fixes

Message ID 20200110200357.26232-1-dmurphy@ti.com
Headers show
Series DP83822 and DP83TC811 Fixes | expand

Message

Dan Murphy Jan. 10, 2020, 8:03 p.m. UTC
Hello

Two fixes on net/phy/Kconfig for the TI ethernet PHYs.
First fixed the typo in the Kconfig for the DP83TC811 where it incorretly stated
that the support was for a DP83TC822 which does not exist.

Second fix was to update the DP83822 Kconfig entry to indicate support for the
DP83825 devices in the description and the prompt.

Dan

Dan Murphy (2):
  net: phy: DP83TC811: Fix typo in Kconfig
  net: phy: DP83822: Update Kconfig with DP83825I support

 drivers/net/phy/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

David Miller Jan. 11, 2020, 7:33 a.m. UTC | #1
From: Dan Murphy <dmurphy@ti.com>
Date: Fri, 10 Jan 2020 14:03:55 -0600

> Two fixes on net/phy/Kconfig for the TI ethernet PHYs.
> First fixed the typo in the Kconfig for the DP83TC811 where it incorretly stated
> that the support was for a DP83TC822 which does not exist.
> 
> Second fix was to update the DP83822 Kconfig entry to indicate support for the
> DP83825 devices in the description and the prompt.

Series applied, thanks.