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

Commit c9d8f0d4 authored by Mohammed Mirza Mandayappurath Manzoor's avatar Mohammed Mirza Mandayappurath Manzoor
Browse files

msm: kgsl: Set default bus control to true



All the targets now do independent bus calculations.

Change-Id: Ie3303499cc4bb9a1f58c830e366a75f8f0058c42
Signed-off-by: default avatarMohammed Mirza Mandayappurath Manzoor <mmandaya@codeaurora.org>
parent 6888ee01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1176,8 +1176,8 @@ static int adreno_of_get_power(struct adreno_device *adreno_dev,
	/* Default timeout is 80 ms across all targets */
	device->pwrctrl.interval_timeout = msecs_to_jiffies(80);

	device->pwrctrl.bus_control = of_property_read_bool(node,
		"qcom,bus-control");
	/* Set default bus control to true on all targets */
	device->pwrctrl.bus_control = true;

	device->pwrctrl.input_disable = of_property_read_bool(node,
		"qcom,disable-wake-on-touch");