[PATCH 1/1] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588

From: Sebastian Reichel
Date: Thu Jun 23 2022 - 12:14:15 EST


Add a Rockchip RK3588 compatible.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
---
Note: This used to be part of a bigger series. I'm now sending things
per subsystem. Existing serial driver is compatible with RK3588,
so this just adds a DT compatible value in case a SoC specific
bug needing a quirk is uncovered at a later point.
---
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
index 12137fe80acf..b5c819c5fa2c 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -33,6 +33,7 @@ properties:
- rockchip,rk3368-uart
- rockchip,rk3399-uart
- rockchip,rk3568-uart
+ - rockchip,rk3588-uart
- rockchip,rv1108-uart
- const: snps,dw-apb-uart
- items:
--
2.35.1