diff mbox series

[v2,8/8] arm64: dts: actions: Add S700 SPS node

Message ID 20171113233427.5386-9-afaerber@suse.de
State New
Headers show
Series None | expand

Commit Message

Andreas Färber Nov. 13, 2017, 11:34 p.m. UTC
Add a node to the S700 Device Tree for the Smart Power System (SPS).

Signed-off-by: Andreas Färber <afaerber@suse.de>

---
 v2: New
 
 To be squashed into 5/8 if binding gets acked.
 
 arch/arm64/boot/dts/actions/s700.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.13.6

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Andreas Färber Nov. 16, 2017, 2:16 p.m. UTC | #1
Am 14.11.2017 um 00:34 schrieb Andreas Färber:
> Add a node to the S700 Device Tree for the Smart Power System (SPS).

> 

> Signed-off-by: Andreas Färber <afaerber@suse.de>

> ---

>  v2: New

>  

>  To be squashed into 5/8 if binding gets acked.

>  

>  arch/arm64/boot/dts/actions/s700.dtsi | 6 ++++++

>  1 file changed, 6 insertions(+)


Squashed (on bg96-next work branch).

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/actions/s700.dtsi b/arch/arm64/boot/dts/actions/s700.dtsi
index b54df405aaeb..6a39968b209f 100644
--- a/arch/arm64/boot/dts/actions/s700.dtsi
+++ b/arch/arm64/boot/dts/actions/s700.dtsi
@@ -154,6 +154,12 @@ 
 			status = "disabled";
 		};
 
+		sps: power-controller@e01b0100 {
+			compatible = "actions,s700-sps";
+			reg = <0x0 0xe01b0100 0x0 0x100>;
+			#power-domain-cells = <1>;
+		};
+
 		timer: timer@e024c000 {
 			compatible = "actions,s700-timer";
 			reg = <0x0 0xe024c000 0x0 0x4000>;