[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230127130106.1136226-1-abel.vesa@linaro.org>
Date: Fri, 27 Jan 2023 15:01:06 +0200
From: Abel Vesa <abel.vesa@...aro.org>
To: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Neil Armstrong <neil.armstrong@...aro.org>
Cc: devicetree@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-arm-msm@...r.kernel.org
Subject: [PATCH] arm64: dts: qcom: Fix regulators node names
Bindings check fails as the schema expects the regulator node names to
have the suffix -regulators, so use the name and the id of the pmic to
compile the node name instead.
Fixes: 71342fb91eae ("arm64: dts: qcom: Add base SM8550 MTP dts")
Signed-off-by: Abel Vesa <abel.vesa@...aro.org>
---
arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
index 725d3bc3ee72..ec17226e11b8 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
@@ -39,7 +39,7 @@ vph_pwr: vph-pwr-regulator {
};
&apps_rsc {
- regulators-0 {
+ pm8550-b-rpmh-regulators {
compatible = "qcom,pm8550-rpmh-regulators";
qcom,pmic-id = "b";
@@ -168,7 +168,7 @@ vreg_l17b_2p5: ldo17 {
};
};
- regulators-1 {
+ pm8550vs-c-rpmh-regulators {
compatible = "qcom,pm8550vs-rpmh-regulators";
qcom,pmic-id = "c";
@@ -182,7 +182,7 @@ vreg_l3c_0p91: ldo3 {
};
};
- regulators-2 {
+ pm8550vs-d-rpmh-regulators {
compatible = "qcom,pm8550vs-rpmh-regulators";
qcom,pmic-id = "d";
@@ -196,7 +196,7 @@ vreg_l1d_0p88: ldo1 {
};
};
- regulators-3 {
+ pm8550vs-e-rpmh-regulators {
compatible = "qcom,pm8550vs-rpmh-regulators";
qcom,pmic-id = "e";
@@ -242,7 +242,7 @@ vreg_l3e_1p2: ldo3 {
};
};
- regulators-4 {
+ pm8550vs-f-rpmh-regulators {
compatible = "qcom,pm8550ve-rpmh-regulators";
qcom,pmic-id = "f";
@@ -280,7 +280,7 @@ vreg_l3f_0p91: ldo3 {
};
};
- regulators-5 {
+ pm8550vs-g-rpmh-regulators {
compatible = "qcom,pm8550vs-rpmh-regulators";
qcom,pmic-id = "g";
--
2.34.1
Powered by blists - more mailing lists