[PATCH v2 7/7] ARM: mvebu: Add Armada 385 Access Point Development Board support
Gregory CLEMENT
gregory.clement at free-electrons.com
Tue Jan 6 13:47:39 PST 2015
Hi Maxime,
[...]
> + spi-flash at 0 {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + compatible = "st,m25p128";
> + reg = <0>; /* Chip select 0 */
> + spi-max-frequency = <108000000>;
The SPI flahs used on the AP board is the same that the one used on the GP board:
M25P128-VMF6P and the maximum frequency it can handle is 50MHz.
[...]
> +
> + mdio at 72004 {
> + pinctrl-names = <&mdio_pins>;
> +
> + phy0: ethernet-phy at 0 {
Why don't you use the PHY address after the '@' ?
Here I expected something like
phy0: ethernet-phy at 1 {
> + reg = <1>;
> + };
> +
> + phy1: ethernet-phy at 1 {
and here:
phy0: ethernet-phy at 6 {
> + reg = <6>;
> + };
> +
> + phy2: ethernet-phy at 2 {
and here:
phy0: ethernet-phy at 4 {
> + reg = <4>;
> + };
> + };
Thanks,
Gregory
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
More information about the linux-arm-kernel
mailing list