summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-11-22 19:11:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-11-23 08:25:15 +0100
commit534cd9b075ca4b14286089eb85f677f63f935988 (patch)
treec0b64bad3b390620ee703ee5f670f0a60e11977a
parentfb64146c451b74fcd48e97008890a6cfba913db6 (diff)
downloadbarebox-534cd9b075ca4b14286089eb85f677f63f935988.tar.gz
barebox-534cd9b075ca4b14286089eb85f677f63f935988.tar.xz
ARM: dts: stm32mp: stm32mp135-dk: drop duplicate property
The upstream device tree being included already has the same /chosen/stdout-path, so drop it from the barebox DT. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231122181116.591131-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/stm32mp135f-dk.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/stm32mp135f-dk.dts b/arch/arm/dts/stm32mp135f-dk.dts
index 3859566281..a4e6614c4a 100644
--- a/arch/arm/dts/stm32mp135f-dk.dts
+++ b/arch/arm/dts/stm32mp135f-dk.dts
@@ -5,8 +5,4 @@
/ {
model = "STM32MP153F-DK";
-
- chosen {
- stdout-path = "serial0:115200n8";
- };
};