From: Caleb Connolly <caleb@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx/ Cc: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Changes since v1: * Address Krzysztof's comments * Refactor series to show pinmux move in a single patch * Put hsuart0->serial1 alias fixes in a single patch Caleb Connolly (2): arm64: dts: qcom: sdm845: commonize bluetooth UART pinmux arm64: dts: qcom: sdm845-*: fix uart6 aliases Dylan Van Assche (1): arm64: dts: qcom: sdm845-shift-axolotl: fix Bluetooth 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 | 22 +++++++++++ 7 files changed, 45 insertions(+), 138 deletions(-) -- 2.38.0