Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374100
b: refs/heads/master
c: 319c510
h: refs/heads/master
v: v3
  • Loading branch information
Doug Anderson authored and Kukjin Kim committed Apr 8, 2013
1 parent 88aa30c commit 1230ae6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3cd7d876e1b6dbb6dfbde1eb634d078cb5ee60d
refs/heads/master: 319c51068cdf2ca785778f1fff8cc3142d3d64bb
10 changes: 10 additions & 0 deletions trunk/Documentation/devicetree/bindings/usb/exynos-usb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Required properties:
- reg: physical base address of the controller and length of memory mapped
region.
- interrupts: interrupt number to the cpu.
- clocks: from common clock binding: handle to usb clock.
- clock-names: from common clock binding: Shall be "usbhost".

Optional properties:
- samsung,vbus-gpio: if present, specifies the GPIO that
Expand All @@ -22,6 +24,9 @@ Example:
reg = <0x12110000 0x100>;
interrupts = <0 71 0>;
samsung,vbus-gpio = <&gpx2 6 1 3 3>;

clocks = <&clock 285>;
clock-names = "usbhost";
};

OHCI
Expand All @@ -31,10 +36,15 @@ Required properties:
- reg: physical base address of the controller and length of memory mapped
region.
- interrupts: interrupt number to the cpu.
- clocks: from common clock binding: handle to usb clock.
- clock-names: from common clock binding: Shall be "usbhost".

Example:
usb@12120000 {
compatible = "samsung,exynos4210-ohci";
reg = <0x12120000 0x100>;
interrupts = <0 71 0>;

clocks = <&clock 285>;
clock-names = "usbhost";
};

0 comments on commit 1230ae6

Please sign in to comment.