Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442538
| From | Rafał Miłecki <zajec5@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 PROOF OF CONCEPT 2/1] trigger: ledtrig-usbport: read initial state from DT |
| Date | 2016-07-13 17:10 +0200 |
| Message-ID | <rUtXs-4Ju-27@gated-at.bofh.it> (permalink) |
| References | <rU58K-4Sa-41@gated-at.bofh.it> <rUrLY-38m-7@gated-at.bofh.it> <rUrLY-38m-21@gated-at.bofh.it> <rUtNL-4qs-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 13 July 2016 at 16:48, Jacek Anaszewski <j.anaszewski@samsung.com> wrote:
> On 07/13/2016 02:42 PM, Rafał Miłecki wrote:
>>
>> This allows specifying USB ports that should be observed by a trigger
>> right after activating it. Example:
>>
>> usb {
>> gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
>> linux,default-trigger = "usbport";
>> usb-controllers = <&ohci>, <&ehci>, <&xhci USB_HCD_SHARED>;
>> usb-ports = "1", "1", "1";
>
>
> Port is a numerical value, right?
> Wouldn't it be better to define it as an array of integers?
>
> e.g.: usb-ports = <1>. <1>, <1>;
Not always. Let me quote this part of "usbport" documentation:
> This also allows handling devices with internal hubs (when root hub's port has
> always a device (hub) connected). User can simply specify specify internal hub
> ports then (e.g. 1-1.1, 1-1.2, etc.).
In such case we'd need usb-ports = "1.1", "1.2";
Anyway, there is a discussion ongoing in:
[PATCH V2 0/1] usb: add HCD providers
so let's see if someone will have a better idea for referencing USB
ports inside DT.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V2 PROOF OF CONCEPT 2/1] trigger: ledtrig-usbport: read initial state from DT Rafał Miłecki <zajec5@gmail.com> - 2016-07-13 14:50 +0200
Re: [PATCH V2 PROOF OF CONCEPT 2/1] trigger: ledtrig-usbport: read initial state from DT Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-07-13 17:00 +0200
Re: [PATCH V2 PROOF OF CONCEPT 2/1] trigger: ledtrig-usbport: read initial state from DT Rafał Miłecki <zajec5@gmail.com> - 2016-07-13 17:10 +0200
csiph-web