From patchwork Sun Oct 16 14:33:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caleb Connolly X-Patchwork-Id: 13007806 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 1B653C4332F for ; Sun, 16 Oct 2022 14:33:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229616AbiJPOdh (ORCPT ); Sun, 16 Oct 2022 10:33:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229737AbiJPOdg (ORCPT ); Sun, 16 Oct 2022 10:33:36 -0400 Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C7BF31FA7; Sun, 16 Oct 2022 07:33:34 -0700 (PDT) Date: Sun, 16 Oct 2022 14:33:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1665930811; x=1666190011; bh=nQcr0gyvGKgwbCZ+Rk3zEhXgbzikCjptdDy+F0zBoUA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID; b=MXtW+dxsE8ztPufa7ufQlRAQfdhDblVV6fSE9rgpBA1uYvmuj5pNe9JoRA3CTrd12 pUBoq4h/HZk8eLvW3j3L4P09yXZDXFdbuRoMfY91/0BWpF4lOi1UIal0eLx5p3oGT0 jTv86Do8o/vQNRHoakNq4TWLDfURLaoX3vLSnRkk= To: caleb@connolly.tech From: Caleb Connolly 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: [PATCH 0/7] arm64: dts: qcom: sdm845: commonize bluetooth pinconf Message-ID: <20221016143300.1738550-1-caleb@connolly.tech> Feedback-ID: 10753939:user:proton MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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(-) --- 2.38.0