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

Commit b6259335 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add PDC interrupt controller for sdm855"

parents 4837beb8 0500e855
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
	model = "Qualcomm Technologies, Inc. SDM855";
	compatible = "qcom,sdm855";
	qcom,msm-id = <339 0x0>;
	interrupt-parent = <&intc>;
	interrupt-parent = <&pdc>;

	aliases {
		ufshc1 = &ufshc_mem; /* Embedded UFS slot */
@@ -607,6 +607,15 @@
		reg = <0x17a00000 0x10000>,     /* GICD */
		      <0x17a60000 0x100000>;    /* GICR * 8 */
		interrupts = <1 9 4>;
		interrupt-parent = <&intc>;
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-sdm855";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

	timer {
@@ -892,7 +901,7 @@
		qcom,smem-id = <421>;

		/* Inputs from mss */
		interrupts-extended = <&intc 0 266 1>,
		interrupts-extended = <&pdc 0 266 1>,
				<&modem_smp2p_in 0 0>,
				<&modem_smp2p_in 2 0>,
				<&modem_smp2p_in 1 0>,
@@ -932,7 +941,7 @@
		memory-region = <&pil_adsp_mem>;

		/* Inputs from lpass */
		interrupts-extended = <&intc 0 162 1>,
		interrupts-extended = <&pdc 0 162 1>,
				<&adsp_smp2p_in 0 0>,
				<&adsp_smp2p_in 2 0>,
				<&adsp_smp2p_in 1 0>,
@@ -975,7 +984,7 @@
		memory-region = <&pil_slpi_mem>;

		/* Inputs from ssc */
		interrupts-extended = <&intc 0 494 1>,
		interrupts-extended = <&pdc 0 494 1>,
				<&dsps_smp2p_in 0 0>,
				<&dsps_smp2p_in 2 0>,
				<&dsps_smp2p_in 1 0>,
@@ -1098,7 +1107,7 @@
		memory-region = <&pil_cdsp_mem>;

		/* Inputs from turing */
		interrupts-extended = <&intc 0 578 1>,
		interrupts-extended = <&pdc 0 578 1>,
				<&cdsp_smp2p_in 0 0>,
				<&cdsp_smp2p_in 2 0>,
				<&cdsp_smp2p_in 1 0>,
@@ -1362,7 +1371,7 @@
		dwc3@a600000 {
			compatible = "snps,dwc3";
			reg = <0x0a600000 0xcd00>;
			interrupt-parent = <&intc>;
			interrupt-parent = <&pdc>;
			interrupts = <0 133 0>;
			tx-fifo-resize;
			linux,sysdev_is_parent;