diff options
author | Yao Zi <ziyao@disroot.org> | 2024-09-19 13:14:15 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-11 08:14:14 +0200 |
commit | ed3c3f32339538ad1b7285ed99cef7d9d40cfdc1 (patch) | |
tree | 322f73dbf064bb116d59704641cb7e231fa90309 /Documentation/devicetree | |
parent | dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3576 (diff) | |
download | linux-ed3c3f32339538ad1b7285ed99cef7d9d40cfdc1.tar.xz linux-ed3c3f32339538ad1b7285ed99cef7d9d40cfdc1.zip |
dt-bindings: serial: snps-dw-apb-uart: Document Rockchip RK3528
Rockchip RK3528 comes with a snps-dw-apb-uart compatible UART. Document
it in dt-bindings.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Yao Zi <ziyao@disroot.org>
Link: https://lore.kernel.org/r/20240919111413.45413-4-ziyao@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml index cfcfd7a6b78f..1a6f618ca635 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,rk3576-uart - rockchip,rk3588-uart |