* [2/3] dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 support
@ 2018-12-10 9:05 Roger Quadros
0 siblings, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2018-12-10 9:05 UTC (permalink / raw)
To: Vignesh R
Cc: balbi, tony, robh+dt, nsekhar, t-kristo, linux-omap, linux-kernel,
devicetree, linux-usb
Hi Vignesh,
On 06/12/18 12:32, Vignesh R wrote:
> Hi Roger,
>
> On 05/12/18 8:49 PM, Roger Quadros wrote:
>> The AM654 SoC from TI contains a DWC3 controller. Add
>> support for it.
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>> ---
>> Documentation/devicetree/bindings/usb/keystone-usb.txt | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/usb/keystone-usb.txt b/Documentation/devicetree/bindings/usb/keystone-usb.txt
>> index f96e09f..fa29ff8 100644
>> --- a/Documentation/devicetree/bindings/usb/keystone-usb.txt
>> +++ b/Documentation/devicetree/bindings/usb/keystone-usb.txt
>> @@ -3,7 +3,7 @@ TI Keystone Soc USB Controller
>> DWC3 GLUE
>>
>> Required properties:
>> - - compatible: should be "ti,keystone-dwc3".
>> + - compatible: should be "ti,keystone-dwc3" or "ti,am654-dwc3".
>
> Convention is to have one compatible per line:
> compatible: Should be
> "ti,am654-dwc3" for AM654 SoCs
> "ti,keystone-dwc3" for K2 SoCs
>
OK. Will fix it up. Thanks.
cheers,
-roger
>
>
>> - #address-cells, #size-cells : should be '1' if the device has sub-nodes
>> with 'reg' property.
>> - reg : Address and length of the register set for the USB subsystem on
>> @@ -21,7 +21,7 @@ SoCs only:
>> - clock-names: Must be "usb".
>>
>>
>> -The following are mandatory properties for Keystone 2 66AK2G SoCs only:
>> +The following are mandatory properties for 66AK2G and AM654:
>>
>> - power-domains: Should contain a phandle to a PM domain provider node
>> and an args specifier containing the USB device id
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [2/3] dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 support
@ 2018-12-06 10:32 Vignesh R
0 siblings, 0 replies; 4+ messages in thread
From: Vignesh R @ 2018-12-06 10:32 UTC (permalink / raw)
To: Roger Quadros
Cc: balbi, tony, robh+dt, nsekhar, t-kristo, linux-omap, linux-kernel,
devicetree, linux-usb
Hi Roger,
On 05/12/18 8:49 PM, Roger Quadros wrote:
> The AM654 SoC from TI contains a DWC3 controller. Add
> support for it.
>
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
> Documentation/devicetree/bindings/usb/keystone-usb.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/usb/keystone-usb.txt b/Documentation/devicetree/bindings/usb/keystone-usb.txt
> index f96e09f..fa29ff8 100644
> --- a/Documentation/devicetree/bindings/usb/keystone-usb.txt
> +++ b/Documentation/devicetree/bindings/usb/keystone-usb.txt
> @@ -3,7 +3,7 @@ TI Keystone Soc USB Controller
> DWC3 GLUE
>
> Required properties:
> - - compatible: should be "ti,keystone-dwc3".
> + - compatible: should be "ti,keystone-dwc3" or "ti,am654-dwc3".
Convention is to have one compatible per line:
compatible: Should be
"ti,am654-dwc3" for AM654 SoCs
"ti,keystone-dwc3" for K2 SoCs
> - #address-cells, #size-cells : should be '1' if the device has sub-nodes
> with 'reg' property.
> - reg : Address and length of the register set for the USB subsystem on
> @@ -21,7 +21,7 @@ SoCs only:
> - clock-names: Must be "usb".
>
>
> -The following are mandatory properties for Keystone 2 66AK2G SoCs only:
> +The following are mandatory properties for 66AK2G and AM654:
>
> - power-domains: Should contain a phandle to a PM domain provider node
> and an args specifier containing the USB device id
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [2/3] dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 support
@ 2018-12-05 15:19 Roger Quadros
0 siblings, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2018-12-05 15:19 UTC (permalink / raw)
To: balbi
Cc: tony, robh+dt, nsekhar, t-kristo, vigneshr, linux-omap,
linux-kernel, devicetree, linux-usb, rogerq
The AM654 SoC from TI contains a DWC3 controller. Add
support for it.
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
Documentation/devicetree/bindings/usb/keystone-usb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/keystone-usb.txt b/Documentation/devicetree/bindings/usb/keystone-usb.txt
index f96e09f..fa29ff8 100644
--- a/Documentation/devicetree/bindings/usb/keystone-usb.txt
+++ b/Documentation/devicetree/bindings/usb/keystone-usb.txt
@@ -3,7 +3,7 @@ TI Keystone Soc USB Controller
DWC3 GLUE
Required properties:
- - compatible: should be "ti,keystone-dwc3".
+ - compatible: should be "ti,keystone-dwc3" or "ti,am654-dwc3".
- #address-cells, #size-cells : should be '1' if the device has sub-nodes
with 'reg' property.
- reg : Address and length of the register set for the USB subsystem on
@@ -21,7 +21,7 @@ SoCs only:
- clock-names: Must be "usb".
-The following are mandatory properties for Keystone 2 66AK2G SoCs only:
+The following are mandatory properties for 66AK2G and AM654:
- power-domains: Should contain a phandle to a PM domain provider node
and an args specifier containing the USB device id
^ permalink raw reply related [flat|nested] 4+ messages in thread* [2/3] dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 support
@ 2018-12-05 15:14 Roger Quadros
0 siblings, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2018-12-05 15:14 UTC (permalink / raw)
To: balbi
Cc: tony, robh+dt, nsekhar, t-kristo, vigneshr, linux-omap,
linux-kernel, devicetree, linux-usb, rogerq
The AM654 SoC from TI contains a DWC3 controller. Add
support for it.
Signed-off-by: Roger Quadros <rogerq@ti.com>
---
Documentation/devicetree/bindings/usb/keystone-usb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/keystone-usb.txt b/Documentation/devicetree/bindings/usb/keystone-usb.txt
index f96e09f..fa29ff8 100644
--- a/Documentation/devicetree/bindings/usb/keystone-usb.txt
+++ b/Documentation/devicetree/bindings/usb/keystone-usb.txt
@@ -3,7 +3,7 @@ TI Keystone Soc USB Controller
DWC3 GLUE
Required properties:
- - compatible: should be "ti,keystone-dwc3".
+ - compatible: should be "ti,keystone-dwc3" or "ti,am654-dwc3".
- #address-cells, #size-cells : should be '1' if the device has sub-nodes
with 'reg' property.
- reg : Address and length of the register set for the USB subsystem on
@@ -21,7 +21,7 @@ SoCs only:
- clock-names: Must be "usb".
-The following are mandatory properties for Keystone 2 66AK2G SoCs only:
+The following are mandatory properties for 66AK2G and AM654:
- power-domains: Should contain a phandle to a PM domain provider node
and an args specifier containing the USB device id
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-10 9:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10 9:05 [2/3] dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 support Roger Quadros
-- strict thread matches above, loose matches on Subject: below --
2018-12-06 10:32 Vignesh R
2018-12-05 15:19 Roger Quadros
2018-12-05 15:14 Roger Quadros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).