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

Commit 56f472e7 authored by Sebanti Das's avatar Sebanti Das
Browse files

ARM: dts: msm: Remove adreno "qcom,bus-width" entry

Removed GPU related bus-width entries from devicetree
which are not supported from the GPU driver.

Change-Id: I1e03f98ec485f3f7c2d3d2e429e74a64b2eb7da1
parent 4c968fa6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -101,8 +101,6 @@ Optional Properties:
- qcom,throttle-pwrlevel:  This value indicates which qcom,gpu-pwrlevel LM throttling
			   may start to occur
- qcom,bus-control:	   Boolean. Enables an independent bus vote from the gpu frequency
- qcom,bus-width:	   Bus width in number of bytes. This enables dynamic AB bus voting based on
			   bus width and actual bus transactions.
- qcom,bus-accesses:       Parameter for tuning bus dcvs.
- qcom,bus-accesses-ddrX:  Parameter for tuning bus dcvs for each DDR configuration where
                           X will be the return value from of_fdt_get_ddrtype().
+0 −1
Original line number Diff line number Diff line
@@ -136,7 +136,6 @@
		qcom,gpubw-dev = <&gpubw>;
		qcom,bus-control;
		qcom,msm-bus,name = "grp3d";
		qcom,bus-width = <32>;
		qcom,msm-bus,num-cases = <12>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@
		qcom,gpubw-dev = <&gpubw>;
		qcom,bus-control;
		qcom,msm-bus,name = "grp3d";
		qcom,bus-width = <32>;
		qcom,msm-bus,num-cases = <13>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@
		qcom,gpubw-dev = <&gpubw>;
		qcom,bus-control;
		qcom,msm-bus,name = "grp3d";
		qcom,bus-width = <32>;
		qcom,msm-bus,num-cases = <13>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@
		qcom,gpubw-dev = <&gpubw>;
		qcom,bus-control;
		qcom,msm-bus,name = "grp3d";
		qcom,bus-width = <16>;
		qcom,msm-bus,num-cases = <12>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
Loading