Message ID | 20241024170540.2721307-6-masterr3c0rd@epochal.quest (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | sunxi: A100/A133 second stage support | expand |
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
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
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
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(+)