[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YyzJe9+S83vByosb@lunn.ch>
Date: Thu, 22 Sep 2022 22:45:47 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Mauri Sandberg <maukka@....kapsi.fi>
Cc: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
arnd@...db.de, olof@...om.net, sebastian.hesselbarth@...il.com,
gregory.clement@...tlin.com, linux@...linux.org.uk,
pali@...nel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 2/3] ARM: dts: orion5x: Add D-Link DNS-323 Device Tree
> + chosen {
> + stdout-path = "serial0:115200n8";
> + bootargs = "console=ttyS0,115200n8 earlyprintk";
bootargs is generally not liked. Since you have stdout-path do you
need console=ttyS0,115200n8? earlyprintk should not be needed now you
have something which boots.
> +&mdio {
> + status = "okay";
> +
> + ethphy: ethernet-phy {
> + reg = <8>;
Since you have a reg value, this should be ethernet-phy@9
Andrew
Powered by blists - more mailing lists