Message ID | 20241024170540.2721307-4-masterr3c0rd@epochal.quest (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | sunxi: A100/A133 second stage support | expand |
On Thu, 24 Oct 2024 14:05:21 -0300, Cody Eksal wrote: > The USB PHY found in the A100 is similar to that found in the A64, > although it requires some quirks to be enabled. Add a compatible for the > A100's variant. > > Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest> > --- > .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On 2024/10/27 6:11 pm, Rob Herring (Arm) wrote: > On Thu, 24 Oct 2024 14:05:21 -0300, Cody Eksal wrote: >> The USB PHY found in the A100 is similar to that found in the A64, >> although it requires some quirks to be enabled. Add a compatible for >> the >> A100's variant. >> >> Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest> >> --- >> .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 1 >> + >> 1 file changed, 1 insertion(+) >> > > Acked-by: Rob Herring (Arm) <robh@kernel.org> A quick note that I'm updating this patch in V2 to allow for falling back to the D1 compatible. Thanks! - Cody
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml index f557feca9763..b91e6c83722c 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml @@ -18,6 +18,7 @@ properties: enum: - allwinner,sun20i-d1-usb-phy - allwinner,sun50i-a64-usb-phy + - allwinner,sun50i-a100-usb-phy reg: items:
The USB PHY found in the A100 is similar to that found in the A64, although it requires some quirks to be enabled. Add a compatible for the A100's variant. Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest> --- .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 1 + 1 file changed, 1 insertion(+)