Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753294AbcJDGSD (ORCPT ); Tue, 4 Oct 2016 02:18:03 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33754 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150AbcJDGSB (ORCPT ); Tue, 4 Oct 2016 02:18:01 -0400 MIME-Version: 1.0 In-Reply-To: <1474574177-4984-5-git-send-email-tthayer@opensource.altera.com> References: <1474574177-4984-1-git-send-email-tthayer@opensource.altera.com> <1474574177-4984-5-git-send-email-tthayer@opensource.altera.com> From: Ley Foon Tan Date: Tue, 4 Oct 2016 14:17:58 +0800 X-Google-Sender-Auth: vZ3ofj322eil69ZwiN0LpKNqdXs Message-ID: Subject: Re: [PATCHv2 4/4] nios2: dts: 10m50: Add tx-threshold parameter To: tthayer@opensource.altera.com Cc: Greg KH , Rob Herring , Mark Rutland , jslaby@suse.com, Arnd Bergmann , peter@hurleysoftware.com, andriy.shevchenko@linux.intel.com, anton.wuerfel@fau.de, phillip.raffeck@fau.de, yegorslists@googlemail.com, matwey@sai.msu.ru, mail@maciej.szmigiero.name, peter.ujfalusi@ti.com, jonathanh@nvidia.com, dongsheng.wang@nxp.com, luis@debethencourt.com, "linux-kernel@vger.kernel.org" , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, tthayer.linux@gmail.com, "nios2-dev@lists.rocketboards.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 27 On Fri, Sep 23, 2016 at 3:56 AM, wrote: > From: Thor Thayer > > The tx-threshold parameter sets the TX FIFO low water threshold > trigger for the Altera 16550-FIFO32 soft IP. > > Signed-off-by: Thor Thayer > --- > v2 Change from tx-loadsz to tx-threshold > --- > arch/nios2/boot/dts/10m50_devboard.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts > index 3e411c6..f362b22 100755 > --- a/arch/nios2/boot/dts/10m50_devboard.dts > +++ b/arch/nios2/boot/dts/10m50_devboard.dts > @@ -83,6 +83,7 @@ > fifo-size = <32>; > reg-io-width = <4>; > reg-shift = <2>; > + tx-threshold = <16>; > }; > > sysid: sysid@18001528 { Acked-by: Ley Foon Tan