diff options
author | Zhang Rui <rui.zhang@intel.com> | 2015-11-03 02:24:40 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-11-03 02:24:40 -0500 |
commit | c75960aa7a4ef09bb768fa474071f4190adae49c (patch) | |
tree | f2bae724550db82264c525d9edfdec8705327817 /Documentation/devicetree | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) | |
parent | 8fb2b9ac2aadd6d87f89071c2c85f8c12b41c943 (diff) |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt index 0c9222d27fae..6299dd8de339 100644 --- a/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt +++ b/Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt | |||
@@ -10,6 +10,8 @@ to the silicon temperature. | |||
10 | 10 | ||
11 | Required properties: | 11 | Required properties: |
12 | - compatible : Should be: | 12 | - compatible : Should be: |
13 | - "ti,omap34xx-bandgap" : for OMAP34xx bandgap | ||
14 | - "ti,omap36xx-bandgap" : for OMAP36xx bandgap | ||
13 | - "ti,omap4430-bandgap" : for OMAP4430 bandgap | 15 | - "ti,omap4430-bandgap" : for OMAP4430 bandgap |
14 | - "ti,omap4460-bandgap" : for OMAP4460 bandgap | 16 | - "ti,omap4460-bandgap" : for OMAP4460 bandgap |
15 | - "ti,omap4470-bandgap" : for OMAP4470 bandgap | 17 | - "ti,omap4470-bandgap" : for OMAP4470 bandgap |
@@ -25,6 +27,18 @@ to each bandgap version, because the mapping may change from | |||
25 | soc to soc, apart of depending on available features. | 27 | soc to soc, apart of depending on available features. |
26 | 28 | ||
27 | Example: | 29 | Example: |
30 | OMAP34xx: | ||
31 | bandgap { | ||
32 | reg = <0x48002524 0x4>; | ||
33 | compatible = "ti,omap34xx-bandgap"; | ||
34 | }; | ||
35 | |||
36 | OMAP36xx: | ||
37 | bandgap { | ||
38 | reg = <0x48002524 0x4>; | ||
39 | compatible = "ti,omap36xx-bandgap"; | ||
40 | }; | ||
41 | |||
28 | OMAP4430: | 42 | OMAP4430: |
29 | bandgap { | 43 | bandgap { |
30 | reg = <0x4a002260 0x4 0x4a00232C 0x4>; | 44 | reg = <0x4a002260 0x4 0x4a00232C 0x4>; |