
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>
34 lines
1,021 B
Diff
34 lines
1,021 B
Diff
From 89dba78ca59cf4f8973fff843abfe956a7788f27 Mon Sep 17 00:00:00 2001
|
|
From: Oskari Lemmela <oskari@lemmela.net>
|
|
Date: Tue, 23 Oct 2018 21:53:24 +0300
|
|
Subject: [PATCH 106/146] ARM: dts: axp81x: add AC power supply subnode
|
|
|
|
Add AC power supply subnode for AXP81X PMIC.
|
|
|
|
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
|
|
Reviewed-by: Quentin Schulz <quentin.schulz@bootlin.com>
|
|
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
|
|
Tested-by: Vasily Khoruzhick <anarsoul@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/axp81x.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi
|
|
index 043c717dcef1..bd83962d3627 100644
|
|
--- a/arch/arm/boot/dts/axp81x.dtsi
|
|
+++ b/arch/arm/boot/dts/axp81x.dtsi
|
|
@@ -48,6 +48,11 @@
|
|
interrupt-controller;
|
|
#interrupt-cells = <1>;
|
|
|
|
+ ac_power_supply: ac-power-supply {
|
|
+ compatible = "x-powers,axp813-ac-power-supply";
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
axp_adc: adc {
|
|
compatible = "x-powers,axp813-adc";
|
|
#io-channel-cells = <1>;
|
|
--
|
|
2.17.1
|
|
|