On Mon, Sep 18, 2017 at 2:46 PM, Rob Herring <[email protected]> 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