summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-01-04 11:05:48 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2018-03-08 14:52:09 +0100
commitd38c0bfd4d79012b4dfbf1342a4fa7c9fb07964f (patch)
tree488714a5a2cc318b183050322f50a3abd9273ffa /arch/arm/boot
parent09ca9a960cb7ca4d46b3adbf2f286a0edd44b421 (diff)
ARM: dts: imx7s: add operating points
The i.MX Thermal driver requires a cpufreq device to be present. Create a single operating point to make sure cpufreq device can successfully probe. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx7s.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 1663f8e9eda4..dffd287cbdfe 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -90,6 +90,10 @@
clock-latency = <61036>; /* two CLK32 periods */
clocks = <&clks IMX7D_CLK_ARM>;
clock-names = "arm";
+ operating-points = <
+ /* KHz uV */
+ 792000 975000
+ >;
};
};