
Add the latest linux available from https://github.com/armbian/build commit de58ac1faac92724c6449db12c22affaeb003875, tag: sunxi-5.3, alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
34 lines
904 B
Diff
34 lines
904 B
Diff
From dd149592ded2be2ebbe64ee83bcb34054470cf07 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Thu, 9 Nov 2017 23:05:13 +0100
|
|
Subject: [PATCH 38/82] arm: dts: sun8i: a83t: a711: Enable I2C1
|
|
|
|
The A711 has some sensors connected to I2C1. Enable only the bus for the
|
|
moment.
|
|
|
|
Signed-off-by: Tomas Novotny <tomas@novotny.cz>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index c8278e173f50..8e9f0de3d0c0 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -237,6 +237,13 @@
|
|
};
|
|
};
|
|
|
|
+&i2c1 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&i2c1_pins>;
|
|
+ clock-frequency = <400000>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&mmc0 {
|
|
vmmc-supply = <®_dcdc1>;
|
|
pinctrl-names = "default";
|
|
--
|
|
2.20.1
|
|
|