]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx7d: remove "operating-points" property for cpu1
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 19 Jul 2018 08:24:19 +0000 (16:24 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 21 Jul 2018 01:09:58 +0000 (09:09 +0800)
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>
arch/arm/boot/dts/imx7d.dtsi

index 9a772fc9e3b83ceda81c327bc45ee7849d515cbd..7cbc2ffa4b3a80affe055aecf6f744f4a61a9d00 100644 (file)
@@ -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>;
                };