[U-Boot] [PATCH 08/15] ARM: DTS: stm32: update usart compatible string for stm32h743
patrice.chotard at st.com
patrice.chotard at st.com
Fri Aug 4 13:18:39 UTC 2017
From: Patrice Chotard <patrice.chotard at st.com>
Align STM32H7 serial compatible string with the one which will be
available in next kernel tag. The bindings has been acked by
Rob Herring [1].
This compatible string will be usefull to add stm32h7 specific
feature for this serial driver.
[1] https://lkml.org/lkml/2017/7/17/739
Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---
arch/arm/dts/stm32h743.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
index 30b5cb4..fd926a7 100644
--- a/arch/arm/dts/stm32h743.dtsi
+++ b/arch/arm/dts/stm32h743.dtsi
@@ -76,7 +76,7 @@
};
usart1: serial at 40011000 {
- compatible = "st,stm32f7-usart", "st,stm32f7-uart";
+ compatible = "st,stm32h7-usart", "st,stm32h7-uart";
reg = <0x40011000 0x400>;
interrupts = <37>;
status = "disabled";
@@ -84,7 +84,7 @@
};
usart2: serial at 40004400 {
- compatible = "st,stm32f7-usart", "st,stm32f7-uart";
+ compatible = "st,stm32h7-usart", "st,stm32h7-uart";
reg = <0x40004400 0x400>;
interrupts = <38>;
status = "disabled";
--
1.9.1
More information about the U-Boot
mailing list