aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2013-04-10 06:38:36 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-06-10 04:22:29 -0400
commit0b3dc97e4f22f55334064aa403c83f8fdaade642 (patch)
treee805768c5f15a7d47abaa4ff5029fb157ef99d1f /arch
parent0629f1558a043fdc79b937d31bbbc10ca1c1237b (diff)
ARM: dts: Enabling dwc3-exynos driver for exynos5250
Adding DWC3 device tree node for Exynos5250 needed to parse device tree data. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi20
1 files changed, 18 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 79edd7f26f57..9dfc6de97f34 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -479,7 +479,23 @@
479 pinctrl-0 = <&i2s2_bus>; 479 pinctrl-0 = <&i2s2_bus>;
480 }; 480 };
481 481
482 usbphy@12100000 { 482 usb@12000000 {
483 compatible = "samsung,exynos5250-dwusb3";
484 clocks = <&clock 286>;
485 clock-names = "usbdrd30";
486 #address-cells = <1>;
487 #size-cells = <1>;
488 ranges;
489
490 dwc3 {
491 compatible = "synopsys,dwc3";
492 reg = <0x12000000 0x10000>;
493 interrupts = <0 72 0>;
494 usb-phy = <&usb2_phy &usb3_phy>;
495 };
496 };
497
498 usb3_phy: usbphy@12100000 {
483 compatible = "samsung,exynos5250-usb3phy"; 499 compatible = "samsung,exynos5250-usb3phy";
484 reg = <0x12100000 0x100>; 500 reg = <0x12100000 0x100>;
485 clocks = <&clock 1>, <&clock 286>; 501 clocks = <&clock 1>, <&clock 286>;
@@ -511,7 +527,7 @@
511 clock-names = "usbhost"; 527 clock-names = "usbhost";
512 }; 528 };
513 529
514 usbphy@12130000 { 530 usb2_phy: usbphy@12130000 {
515 compatible = "samsung,exynos5250-usb2phy"; 531 compatible = "samsung,exynos5250-usb2phy";
516 reg = <0x12130000 0x100>; 532 reg = <0x12130000 0x100>;
517 clocks = <&clock 1>, <&clock 285>; 533 clocks = <&clock 1>, <&clock 285>;