Re: [PATCH v2 1/8] arm64: dts: db820c: add basic board support

From: Mark Rutland
Date: Wed Jun 22 2016 - 09:07:35 EST


On Tue, Jun 21, 2016 at 06:22:42PM +0100, Srinivas Kandagatla wrote:
> + chosen {
> + stdout-path = "serial0";
> + };

Please add the configuration (e.g. make this "serial0:115200n8"), as per
Documentation/devicetree/bindings/chosen.txt, so that we're not relying
on implicit defaults.

Otherwise this looks ok.

Thanks,
Mark.