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

Commit 672eef89 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Vote for CDSP Bus before enabling the NPU BWMON clocks"

parents 25249384 d90e9eb0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@ Optional properties:
- qcom,byte-mid-match:  Byte count MID match value
- qcom,byte-mid-mask:   Byte count MID mask value
- qcom,count-unit:     Number of bytes monitor counts in

- qcom,msm_bus:		A list of tuples where each tuple consists of a bus
			master port number and a bus slave port number.
- qcom,msm_bus_name:	Name of the DT device voting for the bus.
Example:
	qcom,cpu-bwmon {
		compatible = "qcom,bimc-bwmon";
+4 −0
Original line number Diff line number Diff line
@@ -1098,6 +1098,8 @@
		compatible = "qcom,bimc-bwmon4";
		reg = <0x00060400 0x300>, <0x00060300 0x200>;
		reg-names = "base", "global_base";
		qcom,msm_bus = <154 10070>;
		qcom,msm_bus_name = "npu_bwmon_cdsp";
		clocks = <&clock_gcc GCC_NPU_BWMON_CFG_AHB_CLK>,
				<&clock_gcc GCC_NPU_BWMON_AXI_CLK>;
		clock-names = "npu_bwmon_ahb", "npu_bwmon_axi";
@@ -1137,6 +1139,8 @@
		compatible = "qcom,bimc-bwmon4";
		reg = <0x00070300 0x300>, <0x00070200 0x200>;
		reg-names = "base", "global_base";
		qcom,msm_bus = <154 10070>;
		qcom,msm_bus_name = "npudsp_bwmon_cdsp";
		clocks = <&clock_gcc GCC_NPU_BWMON_CFG_AHB_CLK>,
				<&clock_gcc GCC_NPU_BWMON_AXI_CLK>;
		clock-names = "npu_bwmon_ahb", "npu_bwmon_axi";