
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
861 B
Diff
34 lines
861 B
Diff
From 35ac1469ce7641092c44fb3bc0c6d4b0248e0597 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sun, 12 Nov 2017 19:04:55 +0100
|
|
Subject: [PATCH 55/82] ARM: dts: suni-a83t-tbs-a711: Enable I2S0 for
|
|
communication with AC100
|
|
|
|
This will allow for sound playback after AC100 audio codec is
|
|
implemented.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index f22da26557f2..bc08c3c281c1 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -207,6 +207,12 @@
|
|
};
|
|
};
|
|
|
|
+&dai {
|
|
+ status = "okay";
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&i2s0_pins>;
|
|
+};
|
|
+
|
|
&de {
|
|
status = "okay";
|
|
};
|
|
--
|
|
2.20.1
|
|
|