From: Sekhar Nori Date: Tue, 14 Jul 2015 08:02:06 +0000 (+0530) Subject: serial: 8250_omap: introduce "ti,am3352-uart" compatible property X-Git-Tag: omap-for-v4.3/fixes-merge-window~43^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcdff9bcabc135d72f69ed8723a14a9e514fe46;p=pandora-kernel.git serial: 8250_omap: introduce "ti,am3352-uart" compatible property Use of of_machine_is_compatible() for handling AM335x specific "DMA kick" quirk in 8250_omap driver makes it ugly to extend the quirk for other platforms. Instead use a new compatible. The new compatible will also make it easier to take care of other quirks on AM335x and like SoCs. In order to not break backward DTB compatibility for users of 8250_omap driver on AM335x based boards, existing use of of_machine_is_compatible() has not been removed. Signed-off-by: Sekhar Nori Acked-by: Tony Lindgren Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed