From: Lee Jones Date: Wed, 18 Sep 2013 15:07:44 +0000 (+0100) Subject: ARM: ux500: Provide a Device Tree node for CPUFreq in the DBx500 X-Git-Tag: v3.13-rc1~156^2~28^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=985856167d4b5c5cb5c326bd52cf17444658ae9c;p=linux.git 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 Signed-off-by: Linus Walleij --- 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 @@ prcmu-timer-4@80157450 { reg = <0x80157450 0xC>; }; + cpufreq { + compatible = "stericsson,cpufreq-ux500"; + clocks = <&prcmu_clk PRCMU_ARMSS>; + clock-names = "armss"; + status = "disabled"; + }; + thermal@801573c0 { compatible = "stericsson,db8500-thermal"; reg = <0x801573c0 0x40>;