Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: msm8974: add blsp2_uart10

Add blsp2_uart10 node in order to support bluetooth on the Nexus 5
phone.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
[masneyb@onstation.org: use constants in interrupts property; patch
extracted from much larger out of tree patch.]
Signed-off-by: Brian Masney <masneyb@onstation.org>
Link: https://lore.kernel.org/r/20200129232031.34538-3-masneyb@onstation.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Jonathan Marek and committed by
Bjorn Andersson
726a1176 bcd3a145

+9
+9
arch/arm/boot/dts/qcom-msm8974.dtsi
··· 715 715 status = "disabled"; 716 716 }; 717 717 718 + blsp2_uart10: serial@f9960000 { 719 + compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 720 + reg = <0xf9960000 0x1000>; 721 + interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; 722 + clocks = <&gcc GCC_BLSP2_UART4_APPS_CLK>, <&gcc GCC_BLSP2_AHB_CLK>; 723 + clock-names = "core", "iface"; 724 + status = "disabled"; 725 + }; 726 + 718 727 sdhci@f9824900 { 719 728 compatible = "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"; 720 729 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;