Re: [PATCH 2/4] arm64: dts: qcom: align OPP table node name with DT schema

From: Johan Hovold
Date: Tue Dec 27 2022 - 12:17:19 EST


On Sun, Dec 25, 2022 at 12:58:42PM +0100, Krzysztof Kozlowski wrote:
> Bindings expect OPP tables to start with "opp-table".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi | 2 +-
> arch/arm64/boot/dts/qcom/sa8540p.dtsi | 4 ++--
> arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 6 +++---
> arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi b/arch/arm64/boot/dts/qcom/msm8996-v3.0.dtsi
> index 5728583af41e..929bdcd45d02 100644

> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> index 109c9d2b684d..89004cb657e0 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> @@ -33,7 +33,7 @@ sleep_clk: sleep-clk {
> };
> };
>
> - cpu0_opp_table: cpu0-opp-table {
> + cpu0_opp_table: opp-table-cpu0 {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -123,7 +123,7 @@ opp-2438400000 {
> };
> };
>
> - cpu4_opp_table: cpu4-opp-table {
> + cpu4_opp_table: opp-table-cpu4 {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -591,7 +591,7 @@ CLUSTER_PD: cpu-cluster0 {
> };
> };
>
> - qup_opp_table_100mhz: qup-100mhz-opp-table {
> + qup_opp_table_100mhz: opp-table-qup100mhz {
> compatible = "operating-points-v2";
>
> opp-75000000 {

Please also move these nodes after the 'memory' node so that they remain
sorted by name.

Johan