summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d.dtsi
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-07-19 16:24:19 +0800
committerShawn Guo <shawnguo@kernel.org>2018-07-21 09:09:58 +0800
commit33a8d5a595dd0f9b7f801c1cddb26dc05bc33a73 (patch)
treeaf72aa287f47f6bdc6860870a5a37fb8140f3ee6 /arch/arm/boot/dts/imx7d.dtsi
parent55e20919709878d2391eab20252a0a0b9d1fe20a (diff)
ARM: dts: imx7d: remove "operating-points" property for cpu1
Commit b97872d4eb22 ("ARM: dts: imx: Add missing OPP properties for CPUs") added "operating-points" property for all CPUs, but i.MX7D already has "operating-points-v2" property on both CPUs, so no need to add "operating-points" property again, this patch removes it. Fixes: b97872d4eb22 ("ARM: dts: imx: Add missing OPP properties for CPUs") Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r--arch/arm/boot/dts/imx7d.dtsi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
index 9a772fc9e3b8..7cbc2ffa4b3a 100644
--- a/arch/arm/boot/dts/imx7d.dtsi
+++ b/arch/arm/boot/dts/imx7d.dtsi
@@ -18,11 +18,6 @@
compatible = "arm,cortex-a7";
device_type = "cpu";
reg = <1>;
- operating-points = <
- /* KHz uV */
- 996000 1075000
- 792000 975000
- >;
clock-frequency = <996000000>;
operating-points-v2 = <&cpu0_opp_table>;
};