Message ID | 20220706145412.1566011-6-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 864cfdeb76735909a9afcc314416ccaa1ce82a1a |
Headers | show |
Series | [1/6] arm64: dts: qcom: msm8996: add missing DSI clock assignments | expand |
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 11b4206036e6..2c323d20a1a2 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -1634,7 +1634,7 @@ gpu: adreno@fdb00000 { status = "disabled"; - gpu_opp_table: opp_table { + gpu_opp_table: opp-table { compatible = "operating-points-v2"; opp-320000000 {
Rename the GPU's opp table node to make it follow the display/msm/gpu.yaml schema. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)