forked from torvalds/linux
-
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.
Merge branch 'sunxi/drivers-for-3.16' of https://github.com/mripard/l…
…inux into next/drivers Merge "Allwinner drivers changes for 3.16" from Maxime Ripard: Reset drivers for the A31, that have been merged with reset maintainer's Acked-by. * 'sunxi/drivers-for-3.16' of https://github.com/mripard/linux: reset: sunxi: allow MFD subdevices probe reset: sunxi: document sunxi's reset controllers bindings Signed-off-by: Olof Johansson <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.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,21 @@ | ||
Allwinner sunxi Peripheral Reset Controller | ||
=========================================== | ||
|
||
Please also refer to reset.txt in this directory for common reset | ||
controller binding usage. | ||
|
||
Required properties: | ||
- compatible: Should be one of the following: | ||
"allwinner,sun6i-a31-ahb1-reset" | ||
"allwinner,sun6i-a31-clock-reset" | ||
- reg: should be register base and length as documented in the | ||
datasheet | ||
- #reset-cells: 1, see below | ||
|
||
example: | ||
|
||
ahb1_rst: reset@01c202c0 { | ||
#reset-cells = <1>; | ||
compatible = "allwinner,sun6i-a31-ahb1-reset"; | ||
reg = <0x01c202c0 0xc>; | ||
}; |
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