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@xxxxxxxxxx>
A quick note that I'm updating this patch in V2 to allow for falling
back to the D1 compatible.
Thanks!
- Cody