[PATCH 2/3] ARM: mediatek: add dts for mt6592-evb

Arnd Bergmann arnd at arndb.de
Wed Oct 8 12:23:05 PDT 2014


On Wednesday 08 October 2014 17:36:26 Howard Chen wrote:
> +/ {
> +       model = "mt6592 evb";
> +       compatible = "mediatek,mt6592-evb", "mediatek,mt6592";
> +
> +       chosen {
> +               bootargs = "earlyprintk console=ttyS0,921600n8";
> +       };
> +

We're trying to get more people to use the DT earlyprintk method.
Can you move this into a stdout-path property instead of the
bootargs and make sure the driver supports it?

	Arnd



More information about the linux-arm-kernel mailing list