[PATCH] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3506

Heiko Stuebner posted 1 patch 3 months, 2 weeks ago
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3506
Posted by Heiko Stuebner 3 months, 2 weeks ago
The uarts used in the RK3506 SoC are still the same dw-apb-uart compatible
type as on the SoCs that came before, so add the RK3506 to the list
of variants.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 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 cb9da6c97afc..7a71b58f880a 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -64,6 +64,7 @@ properties:
               - rockchip,rk3328-uart
               - rockchip,rk3368-uart
               - rockchip,rk3399-uart
+              - rockchip,rk3506-uart
               - rockchip,rk3528-uart
               - rockchip,rk3562-uart
               - rockchip,rk3568-uart
-- 
2.47.2
Re: [PATCH] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3506
Posted by Conor Dooley 3 months, 2 weeks ago
On Wed, Oct 22, 2025 at 12:32:09AM +0200, Heiko Stuebner wrote:
> The uarts used in the RK3506 SoC are still the same dw-apb-uart compatible
> type as on the SoCs that came before, so add the RK3506 to the list
> of variants.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable