From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Date: Fri, 25 Mar 2022 13:10:58 +0100 Subject: [PATCH v2] ARM: dts: aspeed: add Nuvia DC-SCM BMC In-Reply-To: <20220325010316.451471-1-quic_jaehyoo@quicinc.com> References: <20220325010316.451471-1-quic_jaehyoo@quicinc.com> Message-ID: <37768dc5-16ac-23ea-61a0-27f44e2fbd84@kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 25/03/2022 02:03, Jae Hyun Yoo wrote: > From: Graeme Gregory > > Add initial version of device tree for Nuvia DC-SCM BMC which is > equipped with Aspeed AST2600 BMC SoC. > > Signed-off-by: Graeme Gregory > Signed-off-by: Jae Hyun Yoo > --- > Changes in v2: > * Added a comment to explain 'rgmii' phy mode setting. (Andrew) > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts | 189 ++++++++++++++++++ > 2 files changed, 190 insertions(+) > create mode 100644 arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index 7c16f8a2b738..e63cd6ed0faa 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -1546,6 +1546,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ > aspeed-bmc-lenovo-hr630.dtb \ > aspeed-bmc-lenovo-hr855xg2.dtb \ > aspeed-bmc-microsoft-olympus.dtb \ > + aspeed-bmc-nuvia-dc-scm.dtb \ > aspeed-bmc-opp-lanyang.dtb \ > aspeed-bmc-opp-mihawk.dtb \ > aspeed-bmc-opp-mowgli.dtb \ > diff --git a/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts b/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > new file mode 100644 > index 000000000000..1984d545b66e > --- /dev/null > +++ b/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > @@ -0,0 +1,189 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +// Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. This does not look like DTS comment style (Only SPDX should be in //). > + > +/dts-v1/; > + > +#include "aspeed-g6.dtsi" > + > +/ { > + model = "Nuvia DC-SCM BMC"; > + compatible = "nuvia,dc-scm-bmc", "aspeed,ast2600"; > + > + aliases { > + serial4 = &uart5; > + }; > + > + chosen { > + bootargs = "console=ttyS4,115200n8"; You should use stdout path instead. Best regards, Krzysztof