[U-Boot] [PATCH] net: Add SMSC89128 support
Wolfgang Denk
wd at denx.de
Tue May 31 15:42:24 CEST 2011
Dear Phil Edworthy,
In message <1306848213-8190-1-git-send-email-phil.edworthy at renesas.com> you wrote:
>
> Signed-off-by: Phil Edworthy <phil.edworthy at renesas.com>
> Cc: Ben Warren <biggerbadderben at gmail.com>
> ---
> drivers/net/smc911x.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
> index 05e007c..467ec25 100644
> --- a/drivers/net/smc911x.h
> +++ b/drivers/net/smc911x.h
> @@ -395,6 +395,7 @@ static inline void smc911x_reg_write(struct eth_device *dev,
> #define CHIP_9218 0x118a
> #define CHIP_9220 0x9220
> #define CHIP_9221 0x9221
> +#define CHIP_89218 0x218a
>
> struct chip_id {
> u16 id;
> @@ -413,6 +414,7 @@ static const struct chip_id chip_ids[] = {
> { CHIP_9218, "LAN9218" },
> { CHIP_9220, "LAN9220" },
> { CHIP_9221, "LAN9221" },
> + { CHIP_89218, "LAN89218" },
> { 0, NULL },
> };
Can you please keep the lists sorted? Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The only solution is ... a balance of power. We arm our side with
exactly that much more. A balance of power -- the trickiest, most
difficult, dirtiest game of them all. But the only one that preserves
both sides.
-- Kirk, "A Private Little War", stardate 4211.8
More information about the U-Boot
mailing list