Skip to content

Commit 2604d48

Browse files
Dinh Nguyenbroonie
authored andcommitted
dt-bindings: snps,dw-apb-ssi: add optional reset property
Add optional reset property. Signed-off-by: Dinh Nguyen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7830c0e commit 2604d48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Optional properties:
2525
device. Supported values are 2 or 4 (the default).
2626
- dmas : Phandle + identifiers of Tx and Rx DMA channels.
2727
- 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"
2831

2932
Child nodes as per the generic SPI binding.
3033

@@ -40,5 +43,7 @@ Example:
4043
num-cs = <2>;
4144
cs-gpios = <&gpio0 13 0>,
4245
<&gpio0 14 0>;
46+
resets = <&rst SPIM0_RST>;
47+
reset-names = "spi";
4348
};
4449

0 commit comments

Comments
 (0)