Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1678703 > unrolled thread

[PATCH 7/8] arm64: dts: allwinner: a64: add SCPI power domain support

Started byAndre Przywara <andre.przywara@arm.com>
First post2017-06-30 13:20 +0200
Last post2017-06-30 13:20 +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.


Contents

  [PATCH 7/8] arm64: dts: allwinner: a64: add SCPI power domain support Andre Przywara <andre.przywara@arm.com> - 2017-06-30 13:20 +0200

#1678703 — [PATCH 7/8] arm64: dts: allwinner: a64: add SCPI power domain support

FromAndre Przywara <andre.przywara@arm.com>
Date2017-06-30 13:20 +0200
Subject[PATCH 7/8] arm64: dts: allwinner: a64: add SCPI power domain support
Message-ID<tY27U-4N0-3@gated-at.bofh.it>
The SCPI protocol allows controlling device power domains, which
abstracts the various ways of providing voltage to devices like Ethernet
PHYs or on-board WiFi chips.
Provide the power domain provider DT node, which can be referenced by
a power domain consumer device.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 7cb1b04..30cad44 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -168,6 +168,12 @@
 			compatible = "arm,scpi-sensors";
 			#thermal-sensor-cells = <1>;
 		};
+
+		scpi_devpd: scpi-power-domains {
+			compatible = "arm,scpi-power-domains";
+			num-domains = <2>;
+			#power-domain-cells = <1>;
+		};
 	};
 
 	soc {
-- 
2.9.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web