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

Commit 218b8c22 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 venus core"

parents 89c8e502 240108a6
Loading
Loading
Loading
Loading
+15 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -46,4 +46,18 @@
		reg = <0x185901c 0x4>;
		reg = <0x185901c 0x4>;
		status = "disabled";
		status = "disabled";
	};
	};

	gdsc_venus_core0: qcom,gdsc@184c028 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_venus_core0";
		reg = <0x184c028 0x4>;
		status = "disabled";
	};

	gdsc_venus_core1: qcom,gdsc@184c030 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_venus_core1";
		reg = <0x184c030 0x4>;
		status = "disabled";
	};
};
};