-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zhang Rui
committed
Apr 27, 2013
1 parent
65bac8a
commit e79f765
Showing
21 changed files
with
856 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cfaf71792d052dcbae379ce1ed6d11b8ce8ebab4 | ||
refs/heads/master: de6558dc964f6a3243218f17d8032ad810864e2b |
22 changes: 22 additions & 0 deletions
22
trunk/Documentation/devicetree/bindings/thermal/armada-thermal.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
* Marvell Armada 370/XP thermal management | ||
|
||
Required properties: | ||
|
||
- compatible: Should be set to one of the following: | ||
marvell,armada370-thermal | ||
marvell,armadaxp-thermal | ||
|
||
- reg: Device's register space. | ||
Two entries are expected, see the examples below. | ||
The first one is required for the sensor register; | ||
the second one is required for the control register | ||
to be used for sensor initialization (a.k.a. calibration). | ||
|
||
Example: | ||
|
||
thermal@d0018300 { | ||
compatible = "marvell,armada370-thermal"; | ||
reg = <0xd0018300 0x4 | ||
0xd0018304 0x4>; | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.