Skip to content

Commit

Permalink
arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 re…
Browse files Browse the repository at this point in the history
…gulator

[ Upstream commit 3555dd5 ]

The PMIC regulators are not supposed to have unit addresses.

Fixes: e978358 ("arm64: dts: qcom: msm8994-kitakami: Add VDD_GFX regulator")
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-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed May 11, 2023
1 parent f6fc055 commit 6c90668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
* power domain.. which still isn't enough and forces us to bind
* OXILI_CX and OXILI_GX together!
*/
vdd_gfx: s2@1700 {
reg = <0x1700 0x100>;
vdd_gfx: s2 {
regulator-name = "VDD_GFX";
regulator-min-microvolt = <980000>;
regulator-max-microvolt = <980000>;
Expand Down

0 comments on commit 6c90668

Please sign in to comment.