Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: align OPP table names with DT schema

DT schema expects names of operating points tables to match certain
pattern:

qcom-ipq4018-ap120c-ac.dtb: opp_table0: $nodename:0: 'opp_table0' does not match '^opp-table(-[a-z0-9]+)?$'

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/20230120072113.138656-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
68e8dd35 3835f9a0

+1 -1
+1 -1
arch/arm/boot/dts/qcom-ipq4019.dtsi
··· 106 106 }; 107 107 }; 108 108 109 - cpu0_opp_table: opp_table0 { 109 + cpu0_opp_table: opp-table { 110 110 compatible = "operating-points-v2"; 111 111 opp-shared; 112 112