devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yang Chen <yangchen.openbmc@gmail.com>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, joel@jms.id.au, andrew@codeconstruct.com.au,
	patrick@stwcx.xyz, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org
Cc: Jerry.Lin@quantatw.com, EasonChen1@quantatw.com,
	Leslie.Tong@quantatw.com, yangchen.openbmc@gmail.com
Subject: [PATCH 01/11] ARM: dts: aspeed: minerva: Revise the name of DTS
Date: Tue, 12 Dec 2023 15:51:50 +0800	[thread overview]
Message-ID: <20231212075200.983536-2-yangchen.openbmc@gmail.com> (raw)
In-Reply-To: <20231212075200.983536-1-yangchen.openbmc@gmail.com>

The project Minerva which is the platform used by Meta has two boards: the
Chassis Management Module (Minerva) and the Motherboard (Harma), so change
the DTS name to minerva here for CMM use.

Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com>
---
 arch/arm/boot/dts/aspeed/Makefile                               | 2 +-
 ...facebook-minerva-cmc.dts => aspeed-bmc-facebook-minerva.dts} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/arm/boot/dts/aspeed/{aspeed-bmc-facebook-minerva-cmc.dts => aspeed-bmc-facebook-minerva.dts} (99%)

diff --git a/arch/arm/boot/dts/aspeed/Makefile b/arch/arm/boot/dts/aspeed/Makefile
index d3ac20e316d0..b1da302dbcd6 100644
--- a/arch/arm/boot/dts/aspeed/Makefile
+++ b/arch/arm/boot/dts/aspeed/Makefile
@@ -19,7 +19,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \
 	aspeed-bmc-facebook-fuji.dtb \
 	aspeed-bmc-facebook-galaxy100.dtb \
 	aspeed-bmc-facebook-greatlakes.dtb \
-	aspeed-bmc-facebook-minerva-cmc.dtb \
+	aspeed-bmc-facebook-minerva.dtb \
 	aspeed-bmc-facebook-minipack.dtb \
 	aspeed-bmc-facebook-tiogapass.dtb \
 	aspeed-bmc-facebook-wedge40.dtb \
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva-cmc.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
similarity index 99%
rename from arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva-cmc.dts
rename to arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
index f04ef9063520..c755fb3258a4 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva-cmc.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
@@ -7,7 +7,7 @@
 #include <dt-bindings/i2c/i2c.h>
 
 / {
-	model = "Facebook Minerva CMC";
+	model = "Facebook Minerva CMM";
 	compatible = "facebook,minerva-cmc", "aspeed,ast2600";
 
 	aliases {
-- 
2.34.1


  reply	other threads:[~2023-12-12  7:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12  7:51 [PATCH 00/11] Modify DTS of META Minerva CMM BMC(AST2600) Yang Chen
2023-12-12  7:51 ` Yang Chen [this message]
2023-12-12  7:51 ` [PATCH 02/11] ARM: dts: aspeed: minerva: Modify mac3 setting Yang Chen
2023-12-12  7:51 ` [PATCH 03/11] ARM: dts: aspeed: minerva: Change sgpio use Yang Chen
2023-12-12  7:51 ` [PATCH 04/11] ARM: dts: aspeed: minerva: Enable power monitor device Yang Chen
2023-12-12  7:51 ` [PATCH 05/11] ARM: dts: aspeed: minerva: Add temperature sensor Yang Chen
2023-12-12  7:51 ` [PATCH 06/11] ARM: dts: aspeed: minerva: correct the address of eeprom Yang Chen
2023-12-12  7:51 ` [PATCH 07/11] ARM: dts: aspeed: minerva: add bus labels and aliases Yang Chen
2023-12-12  7:51 ` [PATCH 08/11] ARM: dts: aspeed: minerva: add fan rpm controller Yang Chen
2023-12-12  7:51 ` [PATCH 09/11] ARM: dts: aspeed: minerva: Add led-fan-fault gpio Yang Chen
2023-12-12  7:51 ` [PATCH 10/11] ARM: dts: aspeed: minerva: add gpio line name Yang Chen
2023-12-12  7:52 ` [PATCH 11/11] ARM: dts: aspeed: minerva: add sgpio " Yang Chen
2023-12-14  0:43 ` [PATCH 00/11] Modify DTS of META Minerva CMM BMC(AST2600) Joel Stanley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231212075200.983536-2-yangchen.openbmc@gmail.com \
    --to=yangchen.openbmc@gmail.com \
    --cc=EasonChen1@quantatw.com \
    --cc=Jerry.Lin@quantatw.com \
    --cc=Leslie.Tong@quantatw.com \
    --cc=andrew@codeconstruct.com.au \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patrick@stwcx.xyz \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).