
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
757 B
Diff
26 lines
757 B
Diff
From 4bfe82217af51730d9d3dfe04509f7d415de7d53 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Tue, 14 Nov 2017 02:47:51 +0100
|
|
Subject: [PATCH 58/82] ARM: dts: axp813: Enable power supply led control
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.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 f32a8ba53b85..6f4ea939b6ea 100644
|
|
--- a/arch/arm/boot/dts/axp81x.dtsi
|
|
+++ b/arch/arm/boot/dts/axp81x.dtsi
|
|
@@ -170,4 +170,8 @@
|
|
usb_power_supply: usb-power-supply {
|
|
compatible = "x-powers,axp813-usb-power-supply";
|
|
};
|
|
+
|
|
+ power_supply_leds: power-supply-leds {
|
|
+ compatible = "x-powers,axp813-leds";
|
|
+ };
|
|
};
|
|
--
|
|
2.20.1
|
|
|