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

Commit 69b39c12 authored by Srinu Gorle's avatar Srinu Gorle
Browse files

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



To avoid compilation errors, initially bus id's are hardcoded.
Now, replace video bus master and slave ids with appropriate macro's.

Change-Id: I662d8c2b01255828d6c0c4dc4b1544b2347356e2
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent 184e2ced
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>;
		};