diff mbox series

[05/18] dt-bindings: usb: usb-hcd: Add "tpl-support" property

Message ID 20201010224121.12672-6-Sergey.Semin@baikalelectronics.ru
State New
Headers show
Series dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema | expand

Commit Message

Serge Semin Oct. 10, 2020, 10:41 p.m. UTC
The host controller device might be designed to work for the particular
products or applications. In that case it' DT node is supposed to be
equipped with the tpl-support property.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
---
 Documentation/devicetree/bindings/usb/usb-hcd.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Sergei Shtylyov Oct. 11, 2020, 8:47 a.m. UTC | #1
Hello!

On 11.10.2020 1:41, Serge Semin wrote:

> The host controller device might be designed to work for the particular
> products or applications. In that case it' DT node is supposed to be
                                          ^^^
    Its?

> equipped with the tpl-support property.
> 
> Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
[...]

MBR, Sergei
Serge Semin Oct. 11, 2020, 6:05 p.m. UTC | #2
On Sun, Oct 11, 2020 at 11:47:37AM +0300, Sergei Shtylyov wrote:
> Hello!
> 
> On 11.10.2020 1:41, Serge Semin wrote:
> 
> > The host controller device might be designed to work for the particular
> > products or applications. In that case it' DT node is supposed to be
>                                          ^^^
>    Its?

Thanks. I'll fix it in v2.

-Sergey

> 
> > equipped with the tpl-support property.
> > 
> > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
> [...]
> 
> MBR, Sergei
Serge Semin Oct. 11, 2020, 6:06 p.m. UTC | #3
On Sun, Oct 11, 2020 at 11:47:37AM +0300, Sergei Shtylyov wrote:
> Hello!
> 
> On 11.10.2020 1:41, Serge Semin wrote:
> 
> > The host controller device might be designed to work for the particular
> > products or applications. In that case it' DT node is supposed to be
>                                          ^^^
>    Its?

Thanks. I'll fix it in v2.

-Sergey

> 
> > equipped with the tpl-support property.
> > 
> > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
> [...]
> 
> MBR, Sergei
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/usb-hcd.yaml b/Documentation/devicetree/bindings/usb/usb-hcd.yaml
index 1eddcbf0a9d8..c898166a8c6c 100644
--- a/Documentation/devicetree/bindings/usb/usb-hcd.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-hcd.yaml
@@ -97,6 +97,12 @@  properties:
     enum: ["host", "peripheral"]
     default: "peripheral"
 
+  tpl-support:
+    description: |
+      Indicates if the Targeted Peripheral List is supported for given
+      targeted hosts (non-PC hosts).
+    type: boolean
+
 examples:
   - |
     usb {