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

Commit 3a3d8051 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add and enable the clock_gpucc device on SDMSHRIKE



Add and enable the GPU CC node in order to let consumers for
these clocks be able to reference and use them.

Change-Id: Ia19469733168243c7bd4dce439dbb3fcc8541c4a
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent dff9d075
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <dt-bindings/clock/qcom,npucc-sdm855.h>
#include <dt-bindings/clock/qcom,dispcc-sdm855.h>
#include <dt-bindings/clock/qcom,cpucc-sdm855.h>
#include <dt-bindings/clock/qcom,gpucc-sdm855.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/soc/qcom,tcs-mbox.h>

@@ -518,6 +519,16 @@
			"osm_perfcl_base";
		#clock-cells = <1>;
	};

	clock_gpucc: qcom,gpucc@2c90000 {
		compatible = "qcom,gpucc-sdmshrike";
		reg = <0x2c90000 0x9000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm855_2_s3_level>;
		vdd_mx-supply = <&pm855p_s3_level>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
};

&emac_gdsc {