Skip to content

Commit 0ed2282

Browse files
geertugregkh
authored andcommitted
dt-bindings: serial: snps-dw-apb-uart: Simplify DMA-less RZ/N1 rule
There is no need to repeat all SoC-specific compatible values in the rule for DMA-less RZ/N1 variants. Use wildcard "{}" instead, to ease maintenance. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/90c7aa143beb6a28255b24e8ef8c96180d869cbb.1744271974.git.geert+renesas@glider.be Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a548240 commit 0ed2282

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ allOf:
1717
properties:
1818
compatible:
1919
items:
20-
- enum:
21-
- renesas,r9a06g032-uart
22-
- renesas,r9a06g033-uart
20+
- {}
2321
- const: renesas,rzn1-uart
2422
- const: snps,dw-apb-uart
2523
then:

0 commit comments

Comments
 (0)