mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 16:58:04 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
24
Documentation/devicetree/bindings/spi/spi-dw.txt
Normal file
24
Documentation/devicetree/bindings/spi/spi-dw.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Synopsys DesignWare SPI master
|
||||
|
||||
Required properties:
|
||||
- compatible: should be "snps,designware-spi"
|
||||
- #address-cells: see spi-bus.txt
|
||||
- #size-cells: see spi-bus.txt
|
||||
- reg: address and length of the spi master registers
|
||||
- interrupts: should contain one interrupt
|
||||
- clocks: spi clock phandle
|
||||
- num-cs: see spi-bus.txt
|
||||
|
||||
Optional properties:
|
||||
- cs-gpios: see spi-bus.txt
|
||||
|
||||
Example:
|
||||
|
||||
spi: spi@4020a000 {
|
||||
compatible = "snps,designware-spi";
|
||||
interrupts = <11 1>;
|
||||
reg = <0x4020a000 0x1000>;
|
||||
clocks = <&pclk>;
|
||||
num-cs = <2>;
|
||||
cs-gpios = <&banka 0 0>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue