aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-05-29 11:07:46 -0400
committerZhang Rui <rui.zhang@intel.com>2013-06-12 22:16:15 -0400
commitca0c711463565a8735b24f3b08310287adb6b4c9 (patch)
tree7b782c019d0b2396c79a304c93b2a8c3b0d7c3ac /Documentation
parent25870e623476ac210f914d6a0a33bea8baa9eadb (diff)
thermal: ti-soc-thermal: add DT example for DRA752 chip
Update documentation by adding an example for DRA752 on DT description. Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Grant Likely <grant.likely@linaro.org> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Rob Landley <rob@landley.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Zhang Rui <rui.zhang@intel.com> Cc: J Keerthy <j-keerthy@ti.com> Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt
index 1629652372b6..1953b33cad51 100644
--- a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt
@@ -59,3 +59,15 @@ bandgap {
59 compatible = "ti,omap5430-bandgap"; 59 compatible = "ti,omap5430-bandgap";
60 interrupts = <0 126 4>; /* talert */ 60 interrupts = <0 126 4>; /* talert */
61}; 61};
62
63DRA752:
64bandgap {
65 reg = <0x4a0021e0 0xc
66 0x4a00232c 0xc
67 0x4a002380 0x2c
68 0x4a0023C0 0x3c
69 0x4a002564 0x8
70 0x4a002574 0x50>;
71 compatible = "ti,dra752-bandgap";
72 interrupts = <0 126 4>; /* talert */
73};