Commit 53ced99d authored by Andy Gross's avatar Andy Gross Committed by Andy Gross
Browse files

arm: dts: Add RPM/SMD support on APQ8084



This patch adds support for RPM and SMD nodes that are present on APQ8084
platforms.

Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@sonymobile.com>
parent 64ab8863
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -123,6 +123,11 @@
			      <0xf9002000 0x1000>;
		};

		apcs: syscon@f9011000 {
			compatible = "syscon";
			reg = <0xf9011000 0x1000>;
		};

		timer@f9020000 {
			#address-cells = <1>;
			#size-cells = <1>;
@@ -318,4 +323,19 @@
			#interrupt-cells = <4>;
		};
	};

	smd {
		compatible = "qcom,smd";

		rpm {
			interrupts = <0 168 1>;
			qcom,ipc = <&apcs 8 0>;
			qcom,smd-edge = <15>;

			rpm_requests {
				compatible = "qcom,rpm-apq8084";
				qcom,smd-channels = "rpm_requests";
			};
		};
	};
};