Skip to content

Commit 5fb7795

Browse files
stephan-ghandersson
authored andcommitted
arm64: dts: qcom: msm8992-*: Fix vdd_lvs1_2-supply typo
"make dtbs_check" complains about the missing "-supply" suffix for vdd_lvs1_2 which is clearly a typo, originally introduced in the msm8994-smd-rpm.dtsi file and apparently later copied to msm8992-xiaomi-libra.dts: msm8992-lg-bullhead-rev-10/101.dtb: pm8994-regulators: 'vdd_lvs1_2' does not match any of the regexes: '.*-supply$', '^((s|l|lvs|5vs)[0-9]*)|(boost-bypass)|(bob)$', 'pinctrl-[0-9]+' From schema: regulator/qcom,smd-rpm-regulator.yaml msm8992-xiaomi-libra.dtb: pm8994-regulators: 'vdd_lvs1_2' does not match any of the regexes: '.*-supply$', '^((s|l|lvs|5vs)[0-9]*)|(boost-bypass)|(bob)$', 'pinctrl-[0-9]+' From schema: regulator/qcom,smd-rpm-regulator.yaml Reported-by: Rob Herring <[email protected]> Cc: Konrad Dybcio <[email protected]> Fixes: f3b2c99 ("arm64: dts: Enable onboard SDHCI on msm8992") Fixes: 0f5cdb3 ("arm64: dts: qcom: Add Xiaomi Libra (Mi 4C) device tree") Signed-off-by: Stephan Gerhold <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d640974 commit 5fb7795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
vdd_l17_29-supply = <&vph_pwr>;
7575
vdd_l20_21-supply = <&vph_pwr>;
7676
vdd_l25-supply = <&pm8994_s5>;
77-
vdd_lvs1_2 = <&pm8994_s4>;
77+
vdd_lvs1_2-supply = <&pm8994_s4>;
7878

7979
/* S1, S2, S6 and S12 are managed by RPMPD */
8080

arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
vdd_l17_29-supply = <&vph_pwr>;
172172
vdd_l20_21-supply = <&vph_pwr>;
173173
vdd_l25-supply = <&pm8994_s5>;
174-
vdd_lvs1_2 = <&pm8994_s4>;
174+
vdd_lvs1_2-supply = <&pm8994_s4>;
175175

176176
/* S1, S2, S6 and S12 are managed by RPMPD */
177177

0 commit comments

Comments
 (0)