From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc Date: Thu, 04 Sep 2014 17:03:51 +0400 Message-ID: <54086337.2050602@cogentembedded.com> References: <1409776486-1403-1-git-send-email-y> <54078488.68c1420a.3020.7c0dSMTPIN_ADDED_BROKEN@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54078488.68c1420a.3020.7c0dSMTPIN_ADDED_BROKEN@mx.google.com> Sender: netdev-owner@vger.kernel.org To: b38611@freescale.com, davem@davemloft.net, netdev@vger.kernel.org, lznuaa@gmail.com Cc: shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Frank Li List-Id: devicetree@vger.kernel.org Hello. [Resending since the previous message bounced from the FSL address...] On 9/4/2014 12:34 AM, y@shlinux1.ap.freescale.net wrote: > From: Frank Li > This patch update fec devicetree binding doc that add Optional > properties "fsl,num_tx_queues" and "fsl,num_rx_queues". > Signed-off-by: Fugang Duan > Signed-off-by: Frank Li > --- > Documentation/devicetree/bindings/net/fsl-fec.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt > index 8a2c7b5..4da148d 100644 > --- a/Documentation/devicetree/bindings/net/fsl-fec.txt > +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt > @@ -16,6 +16,12 @@ Optional properties: > - phy-handle : phandle to the PHY device connected to this device. > - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. > Use instead of phy-handle. > +- fsl,num_tx_queues : The property is valid for enet-avb IP, which supports > + hw multi queues. Should specify the tx queue number, otherwise set tx queue > + number to 1. > +- fsl,num_rx_queues : The property is valid for enet-avb IP, which supports > + hw multi queues. Should specify the rx queue number, otherwise set rx queue > + number to 1. Hyphens are preferred to underscores in the prop names. WBR, Sergei