[PATCH v2 7/7] ARM: mvebu: Add Armada 385 Access Point Development Board support
Maxime Ripard
maxime.ripard at free-electrons.com
Wed Jan 7 01:27:24 PST 2015
Hi,
On Tue, Jan 06, 2015 at 10:47:39PM +0100, Gregory CLEMENT wrote:
> > + 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.
Actually, the one on the AP is a M25P128-VMF6PB, that has a max
frequency of 54MHz, but yeah, the frequency is wrong.
> > +
> > + 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 {
Indeed.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150107/cd05791e/attachment.sig>
More information about the linux-arm-kernel
mailing list