Commit 33a8d5a5 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx7d: remove "operating-points" property for cpu1

Commit b97872d4 ("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: b97872d4 ("ARM: dts: imx: Add missing OPP properties for CPUs")
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 55e20919
......@@ -18,11 +18,6 @@ cpu1: cpu@1 {
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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment