mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02:00
* Add a series of patches for sunxi 5.10 Patches from the repository https://github.com/megous/linux branches of orange-pi-5.10 * Patches adapted to the kernel version v5.10.81 * Remove unnecessary patches 5.10.19-5.10.75 * Kernel switch tag=v5.10.81 for the current sunxi * Adjust broken patches, build tested on sunxi and sunxi64 * Remove patch added by mistake Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
27 lines
685 B
Diff
27 lines
685 B
Diff
From 6d4e5ae0845c025dc61d17b8fd3a453adc451a85 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sat, 5 Oct 2019 15:04:43 +0200
|
|
Subject: [PATCH 087/351] ARM: dts: sun5i: Add soc handle
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun5i.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi
|
|
index 2b8f5f78a89e..d56768171d5d 100644
|
|
--- a/arch/arm/boot/dts/sun5i.dtsi
|
|
+++ b/arch/arm/boot/dts/sun5i.dtsi
|
|
@@ -123,7 +123,7 @@ default-pool {
|
|
};
|
|
};
|
|
|
|
- soc {
|
|
+ soc: soc {
|
|
compatible = "simple-bus";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
--
|
|
2.34.0
|
|
|