Commit 56f2b1ff authored by Michal Simek's avatar Michal Simek

arm64: xilinx: Fix opp-table-cpu

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 c6d4a897 ("ARM: tegra: Rename CPU
and EMC OPP table device-tree nodes"), commit ffbe853a ("ARM: dts:
sunxi: Fix OPPs node name") or commit b7072cc5 ("arm64: dts: qcom:
qcs404: Rename CPU and CPR OPP tables").
Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/3297772b58953e4afd91f7a4bd845713e36e1e27.1652713489.git.michal.simek@amd.com
parent 43811f31
......@@ -75,7 +75,7 @@ CPU_SLEEP_0: cpu-sleep-0 {
};
};
cpu_opp_table: cpu-opp-table {
cpu_opp_table: opp-table-cpu {
compatible = "operating-points-v2";
opp-shared;
opp00 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment