summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-11-22 21:52:34 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-12-14 18:35:34 +0300
commitbfc3c6743de0ecb169026c36cbdbc0d12d22a528 (patch)
tree10ee9f3c785cb450b7b144ee68b0ccb6aa4898a2 /arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts
parenta55383dec6056928dc06ff9acd88f4f974dd1f9b (diff)
downloadlinux-bfc3c6743de0ecb169026c36cbdbc0d12d22a528.tar.xz
ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles
The binding erroneously decreed that the SCMI variants of the ST evaluation kits are compatible with the non-SCMI variants. This is not correct, as a kernel or bootloader compatible with the non-SCMI variant is not necessarily able to function, when direct access to resources is replaced by having to talk SCMI to the secure monitor. The binding has been adjusted to reflect thus, so synchronize the device trees now. Fixes: 5b7e58313a77 ("ARM: dts: stm32: Add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts')
-rw-r--r--arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts b/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts
index ca7a3a0f16af..5e2eaf57ce22 100644
--- a/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts
+++ b/arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts
@@ -11,7 +11,7 @@
/ {
model = "STMicroelectronics STM32MP157C-ED1 SCMI eval daughter";
- compatible = "st,stm32mp157c-ed1-scmi", "st,stm32mp157c-ed1", "st,stm32mp157";
+ compatible = "st,stm32mp157c-ed1-scmi", "st,stm32mp157";
reserved-memory {
optee@fe000000 {