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

Commit 5d097553 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add GDSC devices for sdxpoorwills" into msm-4.9

parents 7e20cb41 8d9c87b8
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
@@ -165,4 +165,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";
	};
};