Skip to content

Commit 3ea2671

Browse files
robherringandersson
authored andcommitted
ARM: dts: qcom: ipq4019: Drop redundant CPU "clock-latency"
The "clock-latency" property is part of the deprecated opp-v1 binding and is redundant if the opp-v2 table has equal or larger values in any "clock-latency-ns". The OPP table has values of 256000, so it can be removed. Signed-off-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent ae33b87 commit 3ea2671

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
reg = <0x0>;
5454
clocks = <&gcc GCC_APPS_CLK_SRC>;
5555
clock-frequency = <0>;
56-
clock-latency = <256000>;
5756
operating-points-v2 = <&cpu0_opp_table>;
5857
};
5958

@@ -67,7 +66,6 @@
6766
reg = <0x1>;
6867
clocks = <&gcc GCC_APPS_CLK_SRC>;
6968
clock-frequency = <0>;
70-
clock-latency = <256000>;
7169
operating-points-v2 = <&cpu0_opp_table>;
7270
};
7371

@@ -81,7 +79,6 @@
8179
reg = <0x2>;
8280
clocks = <&gcc GCC_APPS_CLK_SRC>;
8381
clock-frequency = <0>;
84-
clock-latency = <256000>;
8582
operating-points-v2 = <&cpu0_opp_table>;
8683
};
8784

@@ -95,7 +92,6 @@
9592
reg = <0x3>;
9693
clocks = <&gcc GCC_APPS_CLK_SRC>;
9794
clock-frequency = <0>;
98-
clock-latency = <256000>;
9995
operating-points-v2 = <&cpu0_opp_table>;
10096
};
10197

0 commit comments

Comments
 (0)