From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C77FAC433EF for ; Mon, 6 Jun 2022 12:54:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237927AbiFFMy1 (ORCPT ); Mon, 6 Jun 2022 08:54:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237831AbiFFMyZ (ORCPT ); Mon, 6 Jun 2022 08:54:25 -0400 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63BB42528F for ; Mon, 6 Jun 2022 05:54:24 -0700 (PDT) Received: by mail-ej1-x62a.google.com with SMTP id n10so28791433ejk.5 for ; Mon, 06 Jun 2022 05:54:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=zSWtlPJP36ORYOSSEGdXjiEBg41sfQK7fjIGlhhOsv4=; b=ohH7X4O4gfbSAOd4Lxe/JDB2Yg4fnSaAo6bBsnNdlicr8huPh8WTvgc6hdHfL50WvH wVUGSLm9xAb8s1RzQqdeyLh+0R8rCX+bNlGSEUVryCEgqwZxvpUkN/sHsZot64pVzUSr +G5szJr7atoS0Z52yWU8ikh1n3KcKJvkaBbUG62CyI7NI8lOUjjI5FB6Wr9ck6d9Mv2R 9s3VfJN0N73dACy7RVZ807jdv67u4GczFiLGHXmxnXDn2FRXV46DsP8Z0obZWNahrKEw AYP3p/d5bqKtGEANvK0DKqc8YRlwEfFqpXFqDeDDMy9YQ64CjPtfyp4myp967aj/IxBm j3+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=zSWtlPJP36ORYOSSEGdXjiEBg41sfQK7fjIGlhhOsv4=; b=4FjyESTlQzMVxJ/YqskjVG2eSql1oGJ8Y/l9BVe/btqyQ97yVah+xwASvDU676FyUX IRDRCUuaV7f9EArXF9rKj4eWaO1fxNRYrYYd3n4vZ+CJIvNE0ImUE9aXaKcefqBtY+Yv hNdi0u0gq7nZe4fVpa6rwBBkvi+8nQJrgQmDlqrRQuGx1m/XQtlHxrmdjml5ogQwC62l hVg7v0KMBC5tR8m695M7nfZCHLqcNFnrbD9OThIvB2GSBiGJc9ym4KFXHkJ3qRL3D7/m vAcrJgVIPmFlzKiTofFIyMYi0cwteGOvfawvBePhhUMup0cyJVksxrEP+lnRcWLxxANp AqLQ== X-Gm-Message-State: AOAM532aRfthO+EqU68pUP3Aw+k9KlqP0YsRkyzc7I1p/g7bXvxV4XTT LaMNfK4t/3TBUh6zpbg98ODZBg== X-Google-Smtp-Source: ABdhPJyPPzcXaQmBcA/vX+SWRT3t+CpQ+4vwiWmzsqQBRttf3RbMfRiW4DKpHFbPTsiZVUQvVzaL4Q== X-Received: by 2002:a17:907:2cc4:b0:6fe:2100:de21 with SMTP id hg4-20020a1709072cc400b006fe2100de21mr21217971ejc.462.1654520062876; Mon, 06 Jun 2022 05:54:22 -0700 (PDT) Received: from [192.168.0.181] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id h4-20020a17090791c400b007109b15c109sm3119325ejz.66.2022.06.06.05.54.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Jun 2022 05:54:22 -0700 (PDT) Message-ID: Date: Mon, 6 Jun 2022 14:54:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v2 RESEND] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1 Content-Language: en-US To: =?UTF-8?Q?Jonathan_Neusch=c3=a4fer?= , openbmc@lists.ozlabs.org Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220606123529.1738542-1-j.neuschaefer@gmx.net> From: Krzysztof Kozlowski In-Reply-To: <20220606123529.1738542-1-j.neuschaefer@gmx.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 06/06/2022 14:35, Jonathan Neuschäfer wrote: > Without these, /chosen/stdout-path = "serial0:115200n8", as done in > nuvoton-wpcm450-supermicro-x9sci-ln4f.dts, does not work. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - mention WPCM450 in the summary > --- > arch/arm/boot/dts/nuvoton-wpcm450.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi > index 93595850a4c3c..57943bf5aa4a9 100644 > --- a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi > +++ b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi > @@ -17,6 +17,8 @@ aliases { > gpio5 = &gpio5; > gpio6 = &gpio6; > gpio7 = &gpio7; > + serial0 = &serial0; > + serial1 = &serial1; Serial aliases might be wired differently per board, so this should go to board DTS instead. Best regards, Krzysztof