[PATCH 1/3] AT91: update at91_eth_data for ETX2-3 on PA10-11

Andrew Victor avictor.za at gmail.com
Mon Nov 30 15:36:54 EST 2009


hi Patrick,

> This patch update the at91_eth_data to handle the usage of PA10 and PA11
> for EMAC's EXT2 and EXT3 signals.

> @@ -83,6 +83,7 @@ struct at91_eth_data {
>        u32             phy_mask;
>        u8              phy_irq_pin;    /* PHY IRQ */
>        u8              is_rmii;        /* using RMII interface? */
> +       u8              use_twi_pins;   /* ETX2-ETX3 on PA23-PA24 */
>  };

The "at91_eth_data" structure is used on all AT91 processors with a
MACB peripheral (AT572D940HF, CAP9, 9620, 9263).
So this isn't really a nice cross-platform change.


Regards,
  Andrew Victor



More information about the linux-arm-kernel mailing list