From: Rob Herring Date: Thu, 27 Mar 2014 13:07:01 +0000 (-0500) Subject: of/fdt: add FDT serial scanning for earlycon X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb11ffe74c794a510a29ad8cd81d4e9e3b1c9158;p=pandora-kernel.git of/fdt: add FDT serial scanning for earlycon This adds FDT parsing of {linux,}stdout-path to setup an early serial console. Enabling of the early console is triggered with "earlycon" (with no options) on the kernel command line. Platforms must either have fixmap permanent mapping support, have a functioning ioremap when early params are parsed, or explicitly call early_init_dt_scan_chosen_serial from architecture code. Signed-off-by: Rob Herring Acked-by: Grant Likely --- Reading git-diff-tree failed