We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7830c0e commit 2604d48Copy full SHA for 2604d48
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt
@@ -25,6 +25,9 @@ Optional properties:
25
device. Supported values are 2 or 4 (the default).
26
- dmas : Phandle + identifiers of Tx and Rx DMA channels.
27
- dma-names : Contains the names of the DMA channels. Must be "tx" and "rx".
28
+- resets : contains an entry for each entry in reset-names.
29
+ See ../reset/reset.txt for details.
30
+- reset-names : must contain "spi"
31
32
Child nodes as per the generic SPI binding.
33
@@ -40,5 +43,7 @@ Example:
40
43
num-cs = <2>;
41
44
cs-gpios = <&gpio0 13 0>,
42
45
<&gpio0 14 0>;
46
+ resets = <&rst SPIM0_RST>;
47
+ reset-names = "spi";
48
};
49
0 commit comments