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 204CAC433F5 for ; Tue, 24 May 2022 12:10:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237187AbiEXMK1 (ORCPT ); Tue, 24 May 2022 08:10:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233396AbiEXMK0 (ORCPT ); Tue, 24 May 2022 08:10:26 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 582C568FAA for ; Tue, 24 May 2022 05:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1653394225; x=1684930225; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PfmB9hEUx2CjDIiO5rF0JMaOGwrL95sGWUUs2zyUTJI=; b=Eh5BrM7ZfaqmHYzR2Z8LUQZTI1gg88JC2QK16RLN4r/7zwbQ+8vaFg4G vNBNL3h2B1eqTWDE3vLU8saCxlYEJ+5eYv8hU8fHcTh+H1YnffoAWgkQ1 psoLisCMFjBSv43qYjli46T/OaWl6w4VRMKqEZ2GLIsnihntQ8m36Qf+x k=; Received: from ironmsg-lv-alpha.qualcomm.com ([10.47.202.13]) by alexa-out.qualcomm.com with ESMTP; 24 May 2022 05:10:25 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg-lv-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 05:10:24 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 24 May 2022 05:10:24 -0700 Received: from quicinc.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 24 May 2022 05:10:23 -0700 Date: Tue, 24 May 2022 13:02:46 +0100 From: Graeme Gregory To: Krzysztof Kozlowski CC: Jae Hyun Yoo , Arnd Bergmann , Olof Johansson , Rob Herring , "Krzysztof Kozlowski" , Joel Stanley , Andrew Jeffery , Jamie Iles , , , Subject: Re: [PATCH -next] ARM: dts: aspeed: nuvia: rename vendor nuvia to qcom Message-ID: <20220524120246.vbk6r5ltopj7ciem@ggregory-linuxws> References: <20220523175640.60155-1-quic_jaehyoo@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 24, 2022 at 11:53:17AM +0200, Krzysztof Kozlowski wrote: > On 23/05/2022 19:56, Jae Hyun Yoo wrote: > > Nuvia has been acquired by Qualcomm and the vendor name 'nuvia' will > > not be used anymore so rename aspeed-bmc-nuvia-dc-scm.dts to > > aspeed-bmc-qcom-dc-scm-v1.dts and change 'nuvia' to 'qcom' as its vendor > > name in the file. > > And all users of this DTB now have to update their bootloaders, scripts, > installation methods. We did not rename FSL or Marvell boards, so > neither should be renamed this one. > This board does not exist to the public yet! That makes all users limited to those on Cc: with quicinc emails! Graeme > > > > Signed-off-by: Jae Hyun Yoo > > --- > > arch/arm/boot/dts/Makefile | 2 +- > > ...eed-bmc-nuvia-dc-scm.dts => aspeed-bmc-qcom-dc-scm-v1.dts} | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > rename arch/arm/boot/dts/{aspeed-bmc-nuvia-dc-scm.dts => aspeed-bmc-qcom-dc-scm-v1.dts} (97%) > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 03f5b3a15415..2a3c95387613 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -1584,7 +1584,6 @@ 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 \ > > @@ -1597,6 +1596,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ > > aspeed-bmc-opp-witherspoon.dtb \ > > aspeed-bmc-opp-zaius.dtb \ > > aspeed-bmc-portwell-neptune.dtb \ > > + aspeed-bmc-qcom-dc-scm-v1.dtb \ > > aspeed-bmc-quanta-q71l.dtb \ > > aspeed-bmc-quanta-s6q.dtb \ > > aspeed-bmc-supermicro-x11spi.dtb \ > > diff --git a/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts b/arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > similarity index 97% > > rename from arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > > rename to arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > index f4a97cfb0f23..259ef3f54c5c 100644 > > --- a/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > > +++ b/arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > @@ -6,8 +6,8 @@ > > #include "aspeed-g6.dtsi" > > > > / { > > - model = "Nuvia DC-SCM BMC"; > > - compatible = "nuvia,dc-scm-bmc", "aspeed,ast2600"; > > + model = "Qualcomm DC-SCM V1 BMC"; > > + compatible = "qcom,dc-scm-v1-bmc", "aspeed,ast2600"; > > > You need also change bindings. > > > Best regards, > Krzysztof 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BEE4EC433F5 for ; Tue, 24 May 2022 12:11:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CZFpnO3KcfUlIzx4sE7kvbuSDS8fCtEemU9ltpGdnLg=; b=kcf/2g6YY/RcMq bH3+94yIAnR1zLoHuWTRP8VpnGwSjre/f7XhGeWg3Z4FPsZLYxOlAwNs1a5dIU+8ihblNaIZsaNoJ Vkcl2eJCABLMrLvUDQCjmrl6MGwhAHOJ9u1etOKLmQak9HcIBYs/d6XrDiOcRH9yGidPJwSL+z8vs St110RzE83MOSlDZch28qrp63sM3c7MOrOYFvIwfjSiVuAwMHFQ6UrYYvKSxMWe+LM6/bclQbBrlV TqwgsOGjNyz6+z4W8KLOnpEqJE4fmWiVZ/2SilTvmrC3/0D9NWZ4u56V8H5iTG2V25zXOc/dwH5kX OzoCAUSdfajG7FAPYZUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntTMx-007voz-P0; Tue, 24 May 2022 12:10:35 +0000 Received: from alexa-out.qualcomm.com ([129.46.98.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntTMt-007vmu-Es for linux-arm-kernel@lists.infradead.org; Tue, 24 May 2022 12:10:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1653394232; x=1684930232; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PfmB9hEUx2CjDIiO5rF0JMaOGwrL95sGWUUs2zyUTJI=; b=hy1+mrL4Bub6rOfJs91evXhwt2I6iLgx1nTNPfgXh/rlILWlSI+K6Jkh wGMXkdEvehwyYZoPejHLBNy0knyES3JGzk4+qLCUppH/Hp7OkRJ9XJk9x FXBEZ1+onvnQYhGZ0OjwF6a2xwBBrVCa5ILnYyubUpxjlPo/dlWAZooNP E=; Received: from ironmsg-lv-alpha.qualcomm.com ([10.47.202.13]) by alexa-out.qualcomm.com with ESMTP; 24 May 2022 05:10:25 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg-lv-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 05:10:24 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 24 May 2022 05:10:24 -0700 Received: from quicinc.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 24 May 2022 05:10:23 -0700 Date: Tue, 24 May 2022 13:02:46 +0100 From: Graeme Gregory To: Krzysztof Kozlowski CC: Jae Hyun Yoo , Arnd Bergmann , Olof Johansson , Rob Herring , "Krzysztof Kozlowski" , Joel Stanley , Andrew Jeffery , Jamie Iles , , , Subject: Re: [PATCH -next] ARM: dts: aspeed: nuvia: rename vendor nuvia to qcom Message-ID: <20220524120246.vbk6r5ltopj7ciem@ggregory-linuxws> References: <20220523175640.60155-1-quic_jaehyoo@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220524_051031_573849_26A3F543 X-CRM114-Status: GOOD ( 23.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 24, 2022 at 11:53:17AM +0200, Krzysztof Kozlowski wrote: > On 23/05/2022 19:56, Jae Hyun Yoo wrote: > > Nuvia has been acquired by Qualcomm and the vendor name 'nuvia' will > > not be used anymore so rename aspeed-bmc-nuvia-dc-scm.dts to > > aspeed-bmc-qcom-dc-scm-v1.dts and change 'nuvia' to 'qcom' as its vendor > > name in the file. > > And all users of this DTB now have to update their bootloaders, scripts, > installation methods. We did not rename FSL or Marvell boards, so > neither should be renamed this one. > This board does not exist to the public yet! That makes all users limited to those on Cc: with quicinc emails! Graeme > > > > Signed-off-by: Jae Hyun Yoo > > --- > > arch/arm/boot/dts/Makefile | 2 +- > > ...eed-bmc-nuvia-dc-scm.dts => aspeed-bmc-qcom-dc-scm-v1.dts} | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > rename arch/arm/boot/dts/{aspeed-bmc-nuvia-dc-scm.dts => aspeed-bmc-qcom-dc-scm-v1.dts} (97%) > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 03f5b3a15415..2a3c95387613 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -1584,7 +1584,6 @@ 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 \ > > @@ -1597,6 +1596,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ > > aspeed-bmc-opp-witherspoon.dtb \ > > aspeed-bmc-opp-zaius.dtb \ > > aspeed-bmc-portwell-neptune.dtb \ > > + aspeed-bmc-qcom-dc-scm-v1.dtb \ > > aspeed-bmc-quanta-q71l.dtb \ > > aspeed-bmc-quanta-s6q.dtb \ > > aspeed-bmc-supermicro-x11spi.dtb \ > > diff --git a/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts b/arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > similarity index 97% > > rename from arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > > rename to arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > index f4a97cfb0f23..259ef3f54c5c 100644 > > --- a/arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts > > +++ b/arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts > > @@ -6,8 +6,8 @@ > > #include "aspeed-g6.dtsi" > > > > / { > > - model = "Nuvia DC-SCM BMC"; > > - compatible = "nuvia,dc-scm-bmc", "aspeed,ast2600"; > > + model = "Qualcomm DC-SCM V1 BMC"; > > + compatible = "qcom,dc-scm-v1-bmc", "aspeed,ast2600"; > > > You need also change bindings. > > > Best regards, > Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel