[PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562

Kever Yang posted 15 patches 11 months, 2 weeks ago
There is a newer version of this series
[PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
Posted by Kever Yang 11 months, 2 weeks ago
The UART core on Rockchip's RK3562 is the same as the one already
included in generic dw-apb-uart. Extend the binding accordingly to allow

	compatible = "rockchip,rk3562-uart", "snps,dw-apb-uart";

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

Changes in v3:
- Update the commit message

Changes in v2: None

 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 1c163cb5dff1..1c16ca3b4e29 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -51,6 +51,7 @@ properties:
               - rockchip,rk3368-uart
               - rockchip,rk3399-uart
               - rockchip,rk3528-uart
+              - rockchip,rk3562-uart
               - rockchip,rk3568-uart
               - rockchip,rk3576-uart
               - rockchip,rk3588-uart
-- 
2.25.1
Re: [PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
Posted by Rob Herring (Arm) 11 months, 2 weeks ago
On Thu, 27 Feb 2025 19:19:06 +0800, Kever Yang wrote:
> The UART core on Rockchip's RK3562 is the same as the one already
> included in generic dw-apb-uart. Extend the binding accordingly to allow
> 
> 	compatible = "rockchip,rk3562-uart", "snps,dw-apb-uart";
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> Changes in v3:
> - Update the commit message
> 
> Changes in v2: None
> 
>  Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>