From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Fritz Subject: [PATCH 1/2] doc: DT: add generic serial property to disable DSR Date: Tue, 22 Nov 2016 18:14:10 +0100 Message-ID: <1479834851-32442-2-git-send-email-chf.fritz@googlemail.com> References: <1479834851-32442-1-git-send-email-chf.fritz@googlemail.com> Return-path: In-Reply-To: <1479834851-32442-1-git-send-email-chf.fritz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Jiri Slaby , Geert Uytterhoeven , Arnd Bergmann Cc: u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Introduce a generic serial property to disable DSR events which can be necessary for buggy hardware. Signed-off-by: Christoph Fritz --- Documentation/devicetree/bindings/serial/serial.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/serial.txt b/Documentation/devicetree/bindings/serial/serial.txt index fd970f7..26e274e 100644 --- a/Documentation/devicetree/bindings/serial/serial.txt +++ b/Documentation/devicetree/bindings/serial/serial.txt @@ -25,6 +25,8 @@ Optional properties: Note that this property is mutually-exclusive with "cts-gpios" and "rts-gpios" above. + - disable-dsr: The presence of this property disables DSR events reporting. + Examples: -- 2.1.4 -- 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