Message ID | 20200309204326.27403-2-thirtythreeforty@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Support the Allwinner F1C100s USB stack | expand |
On Tue, Mar 10, 2020 at 4:43 AM George Hilliard <thirtythreeforty@gmail.com> wrote: > > This chip contains variants of the already-supported peripherals present > on other Allwinner parts. Add a new compatible line for them. > > Signed-off-by: George Hilliard <thirtythreeforty@gmail.com> Acked-by: Chen-Yu Tsai <wens@csie.org> > --- > .../devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml | 1 + > .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml > index 020ef9e4c411..1762a302c594 100644 > --- a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml > @@ -18,6 +18,7 @@ properties: > enum: > - allwinner,sun4i-a10-usb-phy > - allwinner,sun7i-a20-usb-phy > + - allwinner,suniv-f1c100s-usb-phy > > reg: > items: > diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml > index d9207bf9d894..d2eea0003b99 100644 > --- a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml > +++ b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml > @@ -17,6 +17,7 @@ properties: > - const: allwinner,sun6i-a31-musb > - const: allwinner,sun8i-a33-musb > - const: allwinner,sun8i-h3-musb > + - const: allwinner,suniv-f1c100s-musb > - items: > - enum: > - allwinner,sun8i-a83t-musb > -- > 2.25.0 >
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml index 020ef9e4c411..1762a302c594 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml @@ -18,6 +18,7 @@ properties: enum: - allwinner,sun4i-a10-usb-phy - allwinner,sun7i-a20-usb-phy + - allwinner,suniv-f1c100s-usb-phy reg: items: diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml index d9207bf9d894..d2eea0003b99 100644 --- a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml +++ b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml @@ -17,6 +17,7 @@ properties: - const: allwinner,sun6i-a31-musb - const: allwinner,sun8i-a33-musb - const: allwinner,sun8i-h3-musb + - const: allwinner,suniv-f1c100s-musb - items: - enum: - allwinner,sun8i-a83t-musb
This chip contains variants of the already-supported peripherals present on other Allwinner parts. Add a new compatible line for them. Signed-off-by: George Hilliard <thirtythreeforty@gmail.com> --- .../devicetree/bindings/phy/allwinner,sun4i-a10-usb-phy.yaml | 1 + .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 + 2 files changed, 2 insertions(+)