Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fd3d943 authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Mark Brown
Browse files

spi: stm32: fix example with st, spi-midi-ns property



This patch aligns example with the optional property description,
removes status and replace spidev unvalid compatible with
Aarvark SPI Host Adapter one.

In slave mode, Aardvark SPI Host Adapter requires 4ms delay
between the end of byte n and the start of byte n+1, hence the
use of the optional property st,spi-midi-ns.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c5fe2faa
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -48,13 +48,12 @@ Example:
		dma-names = "rx", "tx";
		dma-names = "rx", "tx";
		pinctrl-0 = <&spi2_pins_b>;
		pinctrl-0 = <&spi2_pins_b>;
		pinctrl-names = "default";
		pinctrl-names = "default";
		status = "okay";
		cs-gpios = <&gpioa 11 0>;
		cs-gpios = <&gpioa 11 0>;


		spidev@0 {
		aardvark@0 {
			compatible = "spidev";
			compatible = "totalphase,aardvark";
			reg = <0>;
			reg = <0>;
			spi-max-frequency = <4000000>;
			spi-max-frequency = <4000000>;
			st,spi-midi = <4000>;
			st,spi-midi-ns = <4000>;
		};
		};
	};
	};