From: Kuninori Morimoto Date: Mon, 4 Mar 2013 08:32:16 +0000 (-0800) Subject: ARM: shmobile: r8a7779: add Thermal support on DT X-Git-Tag: v3.10-rc1~123^2~21^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=25a65975fc33826cfb8cdc399c5bb7f4b5364c51;p=~emulex%2Finfiniband.git ARM: shmobile: r8a7779: add Thermal support on DT 76cc1887496fe80138c6b07c37d7f81e4cf27cde (thermal: rcar: add Device Tree support) supported rcar_thermal DT probing. rcar thermal driver doesn't support IRQ on r8a7779 chip since it is using old design IRQ. R-Car/R-Mobile next generation chips are using new design IRQ, and rcar thermal driver is supporting these. This patch adds rcar_thermal DT support for r8a7779 without IRQ. Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index c73eb3771be..18383db464b 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -83,4 +83,9 @@ interrupt-parent = <&gic>; interrupts = <0 81 0x4>; }; + + thermal@ffc48000 { + compatible = "renesas,rcar-thermal"; + reg = <0xffc48000 0x38>; + }; };