
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>
26 lines
736 B
Diff
26 lines
736 B
Diff
From 8d81c934be105c53309f66057cabaf5cb496aec7 Mon Sep 17 00:00:00 2001
|
|
From: Quentin Schulz <quentin.schulz@free-electrons.com>
|
|
Date: Wed, 23 Aug 2017 15:06:28 +0200
|
|
Subject: [PATCH 22/82] ARM: dtsi: axp813: add USB power supply node
|
|
|
|
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
|
|
---
|
|
arch/arm/boot/dts/axp81x.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi
|
|
index 043c717dcef1..f32a8ba53b85 100644
|
|
--- a/arch/arm/boot/dts/axp81x.dtsi
|
|
+++ b/arch/arm/boot/dts/axp81x.dtsi
|
|
@@ -166,4 +166,8 @@
|
|
status = "disabled";
|
|
};
|
|
};
|
|
+
|
|
+ usb_power_supply: usb-power-supply {
|
|
+ compatible = "x-powers,axp813-usb-power-supply";
|
|
+ };
|
|
};
|
|
--
|
|
2.20.1
|
|
|