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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97D48C6FD1D for ; Tue, 4 Apr 2023 16:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234726AbjDDQz4 convert rfc822-to-8bit (ORCPT ); Tue, 4 Apr 2023 12:55:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235395AbjDDQzw (ORCPT ); Tue, 4 Apr 2023 12:55:52 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60353D1; Tue, 4 Apr 2023 09:55:34 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] 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 1pjjwE-0000HT-RK; Tue, 04 Apr 2023 18:55:18 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Peter Geis Cc: linux-kernel@vger.kernel.org, Javier Martinez Canillas , Peter Robinson , Caleb Connolly , Jarrah Gosbell , Krzysztof Kozlowski , Martijn Braam , Ondrej Jirman , Rob Herring , Tom Fitzhenry , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] arm64: dts: rockchip: Change serial baud rate for Pinephone Pro to 1.5 MB Date: Tue, 04 Apr 2023 18:55:17 +0200 Message-ID: <3999080.iIbC2pHGDl@diego> In-Reply-To: References: <20230403175937.2842085-1-javierm@redhat.com> <3738011.44csPzL39Z@diego> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Peter, Am Dienstag, 4. April 2023, 14:52:02 CEST schrieb Peter Geis: > On Tue, Apr 4, 2023 at 3:55 AM Heiko Stübner wrote: > > > > Hi, > > > > Am Montag, 3. April 2023, 19:59:37 CEST schrieb Javier Martinez Canillas: > > > This baud rate is set for the device by mainline u-boot and is also what > > > is set in the Pinebook Pro Device Tree, which is a device similar to the > > > PinePhone Pro but with a different form factor. > > > > > > Otherwise, the baud rate of the firmware and Linux don't match by default > > > and a 'console=ttyS2,1500000n8' kernel command line parameter is required > > > to have proper output for both. > > > > The interesting question is always if this will break someone else's setup. > > I've never really understood the strange setting of 1.5MBps, but on the > > other hand it _is_ a reality on most boards. > The 1.5M baud is default because the clock structure on rockchip > devices does not allow a clean 115200 baud. By attempting to force > 115200, it will always be slightly off (either low or high depending > on how the driver decided to round). If this actually causes any > problems is the subject of much debate. thanks so much for this piece of clock-detail. As I wrote, I never really understood the why _before_ but also never cared that much to dive into it and find out. So your explanation closes one knowledge gap in my head. Thanks a lot :-) Heiko