From dd910d98a2e240443db0090b0ae8a719a4a460f8 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 29 Aug 2013 08:44:01 +0200 Subject: [PATCH] tty: ar933x_uart: add device tree support and binding documentation Modify the probe routine to get the port line number from device tree if the 'of_node' is populated in the platform device. The driver can be built as module, thus add an OF specific module device table as well to support module auto loading. This makes it possible to use the driver for AR9330 UART devices specified in device tree. Cc: devicetree@vger.kernel.org Signed-off-by: Gabor Juhos Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed