2022-05-16 20:43:20

by Michal Simek

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---

arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index f86b92071367..7a332a53815a 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -76,7 +76,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 {
--
2.36.0



2022-11-30 16:56:16

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH] arm64: xilinx: Fix opp-table-cpu

po 16. 5. 2022 v 17:04 odesílatel Michal Simek <[email protected]> napsal:
>
> 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 <[email protected]>
> ---
>
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index f86b92071367..7a332a53815a 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -76,7 +76,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 {
> --
> 2.36.0
>

Applied.
M

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: http://www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs