summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChristophe Parant <c.parant@phytec.fr>2025-12-10 13:16:01 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2026-03-06 12:37:35 +0300
commit0c212fb9f58f36c0a7a080fa8d86fecd0016f50e (patch)
tree9d28215725ecf2af3ffa36e8cf27380e7edca475 /arch
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
downloadlinux-0c212fb9f58f36c0a7a080fa8d86fecd0016f50e.tar.xz
ARM: dts: stm32: phycore-stm32mp15: Rename device tree files
Rename "stm32mp157c-phycore-*" device tree for the following reasons: - The name of the dts should match to the phyBOARD name and not the name of the SoM ("phycore-stm32mp1-3" was initialy coming from the name of the yocto machine from meta-phytec). - PHYTEC manages different SoM configurations with different STM32MP15x SoC versions, so common dtsi files starting with "stm32mp15xx-*" should be used (as it is done for ST boards for example). - Add "-rdk" as suffix (for "Rapid Development Kit") to match our others phytec boards dts names (imx6, imx6ul,..). - "model" property is updated to introduce the name "phyBOARD-Sargas". Signed-off-by: Christophe Parant <c.parant@phytec.fr> Link: https://lore.kernel.org/r/20251210101611.27008-2-c.parant@phytec.fr Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/st/Makefile2
-rw-r--r--arch/arm/boot/dts/st/stm32mp157c-phyboard-sargas-rdk.dts (renamed from arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp1-3.dts)4
-rw-r--r--arch/arm/boot/dts/st/stm32mp15xx-phyboard-sargas.dtsi (renamed from arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi)3
3 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/st/Makefile b/arch/arm/boot/dts/st/Makefile
index e906bf6ba004..8e0aee7497f0 100644
--- a/arch/arm/boot/dts/st/Makefile
+++ b/arch/arm/boot/dts/st/Makefile
@@ -69,7 +69,7 @@ dtb-$(CONFIG_ARCH_STM32) += \
stm32mp157c-lxa-tac-gen2.dtb \
stm32mp157c-odyssey.dtb \
stm32mp157c-osd32mp1-red.dtb \
- stm32mp157c-phycore-stm32mp1-3.dtb \
+ stm32mp157c-phyboard-sargas-rdk.dtb \
stm32mp157c-ultra-fly-sbc.dtb \
stm32mp157f-dk2.dtb
dtb-$(CONFIG_ARCH_U8500) += \
diff --git a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp1-3.dts b/arch/arm/boot/dts/st/stm32mp157c-phyboard-sargas-rdk.dts
index 28d7203264ce..26995eb2a619 100644
--- a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp1-3.dts
+++ b/arch/arm/boot/dts/st/stm32mp157c-phyboard-sargas-rdk.dts
@@ -10,10 +10,10 @@
#include "stm32mp157.dtsi"
#include "stm32mp15xc.dtsi"
#include "stm32mp15xxac-pinctrl.dtsi"
-#include "stm32mp157c-phycore-stm32mp15-som.dtsi"
+#include "stm32mp15xx-phyboard-sargas.dtsi"
/ {
- model = "PHYTEC phyCORE-STM32MP1-3 Dev Board";
+ model = "PHYTEC phyBOARD-Sargas STM32MP157C";
compatible = "phytec,phycore-stm32mp1-3",
"phytec,phycore-stm32mp157c-som", "st,stm32mp157";
diff --git a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi b/arch/arm/boot/dts/st/stm32mp15xx-phyboard-sargas.dtsi
index 370b2afbf15b..0d87c7254d20 100644
--- a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp15xx-phyboard-sargas.dtsi
@@ -16,9 +16,6 @@
#include "stm32mp15-pinctrl.dtsi"
/ {
- model = "PHYTEC phyCORE-STM32MP15 SOM";
- compatible = "phytec,phycore-stm32mp157c-som", "st,stm32mp157";
-
aliases {
ethernet0 = &ethernet0;
rtc0 = &i2c4_rtc;