Skip to content

Commit

Permalink
arm64: dts: qcom: sm8550-mtp: Add missing supply for L1B regulator
Browse files Browse the repository at this point in the history
[ Upstream commit 2c9e45d ]

Even though currently there is no consumer for L1B, add the supply
for it anyway.

Fixes: 71342fb ("arm64: dts: qcom: Add base SM8550 MTP dts")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230801095246.2884770-1-abel.vesa@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Abel Vesa authored and Greg Kroah-Hartman committed Sep 13, 2023
1 parent ce06e71 commit 602f4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/sm8550-mtp.dts
Original file line number Diff line number Diff line change
@@ -79,6 +79,7 @@

vdd-bob1-supply = <&vph_pwr>;
vdd-bob2-supply = <&vph_pwr>;
vdd-l1-l4-l10-supply = <&vreg_s6g_1p8>;
vdd-l2-l13-l14-supply = <&vreg_bob1>;
vdd-l3-supply = <&vreg_s4g_1p3>;
vdd-l5-l16-supply = <&vreg_bob1>;

0 comments on commit 602f4e4

Please sign in to comment.