[PATCH 05/13] dt-bindings: usb: sunxi-musb: Add A100 compatible string

Cody Eksal posted 13 patches 1 month ago
There is a newer version of this series
[PATCH 05/13] dt-bindings: usb: sunxi-musb: Add A100 compatible string
Posted by Cody Eksal 1 month ago
The A100 MUSB peripheral has 10 endpoints, and thus is compatible with
the A33 version.

Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest>
---
 .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
index f972ce976e86..d4993336a29b 100644
--- a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
+++ b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
@@ -24,6 +24,7 @@ properties:
               - allwinner,sun8i-a83t-musb
               - allwinner,sun20i-d1-musb
               - allwinner,sun50i-h6-musb
+              - allwinner,sun50i-a100-musb
           - const: allwinner,sun8i-a33-musb
       - items:
           - const: allwinner,sun50i-h616-musb
-- 
2.47.0
Re: [PATCH 05/13] dt-bindings: usb: sunxi-musb: Add A100 compatible string
Posted by Krzysztof Kozlowski 4 weeks ago
On Thu, Oct 24, 2024 at 02:05:23PM -0300, Cody Eksal wrote:
> The A100 MUSB peripheral has 10 endpoints, and thus is compatible with
> the A33 version.
> 
> Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest>
> ---
>  .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
> index f972ce976e86..d4993336a29b 100644
> --- a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
> +++ b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
> @@ -24,6 +24,7 @@ properties:
>                - allwinner,sun8i-a83t-musb
>                - allwinner,sun20i-d1-musb
>                - allwinner,sun50i-h6-musb
> +              - allwinner,sun50i-a100-musb

List looked ordered, now doesn't.... are you sure you keep intented
ordering here?

Best regards,
Krzysztof
Re: [PATCH 05/13] dt-bindings: usb: sunxi-musb: Add A100 compatible string
Posted by Cody Eksal 4 weeks ago
On 2024/10/27 5:47 pm, Krzysztof Kozlowski wrote:
> On Thu, Oct 24, 2024 at 02:05:23PM -0300, Cody Eksal wrote:
>> diff --git 
>> a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml 
>> b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
>> index f972ce976e86..d4993336a29b 100644
>> --- 
>> a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
>> +++ 
>> b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
>> @@ -24,6 +24,7 @@ properties:
>>                - allwinner,sun8i-a83t-musb
>>                - allwinner,sun20i-d1-musb
>>                - allwinner,sun50i-h6-musb
>> +              - allwinner,sun50i-a100-musb
> 
> List looked ordered, now doesn't.... are you sure you keep intented
> ordering here?
I'll move this entry to fit the expected order for V2, thanks!

- Cody
> Best regards,
> Krzysztof