Re: [PATCH v2] dt-bindings: serial: snps-dw-apb-uart: Add RV1106 compatible
Heiko Stuebner <[email protected]>
| Newsgroups | org.kernel.vger.linux-serial,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <15791133.tv2OnDr8pf@phil> |
Am Dienstag, 14. Juli 2026, 21:20:36 Mitteleuropäische Sommerzeit schrieb Simon Glass: > Add the compatible for the UARTs of the Rockchip RV1106, which are > compatible with the Synopsys DesignWare APB UART. > > Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Heiko Stuebner <[email protected]> > --- > > Changes in v2: > - Split out into its own patch > > 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 49f51b002879..c0d0524458c1 100644 > --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > @@ -72,6 +72,7 @@ properties: > - rockchip,rk3576-uart > - rockchip,rk3588-uart > - rockchip,rv1103b-uart > + - rockchip,rv1106-uart > - rockchip,rv1108-uart > - rockchip,rv1126-uart > - sophgo,sg2044-uart > --- > base-commit: 3b029c035b34bbc693405ddf759f0e9b920c27f1 > branch: rv1106c2 > >