[PATCH] Changed gianfar device tree definition to make it more flexible
Sergei Shtylyov
sshtylyov at ru.mvista.com
Thu Nov 9 03:00:57 EST 2006
Hello.
Andy Fleming wrote:
> diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
> index 27b457c..bb1a402 100644
> --- a/Documentation/powerpc/booting-without-of.txt
> +++ b/Documentation/powerpc/booting-without-of.txt
> @@ -1193,6 +1193,7 @@ platforms are moved over to use the flat
>
> - device_type : Should be "network"
> - model : Model of the device. Can be "TSEC", "eTSEC", or "FEC"
> + (This is deprecated in favor of the feature bits)
> - compatible : Should be "gianfar"
> - reg : Offset and length of the register set for the device
> - mac-address : List of bytes representing the ethernet address of
> @@ -1206,6 +1207,30 @@ platforms are moved over to use the flat
> services interrupts for this device.
> - phy-handle : The phandle for the PHY connected to this ethernet
> controller.
> + - interface : The interface this ethernet is using. Current options are:
> + GMII, MII, RGMII, SGMII, TBI, RMII, and RTBI
> +
> + Optional properties (features):
> + - gigabit : Indicates support for 1000 Mbit operation
There's standard "supported-network-type" property listing supported
speeds/connectors already, why introduce another one?
WBR, Sergei
More information about the Linuxppc-dev
mailing list