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

Commit 560c99a2 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Add gdsc devices for krypton



GDSC devices ensure proper timing during power down and power up
sequences.

Change-Id: I32b05371db23133eaf06ac1d19ce3e0062782b9e
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 4cc8eb49
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

/include/ "msmkrypton-smp2p.dtsi"
/include/ "msmkrypton-coresight.dtsi"
/include/ "msm-gdsc.dtsi"

&soc {
	#address-cells = <1>;
@@ -270,6 +271,21 @@
		reg = <0xfc4be024 0x8>;
		reg-names = "fuse-base";
	};

};

&gdsc_pcie_0 {
	status = "ok";
	reg = <0xfc401e18 0x4>;
};

&gdsc_usb_hsic {
	status = "ok";
};

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

/include/ "msm-pmd9635.dtsi"