diff options
author | hongbo.zhang <hongbo.zhang@linaro.com> | 2012-11-15 18:56:43 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2012-11-15 20:51:02 +0800 |
commit | dc1956b5f84de7d453ec4d9fe68385fffd689686 (patch) | |
tree | e2254dd16d7c178994439d0f784945b25e80e62c /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | aa1acb0451bb27add173d9641d0b74c58889e693 (diff) | |
download | op-kernel-dev-dc1956b5f84de7d453ec4d9fe68385fffd689686.zip op-kernel-dev-dc1956b5f84de7d453ec4d9fe68385fffd689686.tar.gz |
Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.
This patch adds device tree properties for ST-Ericsson DB8500 thermal driver,
also adds the platform data to support the old fashion.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 4b0e0ca..731086b 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -203,6 +203,14 @@ reg = <0x80157450 0xC>; }; + thermal@801573c0 { + compatible = "stericsson,db8500-thermal"; + reg = <0x801573c0 0x40>; + interrupts = <21 0x4>, <22 0x4>; + interrupt-names = "IRQ_HOTMON_LOW", "IRQ_HOTMON_HIGH"; + status = "disabled"; + }; + db8500-prcmu-regulators { compatible = "stericsson,db8500-prcmu-regulator"; @@ -660,5 +668,11 @@ ranges = <0 0x50000000 0x4000000>; status = "disabled"; }; + + cpufreq-cooling { + compatible = "stericsson,db8500-cpufreq-cooling"; + status = "disabled"; + }; + }; }; |