diff mbox series

[1/2] ARM: dts: qcom: msm8974: add blsp2_uart8

Message ID 20210406140551.3328241-1-alexeymin@postmarketos.org (mailing list archive)
State Accepted
Commit 83bbdec03fad56c0fad7dab10c9124c2d2999526
Headers show
Series [1/2] ARM: dts: qcom: msm8974: add blsp2_uart8 | expand

Commit Message

Alexey Minnekhanov April 6, 2021, 2:05 p.m. UTC
Add blsp2_uart8 node in order to support bluetooth on the
Samsung Galaxy S5 phone.

Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org April 6, 2021, 5:30 p.m. UTC | #1
Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Tue,  6 Apr 2021 17:05:50 +0300 you wrote:
> Add blsp2_uart8 node in order to support bluetooth on the
> Samsung Galaxy S5 phone.
> 
> Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
> ---
>  arch/arm/boot/dts/qcom-msm8974.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)

Here is the summary with links:
  - [1/2] ARM: dts: qcom: msm8974: add blsp2_uart8
    https://git.kernel.org/qcom/c/83bbdec03fad
  - [2/2] ARM: dts: qcom: msm8974-klte: Add bluetooth support
    https://git.kernel.org/qcom/c/885aae6860fa

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index d725f37d6b311..29bda8bacc235 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -742,6 +742,15 @@  blsp2_uart1: serial@f995d000 {
 			status = "disabled";
 		};
 
+		blsp2_uart8: serial@f995e000 {
+			compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
+			reg = <0xf995e000 0x1000>;
+			interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&gcc GCC_BLSP2_UART2_APPS_CLK>, <&gcc GCC_BLSP2_AHB_CLK>;
+			clock-names = "core", "iface";
+			status = "disabled";
+		};
+
 		blsp2_uart10: serial@f9960000 {
 			compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
 			reg = <0xf9960000 0x1000>;