All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: aspeed-scu: Add clock and reset properties
@ 2017-08-23  6:09 Joel Stanley
  2017-08-23  6:09   ` Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joel Stanley @ 2017-08-23  6:09 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Mark Rutland, Michael Turquette, Stephen Boyd
  Cc: devicetree, linux-kernel, linux-clk, Andrew Jeffery,
	Benjamin Herrenschmidt, Jeremy Kerr, Rick Altherr, Ryan Chen

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 Documentation/devicetree/bindings/mfd/aspeed-scu.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/aspeed-scu.txt b/Documentation/devicetree/bindings/mfd/aspeed-scu.txt
index 4fc5b83726d6..ce8cf0ec6279 100644
--- a/Documentation/devicetree/bindings/mfd/aspeed-scu.txt
+++ b/Documentation/devicetree/bindings/mfd/aspeed-scu.txt
@@ -9,10 +9,16 @@ Required properties:
 		"aspeed,g5-scu", "syscon", "simple-mfd"
 
 - reg:		contains the offset and length of the SCU memory region
+- #clock-cells: should be set to <1> - the system controller is also a
+	clock provider
+- #reset-cells: should be set to <1> - the system controller is also a
+	reset line provider
 
 Example:
 
 syscon: syscon@1e6e2000 {
 	compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
 	reg = <0x1e6e2000 0x1a8>;
+	#clock-cells = <1>;
+	#reset-cells = <1>;
 };
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-18 13:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23  6:09 [PATCH 1/2] dt-bindings: aspeed-scu: Add clock and reset properties Joel Stanley
2017-08-23  6:09 ` [PATCH 2/2] clk: Add Aspeed G5 clock driver Joel Stanley
2017-08-23  6:09   ` Joel Stanley
2017-09-15  3:42   ` Andrew Jeffery
2017-09-15  3:42     ` Andrew Jeffery
2017-09-18 13:19     ` Joel Stanley
2017-08-29 17:12 ` [PATCH 1/2] dt-bindings: aspeed-scu: Add clock and reset properties Rob Herring
2017-09-04 13:52 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.