diff options
author | Michal Simek <michal.simek@amd.com> | 2022-05-11 11:52:47 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-05-18 13:17:54 +0200 |
commit | 234f8be5683d6e9cd5ed83deb8d3e48acc839779 (patch) | |
tree | ac04b73b5548e3811bf10d768dd35663e3439ee3 /arch/arm/dts/zynqmp.dtsi | |
parent | e7b390024c2437a6f43dc9d9d03e8c9d470ce811 (diff) | |
download | u-boot-234f8be5683d6e9cd5ed83deb8d3e48acc839779.tar.gz |
arm64: zynqmp: 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 in Linux by commit c6d4a8977598 ("ARM: tegra:
Rename CPU and EMC OPP table device-tree nodes"), commit ffbe853a3f5a
("ARM: dts: sunxi: Fix OPPs node name") or commit b7072cc5704d ("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/a1176349448df35127dbac15c1eeb2229505bae7.1652262769.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm/dts/zynqmp.dtsi')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 6b711c810e..a0f664a59d 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -76,7 +76,7 @@ }; }; - cpu_opp_table: cpu-opp-table { + cpu_opp_table: opp-table-cpu { compatible = "operating-points-v2"; opp-shared; opp00 { |