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

Commit 8d9c87b8 authored by Osvaldo Banuelos's avatar Osvaldo Banuelos
Browse files

ARM: dts: msm: add GDSC devices for sdxpoorwills



Add GDSC regulator devices to allow control of the USB 3.0
and PCIe GDSCs in sdxpoorwills.

Change-Id: I0f436dabf9a3326579cf6974bd05d733a2b8b718
Signed-off-by: default avatarOsvaldo Banuelos <osvaldob@codeaurora.org>
parent 4aecff93
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -28,3 +28,11 @@
	pinctrl-0 = <&uart2_console_active>;
	status = "ok";
};

&gdsc_usb30 {
	compatible = "regulator-fixed";
};

&gdsc_pcie {
	compatible = "regulator-fixed";
};
+14 −0
Original line number Diff line number Diff line
@@ -157,4 +157,18 @@
			<&clock_gcc GCC_BLSP1_AHB_CLK>;
		clock-names = "core", "iface";
	};

	gdsc_usb30: qcom,gdsc@10b004 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_usb30";
		reg = <0x0010b004 0x4>;
		status = "ok";
	};

	gdsc_pcie: qcom,gdsc@137004 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_pcie";
		reg = <0x00137004 0x4>;
		status = "ok";
	};
};