Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431060 > unrolled thread
| Started by | megous@megous.com |
|---|---|
| First post | 2016-06-25 05:50 +0200 |
| Last post | 2016-06-25 05:50 +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 v2 11/14] ARM: dts: sun8i: Add sy8106a regulator to Orange Pi PC megous@megous.com - 2016-06-25 05:50 +0200
| From | megous@megous.com |
|---|---|
| Date | 2016-06-25 05:50 +0200 |
| Subject | [PATCH v2 11/14] ARM: dts: sun8i: Add sy8106a regulator to Orange Pi PC |
| Message-ID | <rNMLw-lT-15@gated-at.bofh.it> |
From: Ondrej Jirman <megous@megous.com>
Add sy8106a regulator to r_twi bus and enable the r_twi bus on
Orange Pi PC. This regulator controls the CPUX voltage.
Signed-off-by: Ondrej Jirman <megous@megous.com>
---
arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
index daf50b9a6..79f0b49 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
@@ -90,6 +90,20 @@
};
};
+&r_twi {
+ status = "okay";
+
+ vdd_cpu: regulator@65 {
+ compatible = "silergy,sy8106a";
+ reg = <0x65>;
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1400000>;
+ regulator-ramp-delay = <200>;
+ regulator-boot-on;
+ regulator-always-on;
+ };
+};
+
&ehci1 {
status = "okay";
};
--
2.9.0
Back to top | Article view | linux.kernel
csiph-web