Skip to content

Commit c486762

Browse files
lumagShawn Guo
authored andcommitted
ARM: dts: nxp/imx: limit sk-imx53 supported frequencies
The SK-IMX53 board, bearing i.MX536A CPU, is not stable when running at 1.2 GHz (default iMX53 maximum). The SoC is only rated up to 800 MHz. Disable 1.2 GHz and 1 GHz frequencies. Fixes: 0b8576d ("ARM: dts: imx: Add support for SK-iMX53 board") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b27bfc5 commit c486762

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/nxp/imx/imx53-sk-imx53.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
status = "okay";
6161
};
6262

63+
&cpu0 {
64+
/* CPU rated to 800 MHz, not the default 1.2GHz. */
65+
operating-points = <
66+
/* kHz uV */
67+
166666 850000
68+
400000 900000
69+
800000 1050000
70+
>;
71+
};
72+
6373
&ecspi1 {
6474
pinctrl-names = "default";
6575
pinctrl-0 = <&pinctrl_ecspi1>;

0 commit comments

Comments
 (0)