Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1673524

[PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible

From Amelie Delaunay <amelie.delaunay@st.com>
Newsgroups linux.kernel
Subject [PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible
Date 2017-06-23 15:00 +0200
Message-ID <tVwlP-2ge-13@gated-at.bofh.it> (permalink)
References <tVwlP-2ge-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch replaces st,stm32-spi compatible with st,stm32h7-spi SoC
specific compatible and updates the example accondingly.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
---
 Documentation/devicetree/bindings/spi/spi-stm32.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-stm32.txt b/Documentation/devicetree/bindings/spi/spi-stm32.txt
index 3958bf6..415378b 100644
--- a/Documentation/devicetree/bindings/spi/spi-stm32.txt
+++ b/Documentation/devicetree/bindings/spi/spi-stm32.txt
@@ -7,7 +7,7 @@ from 4 to 32-bit data size. Although it can be configured as master or slave,
 only master is supported by the driver.
 
 Required properties:
-- compatible: Must be "st,stm32-spi".
+- compatible: Must be "st,stm32h7-spi".
 - reg: Offset and length of the device's register set.
 - interrupts: Must contain the interrupt id.
 - clocks: Must contain an entry for spiclk (which feeds the internal clock
@@ -38,7 +38,7 @@ Example:
 	spi2: spi@40003800 {
 		#address-cells = <1>;
 		#size-cells = <0>;
-		compatible = "st,stm32-spi";
+		compatible = "st,stm32h7-spi";
 		reg = <0x40003800 0x400>;
 		interrupts = <36>;
 		clocks = <&rcc SPI2_CK>;
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible Amelie Delaunay <amelie.delaunay@st.com> - 2017-06-23 15:00 +0200
  Re: [PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible Rob Herring <robh@kernel.org> - 2017-06-26 21:10 +0200
  Applied "spi: stm32: use SoC specific compatible" to the spi tree Mark Brown <broonie@kernel.org> - 2017-06-28 21:30 +0200

csiph-web