mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00: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
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@
|
||||||
ehci@78d9000 {
|
ehci@78d9000 {
|
||||||
compatible = "qcom,ehci-host";
|
compatible = "qcom,ehci-host";
|
||||||
reg = <0x78d9000 0x400>;
|
reg = <0x78d9000 0x400>;
|
||||||
|
phys = <&ehci_phy>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ehci_phy: ehci_phy@78d9000 {
|
||||||
|
compatible = "qcom,apq8016-usbphy";
|
||||||
|
reg = <0x78d9000 0x400>;
|
||||||
|
#phy-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhci@07824000 {
|
sdhci@07824000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue