
Some patches were part of other linux-mainline kernel versions but are not anymore part of the current 4.19.76. Move 0001-Enable-uart3-for-NanoPi-Neo-Air-used-by-BT.patch in linux-mainline_4.19.76.bbappend to avoid error patching file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Hunk #2 FAILED at 162. 1 out of 2 hunks FAILED -- rejects in file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Place all patches from Armbian in a separate directory and do all the Balena specific operations in linux-mainline_%.bbappend only. Changelog-entry: Remove unused patches and cleanup Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
27 lines
859 B
Diff
27 lines
859 B
Diff
From a279c17434fbeaf040a553b6ce856ccbd00580f7 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Tue, 12 Dec 2017 14:06:13 +0100
|
|
Subject: [PATCH 64/82] ARM: dts: sun8i-a83t-tbs-a711: Enable
|
|
force-poll-vbus-id-det on usbphy
|
|
|
|
A83T doesn't fire interrupts on PH11. Force polling.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index ea7b8bf4d327..028dd29e13d7 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -666,5 +666,6 @@
|
|
usb0_vbus-supply = <®_drivevbus>;
|
|
usb1_vbus_supply = <®_vmain>;
|
|
usb2_vbus_supply = <®_vmain>;
|
|
+ force-poll-vbus-id-det;
|
|
status = "okay";
|
|
};
|
|
--
|
|
2.20.1
|
|
|