From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Ramirez-Ortiz 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> References: <1424290069-8760-1-git-send-email-jorge.ramirez-ortiz@linaro.org> Return-path: In-Reply-To: <1424290069-8760-1-git-send-email-jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Signed-off-by: Jorge Ramirez-Ortiz --- 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 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html