aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/dma
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-09-28 15:51:24 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-04 10:15:47 +0200
commit0dc262f49232ba306303a3ebc5c01e41b2e6d1af (patch)
treedfec803cee113c5256edcb3a327a41791dd3cfc9 /Documentation/devicetree/bindings/dma
parenttty/serial: atmel: Prevent a warning on suspend (diff)
downloadlinux-dev-0dc262f49232ba306303a3ebc5c01e41b2e6d1af.tar.xz
linux-dev-0dc262f49232ba306303a3ebc5c01e41b2e6d1af.zip
Arm: dts: stm32: remove extra compatible string for uart
This patch removes the extra compatibility string "st,stm32-usart" to avoid confusion, save some time & space. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r--Documentation/devicetree/bindings/dma/stm32-dma.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/stm32-dma.txt b/Documentation/devicetree/bindings/dma/stm32-dma.txt
index 4408af693d0c..6f44df94101c 100644
--- a/Documentation/devicetree/bindings/dma/stm32-dma.txt
+++ b/Documentation/devicetree/bindings/dma/stm32-dma.txt
@@ -71,7 +71,7 @@ channel: a phandle to the DMA controller plus the following four integer cells:
Example:
usart1: serial@40011000 {
- compatible = "st,stm32-usart", "st,stm32-uart";
+ compatible = "st,stm32-uart";
reg = <0x40011000 0x400>;
interrupts = <37>;
clocks = <&clk_pclk2>;