M7350/kernel/Documentation/devicetree/bindings/usb/msm-dbm.txt
2024-09-09 08:57:42 +00:00

16 lines
445 B
Plaintext

MSM DBM (Device Bus Manager)
Required properties :
- compatible : must be one of "qcom,usb-dbm-1p4", or "qcom,usb-dbm-1p5"
- reg : offset and length of the register set in the memory map.
Optional properties :
- qcom,reset-ep-after-lpm-resume: If present, dbm requires ep reset after
going to lpm
Example MSM DBM (Device Bus Manager) device node :
dbm_1p4: dbm@f92f8000 {
compatible = "qcom,usb-dbm-1p4";
reg = <0xf92f8000 0x1000>;
};