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

Commit 04f03216 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Move PDC node for sdm845/sdm670



Move out PDC node from PM nodes to reduce time taken to
find pdc handle. As "of_find_node_by_phandle" function
iterates through root node to find the handle, it takes
longer time for interrupt maps to find pdc node, if pdc node defined
in PM nodes.

Change-Id: I198c710734abf59b691c8c3b6239a44ab378f4c5
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent 4728a0a0
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -186,12 +186,4 @@
		reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
	};

	pdc: interrupt-controller@b220000{
		compatible = "qcom,pdc-sdm670";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -689,6 +689,14 @@
		interrupt-parent = <&intc>;
	};

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

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 1 0xf08>,
+0 −8
Original line number Diff line number Diff line
@@ -139,12 +139,4 @@
		reg = <0xC300000 0x1000>, <0xC3F0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-sdm845";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -754,6 +754,14 @@
		interrupt-parent = <&intc>;
	};

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

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <1 1 0xf08>,