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

Commit d7eea141 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: correct gpu_gx_gdsc syscon node names



Update the names for gpu_gx_gdsc syscon nodes so that they do not
include "0x" before the address.

Change-Id: I25463b2a4054238b4001af0165b844fbc007e65a
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent a86302c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -738,12 +738,12 @@ qcom,msm-imem@146bf000 {
		qcom,gds-timeout = <500>;
	};

	gpu_gx_domain_addr: syscon@0x3d91508 {
	gpu_gx_domain_addr: syscon@3d91508 {
		compatible = "syscon";
		reg = <0x3d91508 0x4>;
	};

	gpu_gx_sw_reset: syscon@0x3d91008 {
	gpu_gx_sw_reset: syscon@3d91008 {
		compatible = "syscon";
		reg = <0x3d91008 0x4>;
	};