diff options
author | Michal Simek <michal.simek@amd.com> | 2022-11-30 19:30:02 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-01-05 11:53:33 +0300 |
commit | 56f2b1ff7b5ca474e57d030fa350991708a69117 (patch) | |
tree | c89b7c0e86231d7b0c300cb5233b8a4f2051d51b /arch/arm64/boot/dts/xilinx | |
parent | 43811f31cbf19bdd671214518f0551d0296feada (diff) | |
download | linux-56f2b1ff7b5ca474e57d030fa350991708a69117.tar.xz |
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 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/3297772b58953e4afd91f7a4bd845713e36e1e27.1652713489.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm64/boot/dts/xilinx')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index 4325cb8526ed..23ca88951189 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -75,7 +75,7 @@ }; }; - cpu_opp_table: cpu-opp-table { + cpu_opp_table: opp-table-cpu { compatible = "operating-points-v2"; opp-shared; opp00 { |