summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2013-03-12 16:40:47 +0530
committerTushar Behera <tushar.behera@linaro.org>2014-01-09 08:52:20 +0530
commitb5dfc562466f64850f14ce852092c883308a00e4 (patch)
treeefaed0d2e6db6319006aab535bd07ddf95e1e579 /Documentation
parent2e6b666cb3483c157ee29370bd38970f3230c4b7 (diff)
usb: phy: samsung-usb2: Adding exynos5420-usb2phy to device-id
Adding another device-id for exynos-5420 type SoC, to facilitate separate driver data. BUG=chrome-os-partner:19007 TEST=build and boot on smdk5420 and peach pit; tested usb HID devices and mass storage devices on USB 2.0 and USB 3.0 ports. Change-Id: I127d382982da88caeef4f2878e4d89c6c67fac67 Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Reviewed-on: https://gerrit.chromium.org/gerrit/56396 Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org> Commit-Queue: Julius Werner <jwerner@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/usb/samsung-usbphy.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/samsung-usbphy.txt b/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
index 33fd3543f3f8..4abcff8ad0b8 100644
--- a/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
+++ b/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
@@ -23,6 +23,14 @@ Exynos5250:
- reg : base physical address of the phy registers and length of memory mapped
region.
+Exynos5420:
+- compatible : should be "samsung,exynos5420-usb2phy"
+- reg : base physical address of the phy registers and length of memory mapped
+ region.
+- clocks: Clock IDs array as required by the controller.
+- clock-names: names of clock correseponding IDs clock property as requested
+ by the controller driver.
+
Optional properties:
- #address-cells: should be '1' when usbphy node has a child node with 'reg'
property.