[U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array
Ben Warren
biggerbadderben at gmail.com
Thu Jan 29 09:20:01 CET 2009
Stefan Roese wrote:
> Signed-off-by: Stefan Roese <sr at denx.de>
> ---
> drivers/net/smc911x.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
> index 648c94c..268a630 100644
> --- a/drivers/net/smc911x.c
> +++ b/drivers/net/smc911x.c
> @@ -381,6 +381,7 @@ void pkt_data_push(u32 addr, u32 val) \
> #define CHIP_9116 0x116
> #define CHIP_9117 0x117
> #define CHIP_9118 0x118
> +#define CHIP_9211 0x9211
> #define CHIP_9215 0x115a
> #define CHIP_9216 0x116a
> #define CHIP_9217 0x117a
> @@ -396,6 +397,7 @@ static const struct chip_id chip_ids[] = {
> { CHIP_9116, "LAN9116" },
> { CHIP_9117, "LAN9117" },
> { CHIP_9118, "LAN9118" },
> + { CHIP_9211, "LAN9211" },
> { CHIP_9215, "LAN9215" },
> { CHIP_9216, "LAN9216" },
> { CHIP_9217, "LAN9217" },
>
Applied to net repo.
thanks,
Ben
More information about the U-Boot
mailing list