Skip to content

Commit a652d67

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
dt-bindings: serial: amlogic,meson-uart: Add compatible string for A4
Amlogic A4 SoCs uses the same UART controller as S4 SoCs and G12A. There is no need for an extra compatible line in the driver, but add A4 compatible line for documentation. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://lore.kernel.org/r/20240401-basic_dt-v3-3-cb29ae1c16da@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 7e05175 commit a652d67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/serial/amlogic,meson-uart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ properties:
5454
- const: amlogic,meson-gx-uart
5555
- description: UART controller on S4 compatible SoCs
5656
items:
57-
- const: amlogic,t7-uart
57+
- enum:
58+
- amlogic,a4-uart
59+
- amlogic,t7-uart
5860
- const: amlogic,meson-s4-uart
5961

6062
reg:

0 commit comments

Comments
 (0)