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

Commit f2510645 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 hw_ctrl_addr register support to votable GDSCs"

parents 18dfaf59 6eaac803
Loading
Loading
Loading
Loading
+8 −2
Original line number Original line Diff line number Diff line
@@ -69,7 +69,10 @@
	gdsc_bimc_smmu: qcom,gdsc@c8ce020 {
	gdsc_bimc_smmu: qcom,gdsc@c8ce020 {
		compatible = "qcom,gdsc";
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_bimc_smmu";
		regulator-name = "gdsc_bimc_smmu";
		reg = <0xc8ce020 0x4>;
		reg = <0xc8ce020 0x4>,
		      <0xc8ce024 0x4>;
		reg-names = "base", "hw_ctrl_addr";
		qcom,no-status-check-on-disable;
		status = "disabled";
		status = "disabled";
	};
	};


@@ -133,7 +136,10 @@
	gdsc_gpu_cx: qcom,gdsc@5066004 {
	gdsc_gpu_cx: qcom,gdsc@5066004 {
		compatible = "qcom,gdsc";
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_gpu_cx";
		regulator-name = "gdsc_gpu_cx";
		reg = <0x5066004 0x4>;
		reg = <0x5066004 0x4>,
		      <0x5066008 0x4>;
		reg-names = "base", "hw_ctrl_addr";
		qcom,no-status-check-on-disable;
		status = "disabled";
		status = "disabled";
	};
	};