Re: [PATCH v5 2/3] arm: dts: add Nuvoton NPCM750 device tree

From: Rob Herring
Date: Mon Sep 18 2017 - 16:38:01 EST


On Mon, Sep 18, 2017 at 2:46 PM, Rob Herring <robh@xxxxxxxxxx> wrote:
> On Fri, Sep 08, 2017 at 06:53:07PM -0700, Brendan Higgins wrote:
>> Add a common device tree for all Nuvoton NPCM750 BMCs and a board
>> specific device tree for the NPCM750 (Poleg) evaluation board.

[...]

>> +/ {
>> + model = "Nuvoton npcm750 Development Board (Device Tree)";
>> + compatible = "nuvoton,npcm750";
>> +
>> + chosen {
>> + stdout-path = &serial3;
>
> stdout-path is a path string, not a phandle.

Sorry, it's Monday and my brain is not working. This is fine.

Rob