From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DE3143644C7; Tue, 10 Mar 2026 08:11:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773130286; cv=none; b=NNd94rVVQ68S7oDidhFmJVKO96xdpVGQ+Had+50JIqQpwx1Eic8mOa1VoxCa6VsjIEyuGjgOV1iPTOMnLXwF6H6yO2pzUSQQJ4OFX8D7Nc0JWZ3zU7sTIJfCmrwPLvnlGdP+qJIZSpOe3TvAc5siKyzVtMsr16XEk74Ts7Kggfk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773130286; c=relaxed/simple; bh=ipr58oDiPJvPD66wTuXKeOszxNw/dgQZ9WEFfxa45YE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=U4ZaqENFL/yat3RKN5qbfKB4W0mqivp2mup+ub91zU/P+PF7yW92NVAWAGPhFNK0uuvkqaDMY+/m0h/BgZUUrAaDiIOhj5zUqxLQRQAqpd0tN8f/KJb9BM9urLjKosrYOKtbZAR7rqorzf72oS/SB30TJFJ477587e4n2ZGJ8Uc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=AbKdJpBJ; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="AbKdJpBJ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=I6xrK61zKxaYaQBHuBwK+rNHZNpJEhlMQOrf1rDBu98=; b=AbKdJpBJ6sU7Tjs+QU3PGJAZHG SZyfscC6eWtu5evNx7s+iGSlcSTJ6lEOd4mHzE5IJjChLQxlC0VI6Uu8yhKx3KIzSEuFibC12epLP UPI4OLmhJCj/YfpEXQVDH4xkKgAhG6r6Uifui769iv83XWGsSBQi5rtx4UOK+YAHC1Fcvm4ezBZIR mbRFnv1tJI+jo+HqSh80RzFpPZ/A2UzswMqqYS0EB2HHJB02w0jvjrTJReWWgT7nKf+Ty51/4nK21 OQwezbj6jUzs19w7Ig4Qq3Jcb3iT4ZZPhZCsr9Lxv6Q2Fxf9sLXrecocp65E2QI1hQBhy6KaYmKHi GeVVGuNg==; From: Heiko Stuebner To: gregkh@linuxfoundation.org, Fabio Estevam Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, Fabio Estevam , Krzysztof Kozlowski Subject: Re: [PATCH v2 RESEND] dt-bindings: serial: snps-dw-apb-uart: Add RV1103B compatible Date: Tue, 10 Mar 2026 09:11:19 +0100 Message-ID: <2468363.NG923GbCHz@phil> In-Reply-To: <20260310000606.415206-1-festevam@gmail.com> References: <20260310000606.415206-1-festevam@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Am Dienstag, 10. M=C3=A4rz 2026, 01:06:06 Mitteleurop=C3=A4ische Normalzeit= schrieb Fabio Estevam: > From: Fabio Estevam >=20 > The RV1103B UART is compatible with the existing DesignWare APB UART > binding. Add the rockchip,rv1103b-uart compatible string. >=20 > Signed-off-by: Fabio Estevam > Acked-by: Krzysztof Kozlowski Reviewed-by: Heiko Stuebner > --- > Changes since v1: > - Make commit log more concise. >=20 > Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.ya= ml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > index 6efe43089a74..685c1eceb782 100644 > --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > @@ -71,6 +71,7 @@ properties: > - rockchip,rk3568-uart > - rockchip,rk3576-uart > - rockchip,rk3588-uart > + - rockchip,rv1103b-uart > - rockchip,rv1108-uart > - rockchip,rv1126-uart > - sophgo,sg2044-uart >=20