K 10 svn:author V 3 ian K 8 svn:date V 27 2013-11-02T20:14:39.776111Z K 7 svn:log V 400 Arrange for uart_cpu_fdt's probe() routine to use the same table of compat strings as uart_bus_fdt's probe(). The bus code uses ofw_bus_search_compatible() and that's not an option in cpu (console) code -- it runs way before the ofw routines are usable. So the console probe has its own loop to search the table, but now at least there's only one table to be maintained when new devices are added. END