From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Li Subject: [PATCH 2/2 net-next] doc: dt: fsl: fec: add napi optional properties Date: Wed, 23 Jan 2013 12:12:19 +0800 Message-ID: <1358914339-3804-1-git-send-email-Frank.Li@freescale.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , Frank Li To: , , , , , , Return-path: Received: from co9ehsobe003.messaging.microsoft.com ([207.46.163.26]:21493 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329Ab3AWEug (ORCPT ); Tue, 22 Jan 2013 23:50:36 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Frank Li --- Documentation/devicetree/bindings/net/fsl-fec.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index d536392..4a94090 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt @@ -15,6 +15,8 @@ Optional properties: only if property "phy-reset-gpios" is available. Missing the property will have the duration be 1 millisecond. Numbers greater than 1000 are invalid and 1 millisecond will be used instead. +- disable_napi : disable napi support +- napi_weight : napi weight number, default value is 64 Example: -- 1.7.1