mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
17
Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt
Normal file
17
Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Qualcomm CI13xxx (Chipidea) USB controllers
|
||||
|
||||
Required properties:
|
||||
- compatible: should contain "qcom,ci-hdrc"
|
||||
- reg: offset and length of the register set in the memory map
|
||||
- interrupts: interrupt-specifier for the controller interrupt.
|
||||
- usb-phy: phandle for the PHY device
|
||||
- dr_mode: Should be "peripheral"
|
||||
|
||||
Examples:
|
||||
gadget@f9a55000 {
|
||||
compatible = "qcom,ci-hdrc";
|
||||
reg = <0xf9a55000 0x400>;
|
||||
dr_mode = "peripheral";
|
||||
interrupts = <0 134 0>;
|
||||
usb-phy = <&usbphy0>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue