Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658276 > unrolled thread
| Started by | Andreas Färber <afaerber@suse.de> |
|---|---|
| First post | 2017-06-06 03:00 +0200 |
| Last post | 2017-06-06 03:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 25/28] ARM: dts: s500: Add SPS node Andreas Färber <afaerber@suse.de> - 2017-06-06 03:00 +0200
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Date | 2017-06-06 03:00 +0200 |
| Subject | [PATCH v4 25/28] ARM: dts: s500: Add SPS node |
| Message-ID | <tPb0L-1BU-73@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web