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

Commit 7d7011ca authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Update PDC node for sm8150

Update PDC node to add missing properties like pdc ranges, spi cfg
register and add it as wakeup parent to TLMM.

Change-Id: I64b1ae4781cf59bb58a930e317ad98aa75c9b19e
parent 12f20880
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
		wakeup-parent = <&pdc>;

		ufs_dev_reset_assert: ufs_dev_reset_assert {
			config {
+5 −4
Original line number Diff line number Diff line
@@ -579,10 +579,11 @@
		interrupt-parent = <&intc>;
	};

	pdc: interrupt-controller@0xb220000 {
		compatible = "qcom,pdc-sm8150";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
	pdc: interrupt-controller@b220000 {
		compatible = "qcom,sm8150-pdc";
		reg = <0xb220000 0x30000>, <0x17c000f0 0x64>;
		qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};