mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
arm64: dts: imx: 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 tables have values of 150000, so it can be removed. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
c197f323ed
commit
42b2ac9f1b
|
|
@ -62,7 +62,6 @@ A53_0: cpu@0 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x0>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MM_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -83,7 +82,6 @@ A53_1: cpu@1 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x1>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MM_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -102,7 +100,6 @@ A53_2: cpu@2 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x2>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MM_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -121,7 +118,6 @@ A53_3: cpu@3 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x3>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MM_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ A53_0: cpu@0 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x0>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MN_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -83,7 +82,6 @@ A53_1: cpu@1 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x1>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MN_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -102,7 +100,6 @@ A53_2: cpu@2 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x2>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MN_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -121,7 +118,6 @@ A53_3: cpu@3 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x3>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MN_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ A53_0: cpu@0 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x0>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MP_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -87,7 +86,6 @@ A53_1: cpu@1 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x1>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MP_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -106,7 +104,6 @@ A53_2: cpu@2 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x2>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MP_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -125,7 +122,6 @@ A53_3: cpu@3 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x3>;
|
||||
clock-latency = <61036>;
|
||||
clocks = <&clk IMX8MP_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ A53_0: cpu@0 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x0>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MQ_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -126,7 +125,6 @@ A53_1: cpu@1 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x1>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MQ_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -144,7 +142,6 @@ A53_2: cpu@2 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x2>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MQ_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
@ -162,7 +159,6 @@ A53_3: cpu@3 {
|
|||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a53";
|
||||
reg = <0x3>;
|
||||
clock-latency = <61036>; /* two CLK32 periods */
|
||||
clocks = <&clk IMX8MQ_CLK_ARM>;
|
||||
enable-method = "psci";
|
||||
i-cache-size = <0x8000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user