2021-05-17 00:49:32

by Andreas Färber

[permalink] [raw]
Subject: [PATCH 2/9] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK1808

Add a Rockchip RK1808 compatible.

Signed-off-by: Andreas Färber <[email protected]>
---
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 87ef1e218152..68545e421bbe 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -23,6 +23,7 @@ properties:
- items:
- enum:
- rockchip,px30-uart
+ - rockchip,rk1808-uart
- rockchip,rk3036-uart
- rockchip,rk3066-uart
- rockchip,rk3188-uart
--
2.31.1



2021-05-19 18:16:51

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/9] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK1808

On Mon, 17 May 2021 01:05:44 +0200, Andreas F?rber wrote:
> Add a Rockchip RK1808 compatible.
>
> Signed-off-by: Andreas F?rber <[email protected]>
> ---
> Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>