Message ID | 20240803125510.4699-3-ziyao@disroot.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add initial support for Rockchip RK3528 SoC | expand |
On 03/08/2024 14:55, Yao Zi wrote: > Rockchip RK3528 comes with a snps-dw-apb-uart compatible UART. Document > it in dt-bindings. > > Signed-off-by: Yao Zi <ziyao@disroot.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- <form letter> This is an automated instruction, just in case, because many review tags are being ignored. If you know the process, you can skip it (please do not feel offended by me posting it here - no bad intentions intended). If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 </form letter> Best regards, Krzysztof
Am Samstag, 3. August 2024, 14:55:08 CEST schrieb Yao Zi: > Rockchip RK3528 comes with a snps-dw-apb-uart compatible UART. Document > it in dt-bindings. > > Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-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 4cdb0dcaccf3..4573044be189 100644 > --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > @@ -48,6 +48,7 @@ properties: > - rockchip,rk3328-uart > - rockchip,rk3368-uart > - rockchip,rk3399-uart > + - rockchip,rk3528-uart > - rockchip,rk3568-uart > - rockchip,rk3588-uart > - rockchip,rv1108-uart >
diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml index 4cdb0dcaccf3..4573044be189 100644 --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml @@ -48,6 +48,7 @@ properties: - rockchip,rk3328-uart - rockchip,rk3368-uart - rockchip,rk3399-uart + - rockchip,rk3528-uart - rockchip,rk3568-uart - rockchip,rk3588-uart - rockchip,rv1108-uart
Rockchip RK3528 comes with a snps-dw-apb-uart compatible UART. Document it in dt-bindings. Signed-off-by: Yao Zi <ziyao@disroot.org> --- Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 + 1 file changed, 1 insertion(+)