From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 1/4] mv643xx_eth: add Device Tree bindings Date: Fri, 29 Mar 2013 19:25:30 +0100 Message-ID: <5155DC9A.6050806@openwrt.org> References: <1364580879-4297-1-git-send-email-florian@openwrt.org> <1364580879-4297-2-git-send-email-florian@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, thomas.petazzoni@free-electrons.com, jm@lentin.co.uk, moinejf@free.fr, sebastian.hesselbarth@gmail.com, buytenh@wantstofly.org, andrew@lunn.ch, jason@lakedaemon.net, grant.likely@secretlab.ca, rob.herring@calxeda.com To: Florian Fainelli Return-path: Received: from mail-wg0-f50.google.com ([74.125.82.50]:39021 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756164Ab3C2SZp (ORCPT ); Fri, 29 Mar 2013 14:25:45 -0400 Received: by mail-wg0-f50.google.com with SMTP id k13so643753wgh.5 for ; Fri, 29 Mar 2013 11:25:44 -0700 (PDT) In-Reply-To: <1364580879-4297-2-git-send-email-florian@openwrt.org> Sender: netdev-owner@vger.kernel.org List-ID: Le 03/29/13 19:14, Florian Fainelli a =C3=A9crit : > This patch adds Device Tree bindings following the already defined > bindings at Documentation/devicetree/bindings/marvell.txt. The bindin= g > documentation is also enhanced with new optionnal properties required > for supporting certain devices (RX/TX queue and SRAM). Since we now h= ave > proper support for the orion MDIO bus driver, there is no need to fid= dle > around with device tree phandles. > > Signed-off-by: Florian Fainelli > --- [snip] > > - return 0; > + return of_platform_bus_probe(np, mv643xx_eth_match, &pdev->dev); This breaks on non-OF builds, I will wait for more comments to show up=20 and fix this in the next round. -- =46lorian