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

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

ARM: dts: msm: Add the npu_core GDSC support for SDM855



Add a dummy regulator for the npu_core_gdsc on SDM855.

Change-Id: I264ac7c36b0a628092d3132f1b53bc823bfc7fc4
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent f7e27e8b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -244,4 +244,12 @@
		reg = <0xab008b4 0x4>;
		status = "disabled";
	};

	/* GDSCs in NPU CC */
	npu_core_gdsc: qcom,gdsc@0x9911028 {
		compatible = "regulator-fixed";
		regulator-name = "npu_core_gdsc";
		reg = <0x9911028 0x4>;
		status = "disabled";
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -628,6 +628,10 @@
&mvs1_gdsc {
	status = "ok";
};

&npu_core_gdsc {
	status = "ok";
};
#include "sdm855-pinctrl.dtsi"
#include "sdm855-regulator.dtsi"
#include "sdm855-ion.dtsi"