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


Groups > linux.kernel > #1430101

[PATCH 09/14] ARM: dts: sun8i: Enable r_twi on Orange Pi PC

From megous@megous.com
Newsgroups linux.kernel
Subject [PATCH 09/14] ARM: dts: sun8i: Enable r_twi on Orange Pi PC
Date 2016-06-23 21:40 +0200
Message-ID <rNiDM-6cT-31@gated-at.bofh.it> (permalink)
References <rNiu6-68M-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Ondrej Jirman <megous@megous.com>

Enable I2C controller where the SY8106A regulator for
CPUX voltage is attached on Orange Pi PC SBC.

Signed-off-by: Ondrej Jirman <megous@megous.com>
---
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 4 ++++
 1 file changed, 4 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..e5991da 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
@@ -90,6 +90,10 @@
 	};
 };
 
+&r_twi {
+	status = "okay";
+};
+
 &ehci1 {
 	status = "okay";
 };
-- 
2.9.0

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 09/14] ARM: dts: sun8i: Enable r_twi on Orange Pi PC megous@megous.com - 2016-06-23 21:40 +0200

csiph-web