Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: apq8096-db820c: drop unit address from PMI8994 regulator

The PMIC regulators are not supposed to have unit addresses.

Fixes: 2317b87a2a6f ("arm64: dts: qcom: db820c: Add vdd_gfx and tie it into mmcc")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230312183622.460488-8-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
ec57cbce 7a202df0

+1 -4
+1 -2
arch/arm64/boot/dts/qcom/apq8096-db820c.dts
··· 703 703 &pmi8994_spmi_regulators { 704 704 vdd_s2-supply = <&vph_pwr>; 705 705 706 - vdd_gfx: s2@1700 { 707 - reg = <0x1700 0x100>; 706 + vdd_gfx: s2 { 708 707 regulator-name = "VDD_GFX"; 709 708 regulator-min-microvolt = <980000>; 710 709 regulator-max-microvolt = <980000>;
-2
arch/arm64/boot/dts/qcom/pmi8994.dtsi
··· 49 49 50 50 pmi8994_spmi_regulators: regulators { 51 51 compatible = "qcom,pmi8994-regulators"; 52 - #address-cells = <1>; 53 - #size-cells = <1>; 54 52 }; 55 53 56 54 pmi8994_wled: wled@d800 {