mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-01 08:33:31 +08:00
dts: db410c: Add bindings for MSM USB phy
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
This commit is contained in:
parent
92454e47bc
commit
665e452515
@ -97,6 +97,13 @@
|
||||
ehci@78d9000 {
|
||||
compatible = "qcom,ehci-host";
|
||||
reg = <0x78d9000 0x400>;
|
||||
phys = <&ehci_phy>;
|
||||
};
|
||||
|
||||
ehci_phy: ehci_phy@78d9000 {
|
||||
compatible = "qcom,apq8016-usbphy";
|
||||
reg = <0x78d9000 0x400>;
|
||||
#phy-cells = <0>;
|
||||
};
|
||||
|
||||
sdhci@07824000 {
|
||||
|
Loading…
Reference in New Issue
Block a user