From patchwork Wed Feb 18 20:07:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jorge Ramirez-Ortiz X-Patchwork-Id: 5847591 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AA66F9F36A for ; Wed, 18 Feb 2015 20:11:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F03FA2021F for ; Wed, 18 Feb 2015 20:11:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9583D20149 for ; Wed, 18 Feb 2015 20:11:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOAvm-0004KC-4v; Wed, 18 Feb 2015 20:09:10 +0000 Received: from mail-ie0-f176.google.com ([209.85.223.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOAvg-0004FJ-Rl for linux-arm-kernel@lists.infradead.org; Wed, 18 Feb 2015 20:09:05 +0000 Received: by iecrp18 with SMTP id rp18so4170478iec.9 for ; Wed, 18 Feb 2015 12:08:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=zGq+4RpOSDeGUw+6hMre0IK/xtCzFaTvdgF1L0rf2uU=; b=bZyAvx7a6Sw2XDfhZP/T73J3tLjD2JNnsflfBmvW/b1kpoxqJ+0Z6Urgpacm/8nEtd g3AKJrLGUhT169cSEQLlojFouM9D5p5lr65TvQJ5AUUO5e3CqSJJWgal6NXFPKGM36Tg /zyKUC+j7zZRrT+lBJDymu2CdrB0F3/WB205gC8uPgm6cASVjoQ7JzGFlfUJqhwgmTeF W9CLBdWpK/dldIoll4lX7xZW5eG6zsa9VlyM1kxBGJLj8X3PV2vpA7e/qvun+hShZVRV EaiLRLduAFuKO9cXIZ+aK7tIJ5rjZB5YeFig3Mh0DRjDVURvsa29yqXA/3pS7VWDNIZF hQKg== X-Gm-Message-State: ALoCoQmXOiI7PQNRqUv6AOTdc5fBfSf0yeNGs9qFJl7M5myxO5yN/TlUWDpm5Ry0hncNrq51R92e X-Received: by 10.50.61.238 with SMTP id t14mr2594030igr.34.1424290123681; Wed, 18 Feb 2015 12:08:43 -0800 (PST) Received: from localhost.localdomain (cpe-67-247-86-207.rochester.res.rr.com. [67.247.86.207]) by mx.google.com with ESMTPSA id n17sm12726931igi.2.2015.02.18.12.08.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Feb 2015 12:08:43 -0800 (PST) From: Jorge Ramirez-Ortiz To: jorge.ramirez-ortiz@linaro.org, devicetree@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] Documentation: bindings: add optional fifo size property to AMBA UARTs Date: Wed, 18 Feb 2015 15:07:48 -0500 Message-Id: <1424290069-8760-2-git-send-email-jorge.ramirez-ortiz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424290069-8760-1-git-send-email-jorge.ramirez-ortiz@linaro.org> References: <1424290069-8760-1-git-send-email-jorge.ramirez-ortiz@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150218_120904_947406_0A3D23EA X-CRM114-Status: UNSURE ( 8.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Jorge Ramirez-Ortiz Acked-by: Rob Herring --- Documentation/devicetree/bindings/serial/pl011.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/pl011.txt b/Documentation/devicetree/bindings/serial/pl011.txt index 5d2e840..05d1adb 100644 --- a/Documentation/devicetree/bindings/serial/pl011.txt +++ b/Documentation/devicetree/bindings/serial/pl011.txt @@ -13,5 +13,6 @@ Optional properties: - dmas: When present, may have one or two dma channels. The first one must be named "rx", the second one must be named "tx". +- fifo-size: When present, must have the fifo size. See also bindings/arm/primecell.txt