diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 17:03:07 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:09:27 +0200 |
commit | 6cb7ea99fd83c9cd23c3f3dc75d987913f572e9b (patch) | |
tree | 943248b130025e8cfc6e857cb863790c0f19cb10 /arch/arm/boot/dts/ste-snowball.dts | |
parent | ARM: ux500: Provide a Device Tree node for CPUFreq in the DBx500 (diff) | |
download | linux-6cb7ea99fd83c9cd23c3f3dc75d987913f572e9b.tar.xz linux-6cb7ea99fd83c9cd23c3f3dc75d987913f572e9b.zip |
ARM: ux500: Enable CPUFreq on Snowball
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index 3abec3205f13..f0b39f835914 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -171,6 +171,10 @@ }; prcmu@80157000 { + cpufreq { + status = "okay"; + }; + thermal@801573c0 { num-trips = <4>; |