Skip to content

Commit 7f05811

Browse files
Jae Hyun Yooarndb
Jae Hyun Yoo
authored andcommitted
ARM: dts: aspeed: nuvia: rename vendor nuvia to qcom
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. Fixes: 7b46aa7 ("ARM: dts: aspeed: Add Nuvia DC-SCM BMC") Signed-off-by: Jae Hyun Yoo <[email protected]> Signed-off-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 60192dd commit 7f05811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,6 @@ dtb-$(CONFIG_ARCH_ASPEED) += \
15861586
aspeed-bmc-lenovo-hr630.dtb \
15871587
aspeed-bmc-lenovo-hr855xg2.dtb \
15881588
aspeed-bmc-microsoft-olympus.dtb \
1589-
aspeed-bmc-nuvia-dc-scm.dtb \
15901589
aspeed-bmc-opp-lanyang.dtb \
15911590
aspeed-bmc-opp-mihawk.dtb \
15921591
aspeed-bmc-opp-mowgli.dtb \
@@ -1599,6 +1598,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \
15991598
aspeed-bmc-opp-witherspoon.dtb \
16001599
aspeed-bmc-opp-zaius.dtb \
16011600
aspeed-bmc-portwell-neptune.dtb \
1601+
aspeed-bmc-qcom-dc-scm-v1.dtb \
16021602
aspeed-bmc-quanta-q71l.dtb \
16031603
aspeed-bmc-quanta-s6q.dtb \
16041604
aspeed-bmc-supermicro-x11spi.dtb \

arch/arm/boot/dts/aspeed-bmc-nuvia-dc-scm.dts renamed to arch/arm/boot/dts/aspeed-bmc-qcom-dc-scm-v1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include "aspeed-g6.dtsi"
77

88
/ {
9-
model = "Nuvia DC-SCM BMC";
10-
compatible = "nuvia,dc-scm-bmc", "aspeed,ast2600";
9+
model = "Qualcomm DC-SCM V1 BMC";
10+
compatible = "qcom,dc-scm-v1-bmc", "aspeed,ast2600";
1111

1212
aliases {
1313
serial4 = &uart5;

0 commit comments

Comments
 (0)