arm64: dts: qcom: do not use underscore in BCM node name

Align BCM voter node with DT schema by using hyphen instead of
underscore.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220411085935.130072-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-04-11 10:59:34 +02:00
committed by Bjorn Andersson
parent fccf8e31ac
commit fc0e7dd6d2
5 changed files with 5 additions and 5 deletions

View File

@@ -3522,7 +3522,7 @@ rpmhpd_opp_turbo_l1: opp11 {
};
};
apps_bcm_voter: bcm_voter {
apps_bcm_voter: bcm-voter {
compatible = "qcom,bcm-voter";
};
};

View File

@@ -1450,7 +1450,7 @@ rpmhpd_opp_turbo_l1: opp10 {
};
};
apps_bcm_voter: bcm_voter {
apps_bcm_voter: bcm-voter {
compatible = "qcom,bcm-voter";
};
};

View File

@@ -4072,7 +4072,7 @@ rpmhpd_opp_turbo_l1: opp11 {
};
};
apps_bcm_voter: bcm_voter {
apps_bcm_voter: bcm-voter {
compatible = "qcom,bcm-voter";
};
};

View File

@@ -4654,7 +4654,7 @@ rpmhpd_opp_turbo_l1: opp10 {
};
};
apps_bcm_voter: bcm_voter {
apps_bcm_voter: bcm-voter {
compatible = "qcom,bcm-voter";
};
};

View File

@@ -1881,7 +1881,7 @@ rpmhpd_opp_turbo_l1: opp10 {
};
};
apps_bcm_voter: bcm_voter {
apps_bcm_voter: bcm-voter {
compatible = "qcom,bcm-voter";
};
};