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

Commit d37ef39a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update video master and slave bus ids"

parents 95b4be48 69b39c12
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -94,8 +94,8 @@
		venus_bus_ddr {
			compatible = "qcom,msm-vidc,bus";
			label = "venus-ddr";
			qcom,bus-master = <63>;
			qcom,bus-slave = <512>;
			qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
			qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
			qcom,bus-governor = "venus-ddr-gov";
			qcom,bus-range-kbps = <1000 1205248>;
		};
@@ -103,8 +103,8 @@
		arm9_bus_ddr {
			compatible = "qcom,msm-vidc,bus";
			label = "venus-arm9-ddr";
			qcom,bus-master = <63>;
			qcom,bus-slave = <512>;
			qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
			qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
			qcom,bus-governor = "performance";
			qcom,bus-range-kbps = <1 1>;
		};