aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-07-10 04:00:55 -0400
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-07-11 04:34:23 -0400
commit2263dd0ce14cad467a78ae903de7a27df1e3d80a (patch)
tree9c3af243ca6076e9445317c1e9acdab6dd53541e
parent8818e865aa35493baf7326f9335b8ec6b7d77df7 (diff)
dt-bindings: sram: sunxi: Introduce new A10 binding for system-control
Following-up on the introduction of a new binding for the A64, this introduces a system-control binding for the A10 as a replacement of the sram-controller binding. This change is motivated by consistency with the Allwinner literature, that mentions system control over SRAM controller. Moreover, the system control block is sometimes used for more than SRAM (e.g. for muxing related to the ethernet PHY). Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r--Documentation/devicetree/bindings/sram/sunxi-sram.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sram/sunxi-sram.txt b/Documentation/devicetree/bindings/sram/sunxi-sram.txt
index 9ef40e2e0a48..d7dd1a393011 100644
--- a/Documentation/devicetree/bindings/sram/sunxi-sram.txt
+++ b/Documentation/devicetree/bindings/sram/sunxi-sram.txt
@@ -10,7 +10,8 @@ Controller Node
10 10
11Required properties: 11Required properties:
12- compatible : should be: 12- compatible : should be:
13 - "allwinner,sun4i-a10-sram-controller" 13 - "allwinner,sun4i-a10-sram-controller" (deprecated)
14 - "allwinner,sun4i-a10-system-control"
14 - "allwinner,sun50i-a64-sram-controller" (deprecated) 15 - "allwinner,sun50i-a64-sram-controller" (deprecated)
15 - "allwinner,sun50i-a64-system-control" 16 - "allwinner,sun50i-a64-system-control"
16- reg : sram controller register offset + length 17- reg : sram controller register offset + length
@@ -48,8 +49,8 @@ This valid values for this argument are:
48 49
49Example 50Example
50------- 51-------
51sram-controller@1c00000 { 52system-control@1c00000 {
52 compatible = "allwinner,sun4i-a10-sram-controller"; 53 compatible = "allwinner,sun4i-a10-system-control";
53 reg = <0x01c00000 0x30>; 54 reg = <0x01c00000 0x30>;
54 #address-cells = <1>; 55 #address-cells = <1>;
55 #size-cells = <1>; 56 #size-cells = <1>;