From patchwork Thu Jan 2 19:45:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: E Shattow X-Patchwork-Id: 13924912 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 B6BBAE77188 for ; Thu, 2 Jan 2025 19:46:16 +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: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=eENfHDDNFnjvToWTNkRfn93JfUzuR/G4e3Lr+B47DSg=; b=H7g7W1sxeg8p2C p8Fc76ecn8StAJdHXfoVubG/q7IwlOkc0OSoHs0mt/8otYJtTrrUo42hhwGigEa5TztVIkSP/5Wk3 /FhNsuJqxrPp9FJ55B+o7+7ciee4znHbLl/UwkQRJ+wauMzBGxiVTZfT6n9eEBpvM34LFdS0SHHUd 00Tyd4zrb6PzNrlToMjOZz/aNqXP+3WjbWa2CD8zxwI8xAGw11B+HKNToSHR0im+y8KtQreyHWW+R EVeY4DPnrK43ZGC3fx0IMlYCQ0upUnJIET6SrVWJ3rjHzvm85h5fsR818GRCOdpWnR2q5+j1kvneN Iie43hYwJwDGkq1lniVg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tTR91-0000000BItP-2G52; Thu, 02 Jan 2025 19:46:11 +0000 Received: from freeshell.de ([116.202.128.144]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tTR8z-0000000BIsX-2Z2N for linux-riscv@lists.infradead.org; Thu, 02 Jan 2025 19:46:10 +0000 Received: from hay.lan. (unknown [IPv6:2605:59c8:31de:bf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 19CB4B4B32BD; Thu, 2 Jan 2025 20:46:05 +0100 (CET) From: E Shattow To: Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou Cc: linux-kernel@vger.kernel.org, E Shattow , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v1 3/5] riscv: dts: starfive: jh7110-common: assign 24MHz clock-frequency to uart0 Date: Thu, 2 Jan 2025 11:45:09 -0800 Message-ID: <20250102194530.418127-4-e@freeshell.de> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250102194530.418127-1-e@freeshell.de> References: <20250102194530.418127-1-e@freeshell.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250102_114609_797567_65614F7C X-CRM114-Status: UNSURE ( 6.93 ) 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: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Set uart0 clock-frequency for better compatibility with operating system and downstream boot loader SPL secondary program loader. Signed-off-by: E Shattow --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 651f9a602226..bf2f0c34ad4e 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -636,6 +636,7 @@ GPOEN_DISABLE, }; &uart0 { + clock-frequency = <24000000>; pinctrl-names = "default"; pinctrl-0 = <&uart0_pins>; status = "okay";