Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1741854
| From | Vikas Manocha <vikas.manocha@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ARM: dts: stm32h7: correct uart nodes compatible string |
| Date | 2017-09-29 01:20 +0200 |
| Message-ID | <uuQg2-6On-27@gated-at.bofh.it> (permalink) |
| References | <uuQg2-6On-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
With this change, stm32h743 will use its own uart configuration.
Major difference between stm32f7 & stm32h7 uart configuration is FIFO
availability in stm32h7.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
---
arch/arm/boot/dts/stm32h743.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi
index 26de315..fab637b 100644
--- a/arch/arm/boot/dts/stm32h743.dtsi
+++ b/arch/arm/boot/dts/stm32h743.dtsi
@@ -67,7 +67,7 @@
};
usart2: serial@40004400 {
- compatible = "st,stm32f7-uart";
+ compatible = "st,stm32h7-uart";
reg = <0x40004400 0x400>;
interrupts = <38>;
status = "disabled";
@@ -99,7 +99,7 @@
};
usart1: serial@40011000 {
- compatible = "st,stm32f7-uart";
+ compatible = "st,stm32h7-uart";
reg = <0x40011000 0x400>;
interrupts = <37>;
status = "disabled";
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Arm: dts: stm32: remove extra compatible uart string Vikas Manocha <vikas.manocha@st.com> - 2017-09-29 01:20 +0200 [PATCH 3/3] ARM: dts: stm32h7: correct uart nodes compatible string Vikas Manocha <vikas.manocha@st.com> - 2017-09-29 01:20 +0200 [PATCH 1/3] Arm: dts: stm32: remove extra compatible string for uart Vikas Manocha <vikas.manocha@st.com> - 2017-09-29 01:20 +0200
csiph-web