aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schramm <t.schramm@manjaro.org>2020-08-14 20:11:25 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2020-09-23 18:37:02 +0200
commit862f5c7ebc88e72990dd70c4d687b571ce999473 (patch)
tree26ac6dec2752f85621434d6510be21deda73b355
parentARM: dts: stm32: add resets property to spi device nodes on stm32h743 (diff)
downloadlinux-dev-862f5c7ebc88e72990dd70c4d687b571ce999473.tar.xz
linux-dev-862f5c7ebc88e72990dd70c4d687b571ce999473.zip
ARM: dts: stm32: use stm32h7 usart compatible string for stm32h743
Previously the FIFO on the stm32h743 usart was not utilized, because the stm32f7 compatible configures it without FIFO support. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r--arch/arm/boot/dts/stm32h743.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi
index 59995720c270..7febe19e780d 100644
--- a/arch/arm/boot/dts/stm32h743.dtsi
+++ b/arch/arm/boot/dts/stm32h743.dtsi
@@ -128,7 +128,7 @@
};
usart2: serial@40004400 {
- compatible = "st,stm32f7-uart";
+ compatible = "st,stm32h7-uart";
reg = <0x40004400 0x400>;
interrupts = <38>;
status = "disabled";
@@ -196,7 +196,7 @@
};
usart1: serial@40011000 {
- compatible = "st,stm32f7-uart";
+ compatible = "st,stm32h7-uart";
reg = <0x40011000 0x400>;
interrupts = <37>;
status = "disabled";