Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57e47710 authored by Girish Mahadevan's avatar Girish Mahadevan
Browse files

ARM: dts: msm: Add bus id for UART SEs on SDM845



Add the Bus-Ids for UART on both QUP instances needed for interconnect
bus votes.

Change-Id: Idfee1d2df6cc6992a8735ff4735f8272455e550b
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent 3e694cc6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
 * GNU General Public License for more details.
 */

#include <dt-bindings/msm/msm-bus-ids.h>

&soc {
	/* QUPv3 South instances */

@@ -30,6 +32,7 @@
		pinctrl-1 = <&qupv3_se6_4uart_sleep>;
		interrupts = <GIC_SPI 607 0>;
		status = "disabled";
		qcom,bus-mas = <MSM_BUS_MASTER_BLSP_1>;
	};

	qupv3_se7_4uart: qcom,qup_uart@0x89c000 {
@@ -45,6 +48,7 @@
		pinctrl-1 = <&qupv3_se7_4uart_sleep>;
		interrupts = <GIC_SPI 608 0>;
		status = "disabled";
		qcom,bus-mas = <MSM_BUS_MASTER_BLSP_1>;
	};

	/* I2C */
@@ -336,6 +340,7 @@
		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&qupv3_se9_2uart_active>;
		pinctrl-1 = <&qupv3_se9_2uart_sleep>;
		qcom,bus-mas = <MSM_BUS_MASTER_BLSP_2>;
		interrupts = <GIC_SPI 354 0>;
		status = "disabled";
	};
@@ -353,6 +358,7 @@
		pinctrl-0 = <&qupv3_se10_2uart_active>;
		pinctrl-1 = <&qupv3_se10_2uart_sleep>;
		interrupts = <GIC_SPI 355 0>;
		qcom,bus-mas = <MSM_BUS_MASTER_BLSP_2>;
		status = "disabled";
	};