mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
arm64: dts: qcom: db820c: Add vdd_gfx and tie it into mmcc
Add the SPMI regulator node in the PMI8994, use it to give us VDD_GX at a fixed max nominal voltage for the db820c and specify this as supply for the MMSS GPU_GX GDSC. With the introduction of CPR support the range for VDD_GX should be expanded. Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Link: https://lore.kernel.org/r/20200417070044.1376212-4-bjorn.andersson@linaro.org [bjorn: Split between pmi8994 and db820c, changed voltage, rewrote commit message] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
756d534b3e
commit
2317b87a2a
2 changed files with 19 additions and 0 deletions
|
@ -241,6 +241,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mmcc {
|
||||||
|
vdd-gfx-supply = <&vdd_gfx>;
|
||||||
|
};
|
||||||
|
|
||||||
&msmgpio {
|
&msmgpio {
|
||||||
gpio-line-names =
|
gpio-line-names =
|
||||||
"[SPI0_DOUT]", /* GPIO_0, BLSP1_SPI_MOSI, LSEC pin 14 */
|
"[SPI0_DOUT]", /* GPIO_0, BLSP1_SPI_MOSI, LSEC pin 14 */
|
||||||
|
@ -678,6 +682,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmi8994_spmi_regulators {
|
||||||
|
vdd_gfx: s2@1700 {
|
||||||
|
reg = <0x1700 0x100>;
|
||||||
|
regulator-name = "VDD_GFX";
|
||||||
|
regulator-min-microvolt = <980000>;
|
||||||
|
regulator-max-microvolt = <980000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&rpm_requests {
|
&rpm_requests {
|
||||||
pm8994-regulators {
|
pm8994-regulators {
|
||||||
compatible = "qcom,rpm-pm8994-regulators";
|
compatible = "qcom,rpm-pm8994-regulators";
|
||||||
|
|
|
@ -26,5 +26,11 @@
|
||||||
reg = <0x3 SPMI_USID>;
|
reg = <0x3 SPMI_USID>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
pmi8994_spmi_regulators: regulators {
|
||||||
|
compatible = "qcom,pmi8994-regulators";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue