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

Commit 3418a731 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

ARM: dts: msm: Add property to disable GPU driver for QCS405



Add property qcom,gpu-disable-fuse for QCS405 to enable/disable
GPU driver based on fuse value.

Change-Id: I12ddcac0e98e9576ab369e0392f76fa1ecc60918
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent c7e7eb0e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -41,8 +41,10 @@
		label = "kgsl-3d0";
		compatible = "qcom,kgsl-3d0", "qcom,kgsl-3d";
		reg = <0x1c00000 0x10000
		       0x1c10000 0x10000>;
		reg-names = "kgsl_3d0_reg_memory" , "kgsl_3d0_shader_memory";
		       0x1c10000 0x10000
		       0x00a0000 0x06fff>;
		reg-names = "kgsl_3d0_reg_memory", "kgsl_3d0_shader_memory",
				"qfprom_memory";
		interrupts = <0 33 0>;
		interrupt-names = "kgsl_3d0_irq";
		qcom,id = <0>;
@@ -54,6 +56,7 @@
		qcom,idle-timeout = <80>; //msecs
		qcom,strtstp-sleepwake;
		qcom,gpu-bimc-interface-clk-freq = <400000000>; //In Hz
		qcom,gpu-disable-fuse = <0x41a0 0x00000001 29>;

		clocks = <&clock_gcc GCC_OXILI_GFX3D_CLK>,
			<&clock_gcc GCC_OXILI_AHB_CLK>,