From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC670C3DA7F for ; Sat, 10 Aug 2024 21:26:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IqR1Z0lyp5kc4v3U9kIRCZDRsGr73vmI5LYyFjJUSHw=; b=C1BwQmdEXu4eQo1+fdD6u8ohJz woPJ4PE7VXzdEGvkA8vE92vDzRkbHT2gNBDdvgSvf6O9uZn3jVlKEP+RJnx5h5j/PCvbSK6CokUjw S59yszQ3c2bLsN3Ly/SM5Xkm0SzWFLzUafGvpZg+P9DRqjIO3Ky4GerVTnxwKoCaMc3HZkFx9dGTB CSc2YJ5Hx0INaawlw+f4RK8+qSH2C5Z95Y0AnSO8t7DkiWMnqVGqKDrAlGyCBO38eX2bX5IGuyEpg bBltBEjGPUJJhMnXnHZRqWZR8luFf8C47eORrWOBAO7nGipBZzf1iWPrxgpKV/9MEpa0YocbXJEoq CGbSAxMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sctbe-0000000EcYq-0bAi; Sat, 10 Aug 2024 21:26:34 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sctb3-0000000EcUx-3WHa; Sat, 10 Aug 2024 21:25:59 +0000 Received: from i53875b02.versanet.de ([83.135.91.2] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sctah-0007cj-JJ; Sat, 10 Aug 2024 23:25:35 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman , Jiri Slaby , Chris Morgan , Jonas Karlman , Tim Lunn , Andy Yan , Muhammed Efe Cetin , Jagan Teki , Dragan Simic , Ondrej Jirman , Yao Zi Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Yao Zi Subject: Re: [PATCH 1/4] dt-bindings: serial: snps-dw-apb-uart: Document Rockchip RK3528 Date: Sat, 10 Aug 2024 23:25:33 +0200 Message-ID: <3241630.nGQf0TPKTz@diego> In-Reply-To: <20240803125510.4699-3-ziyao@disroot.org> References: <20240803125510.4699-2-ziyao@disroot.org> <20240803125510.4699-3-ziyao@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240810_142557_918249_FC11E891 X-CRM114-Status: GOOD ( 14.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 Reviewed-by: Heiko Stuebner > --- > 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 >