diff options
| author | Andre Przywara <andre.przywara@arm.com> | 2024-11-11 01:30:27 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-12 12:16:46 +0100 |
| commit | 6ea8fa9c2faf699d6599158df8ea2185fca4667b (patch) | |
| tree | eba71047353001126e44609c55797761bef834d1 | |
| parent | 3339aff5feac899b27038cc1d54fb48c0ddd94f2 (diff) | |
| download | linux-stable-6ea8fa9c2faf699d6599158df8ea2185fca4667b.tar.gz linux-stable-6ea8fa9c2faf699d6599158df8ea2185fca4667b.zip | |
dt-bindings: usb: sunxi-musb: add Allwinner A523 compatible string
The Allwinner A523/T527 SoCs have a MUSB controller fully compatible to
the D1 (and ultimately the A33), with five endpoints.
Add the new name to the list of compatible strings.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241111013033.22793-9-andre.przywara@arm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml b/Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml index f972ce976e86..57c17d5a62d6 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,sun55i-a523-musb - const: allwinner,sun8i-a33-musb - items: - const: allwinner,sun50i-h616-musb |
