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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B3AEC2BB48 for ; Thu, 17 Dec 2020 10:42:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5BB2823899 for ; Thu, 17 Dec 2020 10:42:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727689AbgLQKl5 (ORCPT ); Thu, 17 Dec 2020 05:41:57 -0500 Received: from mail-ot1-f50.google.com ([209.85.210.50]:34842 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725950AbgLQKl4 (ORCPT ); Thu, 17 Dec 2020 05:41:56 -0500 Received: by mail-ot1-f50.google.com with SMTP id i6so26822264otr.2; Thu, 17 Dec 2020 02:41:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jZq72uh5drDq+vH9HNncqoGluBOo86keamsd9/IIxuo=; b=IirwPUrWSaNiSV988M8pc9139G4DHCVjKu5Pw09zjFOygAQMzs7qA6v+976RLcPArk EhaFgD3zpTP4w00cemYngR27LJ9E5y3bqUdpmyV7SPlSNyfC0C9xjh+mAolpESogqaSk 464OlTsyTnHTaEHvadq2lHlNtAL8ECUEkFcXio5/Yjm5JKKJtCHS27b1Mvr1ohLLjQb3 6JpCchFp2Xn8jMPCJXQRJlvwuwBNZLPpaTKKUTEkaTbplNQvFP3yg7BH4D+DhWhOIC16 K5vJ36xVe169ndlRmKeOa/v6HnOf8O72PV084Bazfuh5OMKVfL7lNKQJFrj9kJPTxZfF /rzw== X-Gm-Message-State: AOAM531Qv1q11uGUJdXHl5n2hDEfGf1DKe/MHhsdJ7VavsIvy5CpqGje ovykpquLIteMlJu+5cTHr3xxi0sYEN+KIAboXYU= X-Google-Smtp-Source: ABdhPJx9/mrnyQV28izVCd8+tQdBcbMYWFHxro0JPWzgWg1hB/ptH7C+XMsePpAGUbfAC0eKmh4O/gKTVvbOrpAEiog= X-Received: by 2002:a05:6830:1f5a:: with SMTP id u26mr28890907oth.250.1608201675171; Thu, 17 Dec 2020 02:41:15 -0800 (PST) MIME-Version: 1.0 References: <20201213183759.223246-1-aford173@gmail.com> <20201213183759.223246-3-aford173@gmail.com> In-Reply-To: <20201213183759.223246-3-aford173@gmail.com> From: Geert Uytterhoeven Date: Thu, 17 Dec 2020 11:41:03 +0100 Message-ID: Subject: Re: [PATCH 02/18] arm64: dts: renesas: beacon kit: Fix choppy Bluetooth Audio To: Adam Ford Cc: Linux-Renesas , Adam Ford-BE , Magnus Damm , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 13, 2020 at 7:38 PM Adam Ford wrote: > The Bluetooth chip is capable of operating at 4Mbps, but the > max-speed setting was on the UART node instead of the Bluetooth > node, so the chip didn't operate at the correct speed resulting > in choppy audio. Fix this by setting the max-speed in the proper > node. > > Fixes: a1d8a344f1ca ("arm64: dts: renesas: Introduce r8a774a1-beacon-rzg2m-kit") > Signed-off-by: Adam Ford Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-devel for v5.12. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds