Skip to content

Commit 2fb3a14

Browse files
inochisagregkh
authored andcommitted
dt-bindings: serial: snps,dw-apb-uart: merge duplicate compatible entry.
Each vendor have an items entry of its own compatible, It is needless and can be merged as it share the same base "snps,dw-apb-uart" compatible. Merge the duplicate compatible entry into one item entry. Signed-off-by: Inochi Amaoto <[email protected]> Suggested-by: Conor Dooley <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 284a60b commit 2fb3a14

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ properties:
3737
- const: renesas,rzn1-uart
3838
- items:
3939
- enum:
40+
- brcm,bcm11351-dw-apb-uart
41+
- brcm,bcm21664-dw-apb-uart
4042
- rockchip,px30-uart
4143
- rockchip,rk1808-uart
4244
- rockchip,rk3036-uart
@@ -54,14 +56,6 @@ properties:
5456
- rockchip,rk3588-uart
5557
- rockchip,rv1108-uart
5658
- rockchip,rv1126-uart
57-
- const: snps,dw-apb-uart
58-
- items:
59-
- enum:
60-
- brcm,bcm11351-dw-apb-uart
61-
- brcm,bcm21664-dw-apb-uart
62-
- const: snps,dw-apb-uart
63-
- items:
64-
- enum:
6559
- starfive,jh7100-hsuart
6660
- starfive,jh7100-uart
6761
- starfive,jh7110-uart

0 commit comments

Comments
 (0)