aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ste-dbx5x0.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 11:07:44 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 05:09:23 -0400
commit985856167d4b5c5cb5c326bd52cf17444658ae9c (patch)
tree23314dafc4b7293feb0c381e21843db4e804cfe4 /arch/arm/boot/dts/ste-dbx5x0.dtsi
parent024cfe880b4eafe6dfb81380ae39dc0ad2b48180 (diff)
ARM: ux500: Provide a Device Tree node for CPUFreq in the DBx500
This is required to fetch the ARMSS clock when booting with DT. 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-dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 8c8af1502054..2ef30c1c1997 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -300,6 +300,13 @@
300 reg = <0x80157450 0xC>; 300 reg = <0x80157450 0xC>;
301 }; 301 };
302 302
303 cpufreq {
304 compatible = "stericsson,cpufreq-ux500";
305 clocks = <&prcmu_clk PRCMU_ARMSS>;
306 clock-names = "armss";
307 status = "disabled";
308 };
309
303 thermal@801573c0 { 310 thermal@801573c0 {
304 compatible = "stericsson,db8500-thermal"; 311 compatible = "stericsson,db8500-thermal";
305 reg = <0x801573c0 0x40>; 312 reg = <0x801573c0 0x40>;