-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 354582 b: refs/heads/master c: eab8050 h: refs/heads/master v: v3
- Loading branch information
Dongjin Kim
authored and
Greg Kroah-Hartman
committed
Jan 24, 2013
1 parent
22b0618
commit 4520bf7
Showing
3 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9bc5d12620cb88aa7df4700980f8106d0e66a9dc | ||
refs/heads/master: eab8050c0168ab6595e9ac6bc72a14d27390ea7a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
SMSC USB3503 High-Speed Hub Controller | ||
|
||
Required properties: | ||
- compatible: Should be "smsc,usb3503". | ||
- reg: Specifies the i2c slave address, it should be 0x08. | ||
- connect-gpios: Should specify GPIO for connect. | ||
- intn-gpios: Should specify GPIO for interrupt. | ||
- reset-gpios: Should specify GPIO for reset. | ||
- initial-mode: Should specify initial mode. | ||
(1 for HUB mode, 2 for STANDBY mode) | ||
|
||
Examples: | ||
usb3503@08 { | ||
compatible = "smsc,usb3503"; | ||
reg = <0x08>; | ||
connect-gpios = <&gpx3 0 1>; | ||
intn-gpios = <&gpx3 4 1>; | ||
reset-gpios = <&gpx3 5 1>; | ||
initial-mode = <1>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters