From patchwork Sun Oct 16 14:47:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caleb Connolly X-Patchwork-Id: 615553 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 F2054C4332F for ; Sun, 16 Oct 2022 14:48:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229673AbiJPOsF (ORCPT ); Sun, 16 Oct 2022 10:48:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229608AbiJPOsE (ORCPT ); Sun, 16 Oct 2022 10:48:04 -0400 Received: from proxmox1.postmarketos.org (proxmox1.postmarketos.org [213.239.216.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 698662AC62; Sun, 16 Oct 2022 07:48:03 -0700 (PDT) Received: from localhost.localdomain (cpc76482-cwma10-2-0-cust629.7-3.cable.virginm.net [86.14.22.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by proxmox1.postmarketos.org (Postfix) with ESMTPSA id 078351401FE; Sun, 16 Oct 2022 14:47:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postmarketos.org; s=donut; t=1665931680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hEmvd+bLXZkxs7tcafb47/EuNnXtF1xF7FdoA1UFwEg=; b=cCEbjqP0ukPYqrd/2k/4yAWSjVrV+PmyqbpczV5rLaEaEbIV4AovGSKL1SYAe+qD5ByWZ6 QebMENFawCPWPp6/Z+1mQgPLitj1tSbjFq3qNLettPg3TdCDmt/cXGzeOH+ffLmVMbNpH7 hWYPTAig7KamU8YT7Z0j2+B65oZfT8A= From: Caleb Connolly To: caleb@connolly.tech Cc: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , devicetree@vger.kernel.org, Konrad Dybcio , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [RESEND PATCH 0/7] arm64: dts: qcom: sdm845: commonize bluetooth pinconf Date: Sun, 16 Oct 2022 15:47:06 +0100 Message-Id: <20221016144714.1742824-1-kc@postmarketos.org> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Caleb Connolly [resending from a different address as protonmail keeps deleting In-Reply-To headers] This series commonises the 4-pin pinconf used by almost all devices which have have Bluetooth on uart6 and removes the node from individual device DTS files. It also updates the old hsuart alias definitions to serial1. I'm happy to drop this if it may causes issues with userspace, but it seemed to make sense to throw in while we're at it. This is a followup to Dmitry's suggestion on an earlier patch: https://lore.kernel.org/all/CAA8EJpqz32_LxmBVbcLt0sV=e1JzGtWEmMsKsQNoZzuGgLWbBQ@mail.gmail.com/ Cc: Dmitry Baryshkov Caleb Connolly (6): arm64: dts: qcom: sdm845: commonize bluetooth UART pinmux arm64: dts: qcom: sdm845-cheza: commonize uart6 pinconf arm64: dts: qcom: sdm845-db845c: commonize uart6 pinconf arm64: dts: qcom: sdm845-oneplus-common: commonize uart6 pinconf arm64: dts: qcom: sdm845-xiaomi-beryllium: commonize uart6 pinconf arm64: dts: qcom: sdm845-xiaomi-polaris: commonize uart6 pinconf Dylan Van Assche (1): arm64: dts: qcom: sdm845-shift-axolotl: fix Bluetooth firmware loading arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 39 ++----------------- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 27 ++----------- .../boot/dts/qcom/sdm845-oneplus-common.dtsi | 30 ++------------ .../boot/dts/qcom/sdm845-shift-axolotl.dts | 9 +++++ .../boot/dts/qcom/sdm845-xiaomi-beryllium.dts | 29 ++------------ .../boot/dts/qcom/sdm845-xiaomi-polaris.dts | 27 +------------ arch/arm64/boot/dts/qcom/sdm845.dtsi | 23 +++++++++++ 7 files changed, 46 insertions(+), 138 deletions(-)