forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bcm2835-dt-next' into bcm2835-dt-64-next
- Loading branch information
Showing
15 changed files
with
593 additions
and
21 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
17 changes: 17 additions & 0 deletions
17
Documentation/devicetree/bindings/thermal/brcm,bcm2835-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,17 @@ | ||
Binding for Thermal Sensor driver for BCM2835 SoCs. | ||
|
||
Required parameters: | ||
------------------- | ||
|
||
compatible: should be one of: "brcm,bcm2835-thermal", | ||
"brcm,bcm2836-thermal" or "brcm,bcm2837-thermal" | ||
reg: Address range of the thermal registers. | ||
clocks: Phandle of the clock used by the thermal sensor. | ||
|
||
Example: | ||
|
||
thermal: thermal@7e212000 { | ||
compatible = "brcm,bcm2835-thermal"; | ||
reg = <0x7e212000 0x8>; | ||
clocks = <&clocks BCM2835_CLOCK_TSENS>; | ||
}; |
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.