Message ID | 20241224094920.3821861-10-kever.yang@rock-chips.com |
---|---|
State | New |
Headers | show |
Series | rockchip: Add rk3562 support | expand |
On Tue, Dec 24, 2024 at 05:49:12PM +0800, Kever Yang wrote:
> Add rockchip,rk3562-uart compitable for rk3562.
Typos.
This we see from the diff. Say something not obvious. Where is the driver change? Why aren't the devices compatible?
Best regards,
Krzysztof
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
Add rockchip,rk3562-uart compitable for rk3562. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- Changes in v2: None Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 + 1 file changed, 1 insertion(+)