sunxi-6.6: fixes patches: revert commit changes e103e2e1da

Undo changes that are made massively and create a lot of noise.
e103e2e1da
This commit is contained in:
The-going
2025-01-17 10:25:10 +03:00
committed by Igor
parent 25b0741531
commit 72bf641075
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From 4e5f77ba9fa8eb8483f736a65916a22efb9aeec9 Mon Sep 17 00:00:00 2001
From: The-going <48602507+The-going@users.noreply.github.com>
Date: Sun, 29 May 2022 23:02:24 +0300
Subject: Fix duplicate nodes for sun50i-h5-orangepi-pc2
@@ -7,11 +7,11 @@ The problem with duplicate nodes in the device tree is that
the first one in the queue will be applied. The subsequent
one will be ignored, not replaced.
---
arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 20 ----------
.../dts/allwinner/sun50i-h5-orangepi-pc2.dts | 20 -------------------
1 file changed, 20 deletions(-)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts
index 111111111111..222222222222 100644
index 460c0e3d2f97..df4d1ceea75e 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts
@@ -95,10 +95,6 @@ &codec {
@@ -49,5 +49,5 @@ index 111111111111..222222222222 100644
status = "okay";
};
--
Armbian
2.35.3

View File

@@ -1,4 +1,4 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From 1f1e7b16476f0ed9e9237074426a8c545acd462a Mon Sep 17 00:00:00 2001
From: The-going <48602507+The-going@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:46:31 +0300
Subject: Fix: warning: multi-line comment
@@ -8,7 +8,7 @@ Subject: Fix: warning: multi-line comment
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/magnetometer/af8133j.c b/drivers/iio/magnetometer/af8133j.c
index 111111111111..222222222222 100644
index 21380c8b11f5..f40820ecab0f 100644
--- a/drivers/iio/magnetometer/af8133j.c
+++ b/drivers/iio/magnetometer/af8133j.c
@@ -79,7 +79,7 @@ static const struct iio_chan_spec_ext_info af8133j_ext_info[] = {
@@ -21,5 +21,5 @@ index 111111111111..222222222222 100644
#define AF8133J_CHANNEL(_axis) { \
.type = IIO_MAGN, \
--
Armbian
2.35.3