Skip to content

Commit

Permalink
arm64: xilinx: Fix opp-table-cpu
Browse files Browse the repository at this point in the history
OPP table name now should start with "opp-table" and OPP entries
shouldn't contain commas and @ signs in accordance to the new schema
requirement.

The same change was done by commit c6d4a89 ("ARM: tegra: Rename CPU
and EMC OPP table device-tree nodes"), commit ffbe853 ("ARM: dts:
sunxi: Fix OPPs node name") or commit b7072cc ("arm64: dts: qcom:
qcs404: Rename CPU and CPR OPP tables").

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Apr 26, 2022
1 parent d36f77e commit 1ec66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
};
};

cpu_opp_table: cpu-opp-table {
cpu_opp_table: opp-table-cpu {
compatible = "operating-points-v2";
opp-shared;
opp00 {
Expand Down

0 comments on commit 1ec66bc

Please sign in to comment.