
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
29 lines
804 B
Diff
29 lines
804 B
Diff
From 0cd8e96aad9dde4264e30208d50abde35e1a8afa Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sun, 12 Nov 2017 19:03:39 +0100
|
|
Subject: [PATCH 54/82] ARM: dts: suni-a83t: Add i2s0 pins
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
|
|
index 147f76a66a28..c79f5a678e62 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
|
|
@@ -769,6 +769,11 @@
|
|
function = "spdif";
|
|
};
|
|
|
|
+ i2s0_pins: i2s0-pins {
|
|
+ pins = "PB4", "PB5", "PB6", "PB7", "PB8";
|
|
+ function = "i2s0";
|
|
+ };
|
|
+
|
|
uart0_pb_pins: uart0-pb-pins {
|
|
pins = "PB9", "PB10";
|
|
function = "uart0";
|
|
--
|
|
2.20.1
|
|
|