mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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 commitc6d4a89775
("ARM: tegra: Rename CPU and EMC OPP table device-tree nodes"), commitffbe853a3f
("ARM: dts: sunxi: Fix OPPs node name") or commitb7072cc570
("arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tables"). Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/3297772b58953e4afd91f7a4bd845713e36e1e27.1652713489.git.michal.simek@amd.com
This commit is contained in:
parent
43811f31cb
commit
56f2b1ff7b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
cpu_opp_table: cpu-opp-table {
|
||||
cpu_opp_table: opp-table-cpu {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
opp00 {
|
||||
|
|
Loading…
Add table
Reference in a new issue