
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
852 B
Diff
27 lines
852 B
Diff
From 226c3a142138329cff8b41571fd37e7a3ced74aa Mon Sep 17 00:00:00 2001
|
|
From: wuweidong <625769020@qq.com>
|
|
Date: Thu, 19 Apr 2018 11:35:35 +0800
|
|
Subject: [PATCH 59/60] arm64: sunxi_arm64_defconfig: Enable
|
|
CONFIG_NVMEM_SUNXI_SID
|
|
|
|
---
|
|
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
|
|
arch/arm64/configs/sunxi_arm64_defconfig | 2 +-
|
|
2 files changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
index 0137e886728a..08e838caebbb 100644
|
|
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
@@ -248,6 +248,11 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ sid: eeprom@01c14000 {
|
|
+ compatible = "allwinner,sun8i-h3-sid";
|
|
+ reg = <0x01c14000 0x400>;
|
|
+ };
|
|
+
|
|
usbphy: phy@1c19400 {
|
|
compatible = "allwinner,sun8i-h3-usb-phy";
|
|
reg = <0x01c19400 0x2c>,
|