mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
19
Documentation/devicetree/bindings/w1/fsl-imx-owire.txt
Normal file
19
Documentation/devicetree/bindings/w1/fsl-imx-owire.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
* Freescale i.MX One wire bus master controller
|
||||
|
||||
Required properties:
|
||||
- compatible : should be "fsl,imx21-owire"
|
||||
- reg : Address and length of the register set for the device
|
||||
|
||||
Optional properties:
|
||||
- clocks : phandle of clock that supplies the module (required if platform
|
||||
clock bindings use device tree)
|
||||
|
||||
Example:
|
||||
|
||||
- From imx53.dtsi:
|
||||
owire: owire@63fa4000 {
|
||||
compatible = "fsl,imx53-owire", "fsl,imx21-owire";
|
||||
reg = <0x63fa4000 0x4000>;
|
||||
clocks = <&clks 159>;
|
||||
status = "disabled";
|
||||
};
|
22
Documentation/devicetree/bindings/w1/w1-gpio.txt
Normal file
22
Documentation/devicetree/bindings/w1/w1-gpio.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
w1-gpio devicetree bindings
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible: "w1-gpio"
|
||||
- gpios: one or two GPIO specs:
|
||||
- the first one is used as data I/O pin
|
||||
- the second one is optional. If specified, it is used as
|
||||
enable pin for an external pin pullup.
|
||||
|
||||
Optional properties:
|
||||
|
||||
- linux,open-drain: if specified, the data pin is considered in
|
||||
open-drain mode.
|
||||
|
||||
Examples:
|
||||
|
||||
onewire@0 {
|
||||
compatible = "w1-gpio";
|
||||
gpios = <&gpio 126 0>, <&gpio 105 0>;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue