mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0fc924bd4e
Allows MSM EHCI controller to be specified via device tree. Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Acked-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
MSM SoC HSUSB controllers
|
|
|
|
EHCI
|
|
|
|
Required properties:
|
|
- compatible: Should contain "qcom,ehci-host"
|
|
- regs: offset and length of the register set in the memory map
|
|
- usb-phy: phandle for the PHY device
|
|
|
|
Example EHCI controller device node:
|
|
|
|
ehci: ehci@f9a55000 {
|
|
compatible = "qcom,ehci-host";
|
|
reg = <0xf9a55000 0x400>;
|
|
usb-phy = <&usb_otg>;
|
|
};
|
|
|