Message ID | 20221016172944.1892206-1-kc@postmarketos.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: sdm845: commonize bluetooth pinconf | expand |
On Sun, 16 Oct 2022 18:29:40 +0100, Caleb Connolly wrote: > From: Caleb Connolly <caleb@connolly.tech> > > 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. > > [...] Applied, thanks! [1/3] arm64: dts: qcom: sdm845: commonize bluetooth UART pinmux commit: 691dfbf54214c9c42444f357fc3a8103a10ad738 [2/3] arm64: dts: qcom: sdm845-shift-axolotl: fix Bluetooth commit: 9833e23b6905d0ab342deb16a6c2312759ab5a0d [3/3] arm64: dts: qcom: sdm845-*: fix uart6 aliases commit: 4772c03002c3eb2fc6dd0f908af0d8371a622499 Best regards,
From: Caleb Connolly <caleb@connolly.tech> 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 <dmitry.baryshkov@linaro.org> 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(-)