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

Commit 7c5ca5aa authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add bandwidth monitor devicetree under soc for msm8920



Currently bandwidth monitor devicetree entries are enabled under
bus driver node. Update bandwidth monitor devicetree entries at
appropriate place for msm8920.

Change-Id: If66188f4d80b5f7b181f46fe1124b6049486c55b
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 4f11fdea
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -136,6 +136,15 @@
		qcom,ipa-advertise-sg-support;
	};

	qcom,bm-sensors {
		compatible = "qcom,bm-sensors";

		bw_mm {
			qcom,bm-sensor = <&slv_snoc_bimc_2 &mas_vfe0 &mas_vfe1>;
			qcom,bm-sensor-field = "ab";
		};
	};

	qcom,sensor-information {
		sensor_information16: qcom,sensor-information-16 {
			qcom,sensor-type = "tsens";
@@ -164,15 +173,6 @@
		qcom,bus-dev = <&fab_snoc>;
		qcom,mas-rpm-id = <ICBID_MASTER_IPA>;
	};

	qcom,bm-sensors {
		compatible = "qcom,bm-sensors";

		bw_mm {
			qcom,bm-sensor = <&slv_snoc_bimc_2 &mas_vfe0 &mas_vfe1>;
			qcom,bm-sensor-field = "ab";
		};
	};
};

&clock_gcc {