projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f070267
)
ARM: dts: Enable support for generic USB DRD phy for exynos5250
author
Vivek Gautam
<
[email protected]
>
Thu, 15 May 2014 21:38:10 +0000
(06:38 +0900)
committer
Kukjin Kim
<
[email protected]
>
Mon, 19 May 2014 14:13:54 +0000
(23:13 +0900)
Add device tree node for new usbdrd-phy driver, which
is based on generic phy framework.
Signed-off-by: Vivek Gautam <
[email protected]
>
Reviewed-by: Tomasz Figa <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/boot/dts/exynos5250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5250.dtsi
b/arch/arm/boot/dts/exynos5250.dtsi
index e44693e2cfdaa9ae7a79e5b6f5e2476e6570a8d7..b276abce0c6a0fe5cdbb909c629a7de33cca7d84 100644
(file)
--- a/
arch/arm/boot/dts/exynos5250.dtsi
+++ b/
arch/arm/boot/dts/exynos5250.dtsi
@@
-569,6
+569,15
@@
};
};
+ usbdrd_phy: phy@12100000 {
+ compatible = "samsung,exynos5250-usbdrd-phy";
+ reg = <0x12100000 0x100>;
+ clocks = <&clock CLK_USB3>, <&clock CLK_FIN_PLL>;
+ clock-names = "phy", "ref";
+ samsung,pmu-syscon = <&pmu_system_controller>;
+ #phy-cells = <1>;
+ };
+
usb@12110000 {
compatible = "samsung,exynos4210-ehci";
reg = <0x12110000 0x100>;