Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658276
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 25/28] ARM: dts: s500: Add SPS node |
| Date | 2017-06-06 03:00 +0200 |
| Message-ID | <tPb0L-1BU-73@gated-at.bofh.it> (permalink) |
| References | <tPb0J-1BU-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add Smart Power System node for PM domains.
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
v3 -> v4:
* Extended commit message
* Split off association of power-domains (avoids include/dt-bindings/ dependency)
v3: new
arch/arm/boot/dts/s500.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/s500.dtsi b/arch/arm/boot/dts/s500.dtsi
index 6d6024027ee2..51a48741d4c0 100644
--- a/arch/arm/boot/dts/s500.dtsi
+++ b/arch/arm/boot/dts/s500.dtsi
@@ -176,5 +176,11 @@
<GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "2hz0", "2hz1", "timer0", "timer1";
};
+
+ sps: power-controller@b01b0100 {
+ compatible = "actions,s500-sps";
+ reg = <0xb01b0100 0x100>;
+ #power-domain-cells = <1>;
+ };
};
};
--
2.12.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 25/28] ARM: dts: s500: Add SPS node Andreas Färber <afaerber@suse.de> - 2017-06-06 03:00 +0200
csiph-web