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

Commit 17650c8e authored by Tianyi Gou's avatar Tianyi Gou
Browse files

ARM: dts: msm: Add GDSC devices for MSM ZIRC



MSM Zirc has two GDSC devices. Add them in DT to allow
the client driver to control them.

Change-Id: I9f5b93100c7ec749d19a793d1e3a41c551d9be93
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent d3b0eac5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@
#include "msmzirc-ipcrouter.dtsi"

#include "msmzirc-coresight.dtsi"
#include "msm-gdsc.dtsi"

&soc {
	#address-cells = <1>;
@@ -503,4 +504,14 @@
	};
};

&gdsc_pcie {
	reg = <0x0185D044 0x4>;
	status = "ok";
};

&gdsc_usb30 {
	reg = <0x0185E078 0x4>;
	status = "ok";
};

#include "msmzirc-regulator.dtsi"