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 0CFFBCAC5A7 for ; Mon, 22 Sep 2025 12:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KTpRIkMDZGIRnLw60YejAwUmsHxUQhcF2rz/dAuTR7g=; b=g/t1JUhCEsc8Wj FynL2hblwtu1kTasVrV2fF02bAGnVWFgFX+zGesz7ItgSvqvuGa6bxgloEjGup3RGOzrGhQ48Kkyh zu15pvKPDBHHzCVrso6BZ+sIGlmXDg7wYNtsHR6pf+fFNxv9yTiHPNNgOSOvxfG6Hv36cFMwA+nD6 KZWJmFLy+NH+OdFmr5VvQeg0yGvCXow60F/Z0jeZQW4zFBdAa2CsogXRZZMPAdbiRoKQu3hOVAyzC YqhtWz3W+tWoeEBc3ruCHwsDC/0Bkf8ej8heTEWwWYlc8t2s8H8pEv8zmvmti4vqnX3D/dNtXF7/z KEMVDROffFi1asgMo9sg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1v0g43-0000000ANsZ-309y; Mon, 22 Sep 2025 12:54:43 +0000 Received: from sender4-op-o12.zoho.com ([136.143.188.12]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1v0g40-0000000ANrP-3lyZ for linux-riscv@lists.infradead.org; Mon, 22 Sep 2025 12:54:42 +0000 ARC-Seal: i=1; a=rsa-sha256; t=1758545676; cv=none; d=zohomail.com; s=zohoarc; b=fKXsmQQOHLxpCKowArx0qWxjlqz35dv/c4ohWJ3WsbDHH75+0d7s1z/hS78hiyDpQs/GoluloEHJmAZF+1+otJFQHyp7/Xb2h3xa1Fi2YfDnLF3MS3ov22AamHbaBFpiFzyyPiOvv8X776Dlje4ga0MzKyTBQ/vr+VR7psz9sow= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1758545676; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=wO22W9vle4i5bEyr0Bi4hKWmH4mcCxrcklcIbBfbcws=; b=OSfa/c3zJULQ1LzZ92I9tuyFeHtVFB1UpTP7MTY8JoXzBhwZmTXoFZN50JTDGcmYL+eu5e2XqCpFLB+KynzbRMXQ3im9ZwzxQZmOdHCLGboBhc5Yt1HKafG68TfP2vsVXE0icQz4qwn3E8FffeyW6eolppdSQP4aVJbehsvlSBU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=pigmoral.tech; spf=pass smtp.mailfrom=junhui.liu@pigmoral.tech; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1758545676; s=zmail; d=pigmoral.tech; i=junhui.liu@pigmoral.tech; h=From:From:Date:Date:Subject:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Message-Id:References:In-Reply-To:To:To:Cc:Cc:Reply-To; bh=wO22W9vle4i5bEyr0Bi4hKWmH4mcCxrcklcIbBfbcws=; b=EOuZafm4h/hsy0QD9YcLFF4TqzOe0jIWS5A63/3jQHhivAgZj7UI/4sgn78nXbgI 4aFEiloVzBcjSuxz5aAu945aTnItGbR/KivVWsli4vwCnsOnt898tCGxkJVKuyNRQVh VM/2y2W2VgXe9KjOMMj9g2ECyTATQmMUEKEdzO+s= Received: by mx.zohomail.com with SMTPS id 17585456750162.658580432733288; Mon, 22 Sep 2025 05:54:35 -0700 (PDT) From: Junhui Liu Date: Mon, 22 Sep 2025 20:46:36 +0800 Subject: [PATCH v2 06/11] dt-bindings: serial: snps-dw-apb-uart: Add Anlogic DR1V90 uart MIME-Version: 1.0 Message-Id: <20250922-dr1v90-basic-dt-v2-6-64d28500cb37@pigmoral.tech> References: <20250922-dr1v90-basic-dt-v2-0-64d28500cb37@pigmoral.tech> In-Reply-To: <20250922-dr1v90-basic-dt-v2-0-64d28500cb37@pigmoral.tech> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Daniel Lezcano , Thomas Gleixner , Samuel Holland , Anup Patel , Greg Kroah-Hartman , Jiri Slaby , Junhui Liu Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , Conor Dooley , linux-riscv@lists.infradead.org, linux-serial@vger.kernel.org X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1758545232; l=995; i=junhui.liu@pigmoral.tech; s=20250910; h=from:subject:message-id; bh=2duqhJJfa3OWCSE0ZYgcGXeD6NGxJzujcMjbQJAxiO4=; b=VBUHAMSHO09Ry2leHmRfzhpQE5vY/EH5hoSJ1OEQ993DTBLwsoC4M2LtvSyzXY+B77YEcdM6/ d6tYVM5spvJAREhNvHnj/eDM5Jd8X2yL4ct3YO96C9uDqjjVWooUBoR X-Developer-Key: i=junhui.liu@pigmoral.tech; a=ed25519; pk=cgATWSU1KfGWmdwNmkPyHGnWgofhqqhE8Vts58wyxe4= X-ZohoMailClient: External X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250922_055441_021665_902E8F15 X-CRM114-Status: UNSURE ( 7.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org The Anlogic DR1V90 SoC integrates a UART controller compatible with snps,dw-apb-uart, operating at a 50 MHz clock. Acked-by: Rob Herring (Arm) Signed-off-by: Junhui Liu --- 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 cb9da6c97afcfd27a315414959b2b17beb4454cf..691bd0bac6be449516e213b550415acd37badad6 100644 --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml @@ -51,6 +51,7 @@ properties: - const: renesas,rzn1-uart - items: - enum: + - anlogic,dr1v90-uart - brcm,bcm11351-dw-apb-uart - brcm,bcm21664-dw-apb-uart - rockchip,px30-uart -- 2.51.0 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv