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

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

Merge "msm: kgsl: Set default bus control to true"

parents 59c71da3 c9d8f0d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -137,6 +137,8 @@ CONFIG_I3C_MASTER_MSM_GENI=y
CONFIG_SLIMBUS_MSM_NGD=y
CONFIG_QCOM_KGSL=y
CONFIG_QCOM_QFPROM=y
CONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON=y
CONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ=y
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_PROPERTIES is not set
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
+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");